Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How to access multiple values returned by a function (e.g., cl:parse-integer)?

How to filter out false values from the list in racket

scheme lisp racket

Elisp: Asking yes-or-no in interactive commands

emacs lisp elisp

Is there a way to extract all elements of a list in place

list lisp common-lisp

LISP - destructive and non-destructive constructs

How to modify place with arbitrary function

Too many arguments for function

Expanding a &rest parameter in Common Lisp

lisp common-lisp

Using a lambda value from function as first element of list

lambda lisp common-lisp lisp-2

Running a Compiled Lisp Program

emacs lisp common-lisp slime

How would I get the min/max of a list using a key

lisp common-lisp

How can I apply a new Emacs C style to reformat all my source files?

Getting reference to the JavaScript Function object behind an operator

Get index of list within list in Lisp

lisp common-lisp

Clojure - Quoting Confusion

macros clojure lisp

multiplication of empty list in emacs lisp

emacs lisp scheme

If a string in lisp is a vector, why can't I access the first element using svref?

vector lisp common-lisp

Macro-defining macro in Racket?

RAII in Scheme?

lisp scheme raii

Scheme macro triggered by keyword which is not the head of a list

macros lisp scheme