Add babashka.core
This commit is contained in:
parent
2a2d4befe5
commit
99262e7ce8
1 changed files with 9 additions and 0 deletions
9
src/babashka/impl/core.clj
Normal file
9
src/babashka/impl/core.clj
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
(ns babashka.impl.core
|
||||||
|
{:no-doc true}
|
||||||
|
(:require [babashka.core]
|
||||||
|
[sci.core :as sci]))
|
||||||
|
|
||||||
|
(def cns (sci/create-ns 'babashka.core nil))
|
||||||
|
|
||||||
|
(def core-namespace
|
||||||
|
(sci/copy-ns babashka.core cns))
|
||||||
Loading…
Reference in a new issue