Search code examples
AutocadLisp - let variable argument definition mistaken as e function...

lispautocadautolisp

Read More
What is the difference between CLISP and SBCL in handling closures and lexical variables?...

lispcommon-lispsbclclispland-of-lisp

Read More
fixed point combinator in lisp...

lispschemecombinatorsy-combinator

Read More
Defining a For Loop in Scheme...

for-loopschemelispdefine-syntax

Read More
Question regarding mapcon and its supposed equivalence to (apply #'nconc (maplist ...))...

lispcommon-lisp

Read More
what is the proper way to evaluate Lisp/Scheme in emacs...

schemelisp

Read More
Is defun or setf preferred for creating function definitions in common lisp and why?...

macroslispcommon-lisp

Read More
Cons and dot product related?...

schemelispdot-productcons

Read More
Clojure keyword arguments...

bindingclojurelispcommon-lispparams-keyword

Read More
Switch statement in Lisp...

switch-statementlispcommon-lisp

Read More
GNU Guile Scheme on Windows...

windowsschemelispgnuguile

Read More
How can I view the definition of a function in lisp (sbcl)?...

lispcommon-lispsbcl

Read More
Are Lisp lists always implemented as linked lists under the hood?...

linked-listlispcpu-cache

Read More
Anonymous macro in scheme...

functional-programmingmacrosschemelisp

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

listlispcommon-lispgeneratorpermutation

Read More
Iterating over strings...

stringloopsiterationlispcommon-lisp

Read More
How to have offline CLHS available from the REPL?...

lispcommon-lispinteractive-mode

Read More
Does recursive call have to be strictly the last call in a function for a function to be tail-recurs...

algorithmrecursionlispcommon-lispsbcl

Read More
How can I delete a "." from a list in Common Lisp?...

listappendlispcommon-lisp

Read More
What should be the domain of a 'minimum' function in functional programming?...

functional-programminglisp

Read More
How do I read a web page in Racket?...

schemelispracket

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

lispcommon-lispfuncall

Read More
Simplest way to get a Lisp "hello world" web application going...

lispcommon-lisp

Read More
Is there a standard/portable way to query if a symbol stands for a symbol macro?...

lispcommon-lispsbcl

Read More
What's the best way to learn LISP?...

lispschemecommon-lisp

Read More
How do you compile macros in a Lisp compiler?...

macroslispcommon-lisp

Read More
"UIOP" package does not exist in SBCL, can someone help me to find?...

lispcommon-lispsbcluiop

Read More
Can you auto-continue on continuable error with clisp (or sbcl)?...

lispcommon-lispclisp

Read More
Is TRUNCASE a symbol that ever existed in a Lisp implementation?...

lispcommon-lisp

Read More
Inheritance classes in Scheme...

inheritancelispscheme

Read More
BackNext