Lisp is a family of general purpose programming languages, influenced by the lambda calculus, and with the ability to manipulate source code as a data structure.
I just discovered Racket a few days ago, and I'm trying to get more comfortable with it by writing a …
functional-programming lisp scheme expression racketI was studying Lisp and I am not experienced in Lisp programming. In a part of my studies I encountered …
lisp common-lisp consHey, I've been looking at the possibility of adding a scripting language into my framework and I heard about Lisp …
c++ scripting lisp scheme common-lispOkay, final question and I'll have finished my number guessing game in Common Lisp! :D Whenever the game starts (or …
random lisp common-lisp sbclCan a language have Lisp's powerful macros without the parentheses?
programming-languages lispI've been reading The Haskell Road to Logic, Maths and Programming by Doets and Eijck 2004. It seems to be a …
haskell lisp language-comparisonsIs there an equivalent of cons in Python? (any version above 2.5) If so, is it built in? Or do I …
python lisp consHow practical is it to port a Common Lisp application to Clojure? To be more specific, what features exist in …
lisp clojure common-lispI've caught the bug to learn functional programming for real. So my next self-study project is to work through the …
functional-programming lisp clojure scheme sicp