Search code examples
Why does lisp use gensym and other languages don't?...


lispcommon-lisp

Read More
What POOP frameworks exist for Lisp and Scheme...


prototypeobjectlispschemeclos

Read More
define a variable inside procedure...


schemelisp

Read More
Common Lisp: Beginner's trouble with funcall...


lispcommon-lisp

Read More
Is there any way to parse from boolean to integer in Common Lisp?...


intbooleanlispcommon-lisp

Read More
Evaluate arguments passed to a macro that generates functions in lisp...


lispcommon-lisp

Read More
Trying to make macro similar to defparameter, defvar but macro only returns an s-expression...


lispcommon-lisp

Read More
Scheme: Is it possible to convert a list of S-expressions into a list of atoms?...


recursionschemelispflattenthe-little-schemer

Read More
How to read only one expression at a time in Guile Scheme...


schemelispguile

Read More
Why does `sxhash` return a constant for all structs?...


structlispcommon-lisp

Read More
Data-directed implementation of an evaluator [SICP]...


schemelispsicpmit-scheme

Read More
Scheme: When I cons two atoms I am getting a dot in the middle. Why?...


listschemelispconsthe-little-schemer

Read More
Reverse a linked list in Scheme...


linked-listschemelispreverse

Read More
What does "my other car is a cdr" mean?...


lispconscdr

Read More
Counting words which aren't starting with given letter...


lispcommon-lispclisp

Read More
lisp passing value to function?...


lisp

Read More
lisp error : "should be a lambda expression"...


lambdalisp

Read More
Definition of tree structure in Lisp...


treelispcommon-lisp

Read More
Are Lisp forms and Lisp expressions same thing?...


clojurelispschemecommon-lisp

Read More
Can ABCL's Interpreter load Lisp source from an InputStream?...


javalispcommon-lispabcl

Read More
How to write a power function in Lisp(scheme)? What's wrong with my program here?...


algorithmfunctionschemelisp

Read More
&allow-other-keys , What does it do? - Common Lisp...


macroskeylispcommon-lispsbcl

Read More
Does Guile relax restriction on variable name convention by allowing variable names beginning with n...


schemelispidentifierguile

Read More
Given a Huffman tree, how to compute Huffman code for each symbol?...


mathclojurelisp

Read More
Invert a list without the last element in Racket...


schemelispracket

Read More
Dynamic Programing on Racket...


algorithmschemelispracketdynamic-programming

Read More
Is it possible to have a 2 dimension array as a result type from a map in CLisp?...


lispcommon-lisp

Read More
Lisp: Where can I find a list of reserved characters for sbcl?...


lispcommon-lispsbclreserved-words

Read More
Rule of thumb for capitalizing the letters in a programming language...


programming-languagesnaming-conventionslispfortranuppercase

Read More
What is the Scheme function to find an element in a list?...


lispscheme

Read More
BackNext