Darren Bane

Results 9 comments of Darren Bane

I don't think I know enough to attempt this, but I did find an embedding of ISLisp in Common Lisp ( https://github.com/ruricolist/core-lisp ). Perhaps this could be useful for Shen.

I tried this out, it worked for me after some minor fixes. Great work!

I use Emacs a fair bit, especially for Lisp. I have currently set up openlisp.el from the [OpenLisp package](http://www.eligis.com/) and [islelisp](https://github.com/nenbutsu/islelisp). The features I mostly use are syntax highlighting and...

Note that "make check" doesn't run the test suite. It runs [cppcheck](http://cppcheck.net/), a static analyzer, over the source code which although useful is something different. So errors from this may...

> Tests fail: > > ``` > cd /disk-samsung/freebsd-ports/lang/eisl/work/eisl-2.50-114-g1216d9e && /disk-samsung/freebsd-ports/lang/eisl/work/stage/usr/local/bin/eisl -s bench/runbench.lsp > > around here line=1 column=0 > Illegal argument at LOAD "bench/fib20.o" > debug mode ?(help) >...

You need to either move your clone to $HOME/eisl or set an EASY_ISLISP variable in your environment to point to where it is, see the end of the "Installation" section...

I haven't looked at that in a while, I thought there was no interest. Now you're prompting me to finish some stuff again :-) I'd recommend checking out the last...

That would be helpful. It's really just for porting some code from Christian Jullien's OpenLisp so although it would be nice to enforce, just parsing is still a big help.