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
(defun assert_ (items)
  (if (r items)
    (qq (if (unquote (f items)) (unquote (assert_ (r items))) (x)))
    (f items)
    )
  )

(defmac assert items (assert_ items))