Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
[[tags: egg]] == begin-syntax [[toc:]] == Description This is a small extension that allows for inline macro operations. The source for this extension is available [[https://git.foldling.org/chicken-begin-syntax.git|here]]. == Usage <syntax>(begin-syntax EXPR ...)</syntax> Evaluates its body and immediately inserts the final result into the program, as though by macro expansion. If the result is a macro transformer, it is immediately invoked with no arguments and the result is inserted into the program. This form can be thought of as a macro definition followed by its immediate expansion, for example: <enscript> (begin-syntax '(+ 1 2)) ; => (let-syntax ((a (er-macro-transformer ; (lambda (_ _ _) '(+ 1 2))))) ; (a)) </enscript> == Author [[/users/evan-hanson|Evan Hanson]] == Repository [[https://git.foldling.org/chicken-begin-syntax/|https://git.foldling.org/chicken-begin-syntax/]] == License 3-Clause BSD
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you subtract 17 from 13?