Does anyone know about LISP Programming

I am trying to make this program where I have 3 types of cars, which are ford bmw merc

ford has focus and fiesta BMW has 1series and 2series and the merc has SK100 and SK200

well basically i am trying to put them in the correct list for example focus will go into ford list and SK100 will go to the merc list

at the moment to store the data i will use defparameter

example

(defparameter *cars* ' ( focus fiesta 1series 2series SK100 SK200))

so now i want to create a funtion where the cars will go into the correct list

if u have any idea please help

You are right, this is the wrong forum.
DaniWeb does not a have a specific forum for Lisp, but you can try the more general forums
http://www.daniweb.com/techtalkforums/forum14.html
or
http://www.daniweb.com/techtalkforums/forum42.html

You will reach folks that program more in Lisp at:
http://forums.belution.com/en/lisp/
or
http://www.tek-tips.com/threadminder.cfm?pid=217

A short tutorial can be found at:
http://www.cs.sfu.ca/CC/310/pwfong/Lisp/

My advice is of course learn Python, but that's most likely not your choice to make at this point in time!

Hope that helps!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.