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.
  • Digg
  • del.icio.us
  • Ask

2 Comments on "Which program should I learn to manipulate the LISP language?"

  • bobanalyst said on Jun 2nd, 2009 at 12:08 AM:

    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#.

  • csanon said on Jun 4th, 2009 at 6:42 PM:

    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.

Leave a Comment