chialisp 0.5.0

tools for working with chialisp language; compiler, repl, python and wasm bindings
Documentation
1
2
3
4
5
6
7
8
9
10
(include *standard-cl-23*)
(import std.shatree)

(defconst C 19191)
(defun F (X) (+ C X))
(defconst D (list C F (C_hash) (F_hash)))

(export C)
(export D)
(export F)