clvmr 0.17.4

Implementation of `clvm` for Chia Network's cryptocurrency
Documentation
1
2
3
4
5
6
7
; (mod (A)
;  (defun iter (N)
;    (if N (- (iter (- N 1)) N) 10000)
;  )
;  (iter A)
; )
(a (q 2 2 (c 2 (c 5 ()))) (c (q 2 (i 5 (q 17 (a 2 (c 2 (c (- 5 (q . 1)) ()))) 5) (q 1 . 10000)) 1) 1))