Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

defun with a list as argument

lisp common-lisp

Are there pattern matching functions in Python like this?

How to print a list as matrix in Common Lisp

lisp common-lisp

SICP: Can or be defined in lisp as a syntactic transformation without gensym?

macros lisp scheme sicp

What does the ALSO keyword mean in MLISP?

lisp

(Pretty) Print large objects in Common Lisp

Elisp: How to push-back to a list

lisp elisp

Is there an Awk- or Lisp-like programming language that can process a stream of s-expressions?

awk pipe lisp s-expression

Simple issue with subseq (LISP)

string lisp common-lisp

Association in Common Lisp

lisp common-lisp

emacs programmatically change window size

emacs lisp window size buffer

Running inferior lisp

emacs lisp

lisp: How to create temporary method specialization within a scope

lisp common-lisp clos mop

Is Lisp a virtual machine like JVM?

lisp common-lisp

Why am I getting an unbound error for "atom?"

How to pass `and` as a function in Racket?

how to wrap forms with an already written outer form in paredit

emacs lisp paredit

Non-recursive symbol-macrolet

What does the A in ~A in format stand for?

lisp common-lisp

how to override functions in emacs lisp for specific mode?

emacs function lisp overriding