[A nicer way of writing LAMBDA forms.
matthias@benkard.de**20070628131337] [Change the FN syntax from (FN FUNCTION-NAME ...) to (FN FUNCTION ...).
matthias@benkard.de**20070712111336
 
 Where you previously wrote (FN + _ 10), you must now write (FN #'+ _
 10).  This makes FN forms both easier to read and more useful in the
 presence of function objects.
 
 This change also applies to the macros FN1, EFN and EFN1.
] 
[Add unit tests.
matthias@benkard.de**20070712143754] 
[Refactoring.
matthias@benkard.de**20070712143834] 
[Fix COLLECT-LAMBDA-ARGS.
matthias@benkard.de**20070712153010] 
[Unit tests: stylistic improvements.
matthias@benkard.de**20070712160437] 
[Add the currying macro FN*.
matthias@benkard.de**20070712172905] 
[TAG 0.2.0
matthias@benkard.de**20070712172941] 
