Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How are function parameters stored in lisp?

Difference between 1st and 2nd version of "How to Design Programs" (HTDP) [closed]

scheme lisp racket htdp

SBCL multiple threads write to standard-output

lisp common-lisp sbcl

Intersection of multiple lists in elisp

lisp elisp

Recursive split-list function LISP

Emacs: Enter commands like in gedit

emacs lisp code-snippets

Mapcar and assoc

lisp common-lisp clisp

Split string into individual characters

string lisp ascii common-lisp

Using quotes and double quotes in Java Runtime.getRuntime().exec(...)

how does one compile a clisp program which uses cl-ppcre?

lisp common-lisp clisp

How to add a dynamic touch to emacs macros and or query replaces?

emacs lisp elisp

Ruby: how to splice an array into a list Lisp-style?

ruby lisp

Rewrite this script by designing an interpreter in racket

lisp scheme racket

When does scheme evaluate quote?

lisp scheme sicp

python equivalent of quote in lisp

What distinguishes a continuation from a function?

Is LISP's code-as-data ideology basically the same thing as higher order functions? [closed]

How to return the value instead of key by completing-read

emacs lisp elisp completion

Common Lisp - type checking two variables

lisp common-lisp

How to format a nested multiple-value-bind the let way?