Page 1 of 1

Start programming Lisp

Posted: Fri Jan 16, 2015 7:17 pm
by Rui Domingos
Hello,
Some years ago, I did programs in Lisp at Artificial Intelligence class in the university and I became in love with the recursive approach to solve problems.
Today I would like to restart working with Lisp (without professional reasons) but I dont understand how to install a compiler in my PC (Windows platform).
It is enough I download a compiler and a runtime system? Where I introduce the code? Which is the most appropriate concerning my focus?
In the meanwhile, I starting refreshing my Lisp code knowledge dealing with a problem that interests me...
Anybody can help me?

Re: Start programming Lisp

Posted: Sat Jan 17, 2015 8:40 am
by edgar-rft
I haven't worked with MS-Windows for a few years now, so I'm no big help here, but in the CLiki under Getting started there are some links to guides how to install and setup Common Lisp on MS-Windows and some other computer operating systems.

Re: Start programming Lisp

Posted: Sun Jan 18, 2015 4:06 am
by marcoxa
Download Lispwork Personal Edition from www.lispworks.com.

That will get you started big time.

Marco Antoniotti

Re: Start programming Lisp

Posted: Sun Jan 18, 2015 4:33 pm
by Rui Domingos
Good suggestions. Both worked and I study wich is the preferible.
Thanks for all.