add clojure.core/*in* and clojure.core/*out*
This commit is contained in:
parent
4c4d4ad785
commit
2dfb55d4a3
2 changed files with 4 additions and 2 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit 1a9a881bf2e706fa5763f677850c1e8bc61a3e55
|
||||
Subproject commit ad83ca84f8a9e6baf220b4757cde0f17b1558d6b
|
||||
|
|
@ -33,7 +33,9 @@
|
|||
(throw (~'__assertion-error__ (str "Assert failed: " ~message "\n" (pr-str '~x)))))))
|
||||
|
||||
(def core-extras
|
||||
{'file-seq file-seq
|
||||
{'*in* *in*
|
||||
'*out* *out*
|
||||
'file-seq file-seq
|
||||
'future-call future-call
|
||||
'future (with-meta future {:sci/macro true})
|
||||
'future-cancel future-cancel
|
||||
|
|
|
|||
Loading…
Reference in a new issue