Search code examples
trying to write Foldtree in Racket n-ary only know how to do write for binary tree...


treelispracketfoldarity

Read More
How to test a function in lisp and emacs...


unit-testinglispelisporg-mode

Read More
Suspected SBCL Garbage Collection Bug for Hash Table...


garbage-collectionlispcommon-lisphashtablesbcl

Read More
Why does mapcar in lisp take a name instead of function?...


lispcommon-lisplisp-2

Read More
How are assoc and assq implemented in Scheme?...


schemelispracket

Read More
Count occurrences in lisp...


lisprepl-printed-representation

Read More
Using loop inside defmacro...


loopslispcommon-lisplisp-macros

Read More
Common lisp: How to implement reduce...


listfunctional-programminglispcommon-lispreduce

Read More
Lisp Macro cannot find applicable function...


macroslispcommon-lisp

Read More
use of &rest and &key at the same time in Common Lisp...


lispcommon-lispvariadic-functionskeyword-argument

Read More
Floating Point Precision Error...


lispcommon-lispfloating-accuracylispworks

Read More
Using Vim for Lisp development...


vimidelispcommon-lisp

Read More
How do I loop over a longer list with map that depends on a shorter list wrapping it to apply some f...


loopsfunctional-programmingmappinglispcommon-lisp

Read More
Make an array larger LISP...


arrayslispcommon-lisp

Read More
How to do a While loop in Common LISP?...


lispcommon-lisp

Read More
Generating permutations in Lisp withous map functions...


algorithmrecursionfunctional-programminglisp

Read More
Why isn't there a good scheme/lisp on llvm?...


lispschemellvm

Read More
Use mit-scheme with REPL and editor together...


emacsschemelispsicpmit-scheme

Read More
Sort a list by number and char...


listsortinglispcommon-lisp

Read More
Deploying Common Lisp Web Applications...


amazon-web-servicesamazon-ec2lispcommon-lisphunchentoot

Read More
Is there a difference between `#'(lambda... ` and `(lambda...`?...


lispcommon-lisppractical-common-lisp

Read More
How does this piece create list of all sublists for a given list?...


lispcommon-lisp

Read More
Why is the @ sign needed in this macro definition?...


macroslispcommon-lispquasiquotes

Read More
Common Lisp: Destructure a list in first, rest, last (like Python iterable unpacking)...


lispcommon-lispcl

Read More
How would I write a function in Dr. Racket which consumes a list of 2 possible symbols and replaces ...


listlispracket

Read More
Quoting numerical constants in Chez Scheme...


schemelispchez-scheme

Read More
Julia equivalent of a lisp symbol macro?...


macrosjulialisp

Read More
Generating powerset in one function, no explicit recursion, and using only simplest primitives in Ra...


lambdaschemelispracketanonymous-recursion

Read More
Comparing a variable to a character in Lisp...


comparisoncharacterlispcommon-lispclisp

Read More
Load a certain file every MIT-Scheme initialization...


schemelispmit-scheme

Read More
BackNext