Search code examples
Tail recursive functions in Scheme...


recursionschemelisptail-recursion

Read More
Split lines of current paragraph in Emacs...


emacssplitlisp

Read More
How to create a function that returns the number of nodes in a tree on a given level...


lispcommon-lispclisp

Read More
How to intercalate 2 lists in lisp and print a statement when the list lengths don't match...


lispcommon-lisp

Read More
Why does Clojure have "keywords" in addition to "symbols"?...


lispclojureschemekeyword

Read More
Error when trying to set variable on LISP in a BMI problem...


lispcommon-lisp

Read More
Are Lisp macros just syntactic sugar?...


macroslisp

Read More
How can I do web programming with Lisp or Scheme?...


lispscheme

Read More
Is it possible to implement a simple typed lisp in the TypeScript type system?...


typescripttypeslisps-expression

Read More
How to replace an append with a cons in Common Lisp?...


lispcommon-lispclisp

Read More
How can I call a LISP function with &optional arg and colon like `(formato '((:year 0 4) (:m...


datetimelispcommon-lisppgloader

Read More
Difference between `uiop/package:define-package` and `defpackage`?...


lispcommon-lispasdfuiop

Read More
Why exactly is filtering using a set more performant than filtering using a vector?...


vectorfilterclojuresetlisp

Read More
LISP 1.5 How lisp is like a machine language?...


lisprackets-expressionmachine-codecomputer-science-theory

Read More
How do I convert a string to a hash ( key: character, value: list of the index of the character ) in...


lispracket

Read More
AutoLisp DCL - Multi-line Text with Button...


lispcadautocad-pluginautolisp

Read More
Autolisp DCL - Alignment and Sizing Tiles...


lispcadautocad-pluginautolisp

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


linked-listlispcpu-cache

Read More
Why is a literal quoted list not the same as a list built by list constructors...


lispracket

Read More
I wish to change the format of the numbers contained in a list Common Lisp Allegro...


floating-pointformattinglispcommon-lisp

Read More
Return values with indexes from list in AutoLisp...


lispautolisp

Read More
Lisp macro special usage?...


c++macroslisp

Read More
re-write without using set, setf or setq...


loopsfunctional-programminglispcommon-lispclisp

Read More
Is there an equivalent to Lisp's "runtime" primitive in Scheme?...


lispschemeracketsicp

Read More
Lexing Lisp in Python...


pythonlisp

Read More
How to dissolve or splice a list in common lisp?...


lispcommon-lisp

Read More
Why isn't my macro functioning in the same way as handwritten code?...


macroslispcommon-lisp

Read More
Which is better?: (reduce + ...) or (apply + ...)?...


lispclojurescheme

Read More
sleep in emacs lisp...


emacslispsleep

Read More
What is equivalent of getf in Urn Lisp?...


lisp

Read More
BackNext