chialisp 0.5.0

tools for working with chialisp language; compiler, repl, python and wasm bindings
Documentation
1
2
3
4
(include *standard-cl-23*)
(import std.deep_compare exposing deep_compare)

(export (X Y) (a (lambda (X Y) (deep_compare X Y)) (list X Y)))