raillisp icon indicating copy to clipboard operation
raillisp copied to clipboard

A fast and portable lisp implemented in forth

Results 4 raillisp issues
Sort by recently updated
recently updated
newest added

About first patch: On recent gcc versions (presumably), `` needs to be included before `` About second patch: Not sure how this worked before, but `s>number?` thinks `-` is a...

variables need to be 'declared' with `var` before `set` can be used to set their value. this error should not result in a crash. And is the distinction between var...

$ make run gforth raillisp.fth // Raillisp 0.1 \\ > -1 t > -2 9223372036854775806 > (- 1 3) 9223372036854775806

> (defun f ()) (defun f ()) Compilation error :: function 'f' left 0 items on the stack, expected 1 :: stack: nil 0 140174537559704 ----- 1 140174537578008 defun 2...