CSLisp icon indicating copy to clipboard operation
CSLisp copied to clipboard

Scheme / Lisp implementation in pure C# for embedding in .NET projects

Results 3 CSLisp issues
Sort by recently updated
recently updated
newest added

Please add a macro to define a sum type based on define-record-type: (make-variant 'option '(none (some x) (error x))) will generate this functions: (option? val) (none? val) (some? val) (error?...

An C# Implementation exits so we could use this

when i type a mistake, like not enough parenthesis, i cant evaluate anymore. i have to restart the repl