Start programming Lisp

Discussion of Common Lisp
Post Reply
Rui Domingos
Posts: 2
Joined: Fri Jan 16, 2015 6:08 pm

Start programming Lisp

Post by Rui Domingos » Fri Jan 16, 2015 7:17 pm

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?

edgar-rft
Posts: 226
Joined: Fri Aug 06, 2010 6:34 am
Location: Germany

Re: Start programming Lisp

Post by edgar-rft » Sat Jan 17, 2015 8:40 am

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.

marcoxa
Posts: 85
Joined: Thu Aug 14, 2008 6:31 pm

Re: Start programming Lisp

Post by marcoxa » Sun Jan 18, 2015 4:06 am

Download Lispwork Personal Edition from www.lispworks.com.

That will get you started big time.

Marco Antoniotti
Marco Antoniotti

Rui Domingos
Posts: 2
Joined: Fri Jan 16, 2015 6:08 pm

Re: Start programming Lisp

Post by Rui Domingos » Sun Jan 18, 2015 4:33 pm

Good suggestions. Both worked and I study wich is the preferible.
Thanks for all.

Post Reply