Experimental Macros and Call/cc in 0.4.0 #3
svenssonjoel
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The 0.4.0 tag allows for the creation of macros and implements call/cc. It is all very experimental of course and I am not entirely sure the implementation of these concepts make sense. https://github.com/svenssonjoel/lispBM/releases/tag/0.4.0
A macro is created with the
macro
command. For example:And below is a small example of call/cc (which is called
call-cc
in the language):Beta Was this translation helpful? Give feedback.
All reactions