Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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?

How do I append to an alist in scheme?

list lisp scheme associative

Why must 'require' be evaluated in a separate expression to use of the package

lisp common-lisp

Which dialect of LISP is 'Paradigms of Artificial Intelligence Programming' written in?

lisp common-lisp

Lisp: Why and how does '(nil nil) evaluate to true?

lisp clisp

In Common Lisp, is there a function that returns a symbol from a given string?

How to sort a list with sublists (common Lisp)

sorting lisp common-lisp

Are Project-Specific DSLs a Liability? [closed]

java api macros lisp dsl

How can I have optional arguments AND keyword arguments to the same function?

parameters lisp keyword

Representational State Transfer (REST) in Common Lisp

rest lisp common-lisp

Common Lisp type declarations not working as expected