Search code examples
Invoking Common Lisp macros systematically with varying expressions...


functionmacroslispcommon-lispsbcl

Read More
finding nodes at depth N in a tree with racket...


recursionlispbinary-treeracket

Read More
How do foldl and foldr work, broken down in an example?...


schemelispracketfold

Read More
Using fixed point to show square root...


iterationschemelispracketsicp

Read More
How to set vertex attributes for GraphViz in Racket...


graphlispracketgraphviz

Read More
Implementing an infinite list of consecutive integers in Lisp for lazy evaluation...


lispcommon-lisplazy-evaluationrakuinfinite-sequence

Read More
AutoLISP - Selecting/Moveing Object Multiple Times Using Coordinates Autocad...


lispautolisp

Read More
Why does an elisp local variable keep its value in this case?...


emacslispelispliterals

Read More
Lisp - append to a list...


lispcommon-lisp

Read More
AutoLisp Get Last Modified...


lispautolisp

Read More
What is the difference between the these two scheme macros?...


schemelispmit-scheme

Read More
Why defining a recursive-display procedure in Guile causes infinite loop?...


schemelispguile

Read More
When did the idea of macros (user-defined code transformation) appear?...


macroslispschemehistoryracket

Read More
What does the f in setf stand for?...


lispcommon-lisp

Read More
SICP, Scheme, DrRacket Question: Timer/profiler function?...


lispschemeracketsicp

Read More
Why does a macro inside a loop only expand once in Elisp?...


macroslispelispelisp-macro

Read More
What is atom in LISP?...


lispcommon-lisp

Read More
Why do we need funcall in Lisp?...


lispcommon-lispfuncall

Read More
Matching parens in scheme...


schemelisp

Read More
In Lisp (Clojure, Emacs Lisp), what is the difference between list and quote?...


listclojurelispelispquote

Read More
Lisp - allow variable to be used *or* unused?...


lispcommon-lispcompiler-warningssbclunused-variables

Read More
Should be a lambda expression-LISP...


lambdaexpressionlisp

Read More
Difference between the 'Standard method combination' and 'Simple method combination'...


methodslispcommon-lispclosmethod-combination

Read More
Common lisp best practices for splitting code between files...


compilationlispcommon-lisp

Read More
Common Lisp - name clash I thought the package system was supposed to protect me against...


lispcommon-lispquicklisp

Read More
Lisp Lambda function with IF clause...


lambdafunctional-programminglispcommon-lisp

Read More
Lisp &rest parameters and recursive calls...


functionrecursionlispcommon-lispvariadic-functions

Read More
Is there a common LISP function to compare the contents of two lists?...


lispcommon-lisp

Read More
What is the difference between def and defonce in Clojure?...


clojurefunctional-programminglispclojurescript

Read More
Is lisp really the first interpreted high-level programming language?...


lispprogramming-languagesinterpreted-language

Read More
BackNext