LispEx icon indicating copy to clipboard operation
LispEx copied to clipboard

A dialect of Lisp extended to support concurrent programming, written in Go.

Results 2 LispEx issues
Sort by recently updated
recently updated
newest added

``` (define (func x) (if (and (or (and (> x 10) (< x 20)) (and (< x -10) (> x -20)) ) (and (not (= x 15)) (not (= x...