chialisp 0.5.0

tools for working with chialisp language; compiler, repl, python and wasm bindings
Documentation
1
2
3
(
  (defun len (L) (if L (+ 1 (len (r L))) 0))
)