wisp icon indicating copy to clipboard operation
wisp copied to clipboard

A lisp👽 written in C++

Results 5 wisp issues
Sort by recently updated
recently updated
newest added

I think there is error in parsing numbers on line std::string n = s.substr(save_ptr, ptr); which sometimes evaluates int as float (when somewhere later in string there is a ".".....

There is problem (exception malformed program) when trying to run this program. (print "ahoj" ; this comment is problem ) (print "lisp") The important thing is comment before closing bracket.

Currently there’s a name clash with the wisp binary from the Whitespace to Lisp project: https://www.draketo.de/english/wisp [wisp 1.0.3](https://hg.sr.ht/~arnebab/wisp/rev/v1.0.3) provides a wisp binary, so that wisp and this project cannot be...

You'll have better performances this way, even if as an interpreted language it isn't the primary goal