Hello guys,
I am very interested in learning the Common Lisp programming language, but I need it to be able to handle any project that I think up. For instance, if I were to make an IDE for some scripting languages, then make an image editing program, then after that make something else, etc. I would need CLisp to be able to handle it.
Also, I haven't heard anything about GUI programming in CLisp, how would that work?
Thanks in advance,
- WolfShield
3 replies to this topic
#1
Posted 05 July 2011 - 04:54 PM
"I know it can be done, therefor, I know that I can do it."
|
|
|
#2
Posted 06 July 2011 - 07:13 AM
GUI programming on CLisp will generally require you to use a GUI library. wxWidgets has a common lisp binding that you can use. Ultimately, CLisp is turing complete, so it's only a question of finding the right bindings, not of what's possible :)
#3
Posted 06 July 2011 - 01:39 PM
In you are interested in the core concepts of programming logic behind other than quickly building GUI, my personal favorite for Scheme (Lisp Dialect) that teaches basics of functional programming is
Structure and Interpretation of Computer Programs
Structure and Interpretation of Computer Programs
Today is the first day of the rest of my life
#4
Posted 08 July 2011 - 11:59 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









