﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
931	CR: make extended syntax bindings available by default	felix winkelmann		"Currently only the standard R5RS syntax bindings are available in code evaluated at runtime. To add the non-standard syntax definitions that `csi` provides, one has to evaluate {{{(require-library chicken-syntax)}}} or {{{(declare (uses chicken-syntax))}}}. This is not overly obvious, particularly for new users.

The suggestion was made to load these syntax definitions by default, which will also remove one difference between compiled code and code running in the interpreter.

Compiled applications can still avoid the extra load-, initialization- and runtime memory-overhead by using the `-explicit-use` compiler option.
"	enhancement	closed	minor	someday	expander	4.8.x	fixed			
