FAQ
Q. Does BiwaScheme has Lisp macro?
It does not have syntax-rules
nor syntax-case
, but has define-macro
.
Q. Does BiwaScheme has first-class continuation (call/cc)?
Yes. But note that dynamic-wind
is not supported yet.
It does not have syntax-rules
nor syntax-case
, but has define-macro
.
Yes. But note that dynamic-wind
is not supported yet.