export core syntaces from (scheme base)
This commit is contained in:
parent
7cdd997f34
commit
fad425fcb9
|
@ -196,6 +196,14 @@
|
||||||
(import (picrin macro)
|
(import (picrin macro)
|
||||||
(picrin core-syntax))
|
(picrin core-syntax))
|
||||||
|
|
||||||
|
(export let let* letrec letrec*
|
||||||
|
quasiquote unquote unquote-splicing
|
||||||
|
and or
|
||||||
|
cond case else =>
|
||||||
|
do
|
||||||
|
when unless
|
||||||
|
_ ...)
|
||||||
|
|
||||||
(define (any pred list)
|
(define (any pred list)
|
||||||
(if (null? list)
|
(if (null? list)
|
||||||
#f
|
#f
|
||||||
|
|
Loading…
Reference in New Issue