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 usually write web apps in PHP, Ruby or Perl. I am starting the study of Scheme and I want …
lisp schemePython When I learned Python I installed it on windows with a nice gui installer and all .py files would …
windows lisp file-association sbclI've just started learning Lisp and I can't figure out how to compile and link lisp code to an executable. …
build lisp common-lisp clispSoftware Engineering as it is taught today is entirely focused on object-oriented programming and the 'natural' object-oriented view of the …
functional-programming clojure lisp model-driven-developmentWhat is the idiomatic Common Lisp way to increment/decrement numbers and/or numeric variables?
lisp common-lisp increment decrementIn Emacs Lisp, how do I check if a variable is defined?
emacs lisp elispIs there a way to compare two functions for equality? For example, (λx.2*x) == (λx.x+x) should return true, …
haskell clojure lambda functional-programming lispI tried to find a lisp function to convert between numbers and strings and after a little googling I fond …
lisp common-lisp itoaI found a Similar question. But I don't quite understand that explanation. So I'm trying to run clisp with the …
lisp common-lisp clisp