Lisp

1 points by alimiracle ↗ HN
hi I'm new in lisp I have a question Any interpreter I Choose?????

2 comments

[ 2.8 ms ] story [ 11.3 ms ] thread
A widely used LISP dialect is Common Lisp. So if you want to hack using Common Lisp, Steel Bank Common Lisp (SBCL) is a good compiler to use.

http://www.sbcl.org

Thanks jme