Search code examples
Python vs. Ruby for metaprogramming...


pythonrubylispmetaprogramming

Read More
Church encoding (lambda calculus) to define < , > , !=...


functional-programmingschemelisplambda-calculuschurch-encoding

Read More
Understanding Church numerals...


schemelispsicpchurch-encoding

Read More
Is there a simple way to use Python libraries from Common Lisp?...


pythonlispcommon-lispffi

Read More
AutocadLisp - let variable argument definition mistaken as e function...


lispautocadautolisp

Read More
Scheme: find out if an "complex" element is in a "complex" list...


listschemelispmember

Read More
How to watch out for the fact that NREVERSE may modify CARs instead...


lispcommon-lisp

Read More
How would I get the min/max element of a list using a key...


listlispcommon-lispminimum

Read More
LISP - sequence of integers...


listlisp

Read More
How do I do anything with multiple return values in Racket?...


lispracketreturn-valuemultiple-return-values

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


lambdaschemelispracketanonymous-recursion

Read More
When to use defparameter instead of setf?...


lispcommon-lispvariable-assignment

Read More
Why it is preferred in Lisp to put several closing parentheses on the same line?...


coding-stylelisp

Read More
Performance difference between functions and pattern matching in Mathematica...


lispwolfram-mathematica

Read More
How to include a file with shadow-cljs/inline, but preprocess it first?...


clojuremacroslispclojurescriptshadow-cljs

Read More
Can I conditionally select a special-form at the beginning of an expression?...


lispelisp

Read More
How do I measure performance of Lisp code?...


performancelispcommon-lispmeasurement

Read More
Automatic differentiation library in Scheme / Common Lisp / Clojure...


clojurelispschemenumerical-methodsautomatic-differentiation

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


lispscheme

Read More
Let-binding *read-default-float-format* not having effect in another thread?...


lispcommon-lispsbcl

Read More
Clojure head retention...


clojurefunctional-programmingjvmlisp

Read More
What's the point of building a list with a non-list tail?...


listemacslispelispcons

Read More
How to generate all the permutations of elements in a list one at a time in Lisp?...


lispgeneratorcommon-lisppermutationrecursive-backtracking

Read More
10 LISP primitives analogous to 5 axioms of Euclidean geometry?...


lispgeometryprimitiveaxiom

Read More
How does scramble function works? (Chapter 1 of The Seasoned Schemer)...


recursionfunctional-programmingschemelispseasoned-schemer

Read More
SSE Server in Common Lisp...


httplispcommon-lispserver-sent-events

Read More
Scheme evaluation of list...


listschemelispeval

Read More
how to set a bunch of variables depending on one condition in elisp?...


lispelisp

Read More
Basic Lisp function - sum of even minus sum of odd...


sumlispcommon-lisp

Read More
In Common Lisp, what is the correct way to define a type or nil in a class slot?...


lispcommon-lispsbcl

Read More
BackNext