Which program should I learn to manipulate the LISP language?
Posted Friday, May 29, 2009 by admin
How can I start? Is there any free e-book or tutorial?
Does it work on a interpreter or compiler, if so which is recomended?
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in Programming Design
You can use any text editor to write a LISP program. Some people would prefer to use the emacs editor. However, why do you want to use LISP? Try Java, C++, or C#.
You need to start by Googling and reading about it:
You’ll learn that LISP really turns out to be various flavors of LISP. Common LISP or Scheme are definitely the most popular.
Please Google. The tutorials for the appropriate LISP language will tell you what to do.