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 have a list of things (I'll call it L), an index(N) and a new thing(NEW). If I …
list lisp replace common-lispI understand the difference between LET and LET* (parallel versus sequential binding), and as a theoretical matter it makes perfect …
lisp common-lispI have experimented with Lisp (actually Scheme) and found it to be a very beautiful language that I am interested …
clojure lisp scheme common-lispI know there are a few different dialects of Lisp. Having decided that learning Lisp would be a new intellectual …
lisp dialectI need some help understanding some of the points from Paul Graham’s What Made Lisp Different. A new concept …
lisp clojure scheme common-lisp paul-grahamHey, I'm a relative newbie to programming. I've picked up some very basic Java (File I/O, GUIs, inheritance) and …
lisp schemeI'm having some difficulty finding an answer to this, so maybe it isn't possible. I'd like the flexibility of being …
lisp common-lisp sbclI am on day 1 hour 1 of teaching myself Scheme. Needless to say, I don't understand anything. So I'm reading The …
scheme lisp quote the-little-schemerFor those of you experienced in both Haskell and some flavor of Lisp, I'm curious how "pleasant" (to use a …
haskell comparison lisp language-comparisonsI'm interested in building a Texas Hold 'Em AI engine in Java. This is a long term project, one in …
java lisp artificial-intelligence poker jatha