Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Suppress warning for function arguments not used in LISP

Does Java support dispatching to specific implementations based on types of multiple objects like Lisp does?

use of &rest and &key at the same time in Common Lisp

What is the rationale behind using def and defn instead of just define?

lisp clojure scheme

How to embed a common lisp interpreter into a gui application

Why to use LISP today, when there are Scala, Erlang, Haskell etc [closed]

Strings in the middle of lisp S-exp?

Emacs lisp: why does this sexp cause an invalid-function error?

Does (function) serve any purpose in Emacs?

emacs lisp elisp

Loop through a string in lisp for alpha chars OR space

string lisp common-lisp space

How well does your language support unicode in practice?

python ruby node.js lisp

What is the difference between '(a b c) and (list 'a 'b 'c)?

lisp common-lisp sbcl

List without nil in Lisp

list lisp null

Clojure String Return Values

clojure lisp

In Lisp, how many inputs can the + function actually have?

lisp common-lisp

Returning from a function inside when statement

scheme lisp racket

LISP variable exchange

lisp common-lisp

How do I locate the error in a lisp file in Emacs?

emacs lisp elisp

Get list element by position

lisp common-lisp

Why do some lisps put the function name outside of the argument list in a function definition?