Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Can macro expansion contain (declare ...) expressions?

macros lisp common-lisp

Why isn't there a BOOLEANP predicate?

lisp common-lisp

Elisp: Bind a lambda in a Let and execute it [duplicate]

emacs lisp elisp

Understanding function `tailp` in Common Lisp

lisp common-lisp sbcl clisp

How to use a "taken" word as a CLOS generic

How to write this Lisp / Scheme code?

lisp scheme

How can I tell if a list has a third item?

lisp scheme

Simple LISP function not working

lisp common-lisp

Why is read-line run twice for reading from a file in Lisp?

input lisp common-lisp

How to define a structure in lisp with arbitrary number of args?

lisp structure common-lisp

What is the difference between let and let* in Scheme?

lisp scheme gimp

How to remove redundancy in Lisp code?

How to save all functions I entered in LispBox/Slime?

A lisp function refinement

lisp common-lisp

lisp-style style `let` syntax in Python list-comprehensions

refactoring lisp python

The subsets-sum problem and the solvability of NP-complete problems

lisp np-complete subset-sum

Reusing values in condition and consequent for efficiency in lisp / clojure

Are there function prototypes in Common Lisp?

Capture value of variable on lambda creation

terpri, princ & co. vs format

lisp common-lisp