xlisp icon indicating copy to clipboard operation
xlisp copied to clipboard

XLISP - an object-oriented LISP

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

Based on suggestion from #8, I added a small unix-only configuration tweak. As far as I can tell @Gliese852's suggestion was pretty much fine as is. Thanks for the suggestion!

To build under Linux x86_64, I needed to add the following line to CMake: ``` target_link_libraries(xlisp m) ``` To build under Linux aarch64 (termux): ``` target_link_libraries(xlisp m) set_property(TARGET xlisp PROPERTY...

Greetings, I am trying to run xlisp on my 64-bit Linux box. What I see is as follows: ``` blake@i9-tower:~/Backup/xlisp.git$ git pull Already up to date. blake@i9-tower:~/Backup/xlisp.git$ make mkdir bin...