Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Lisp: same mathematical function evaluates to different values at different time?

lisp common-lisp

How to declare a function before its definition in common lisp?

lisp common-lisp

C++ code and objects from C?

c++ c lisp

Newbie question about Lisp and Packages

(define (average ....)) in Lisp

lisp scheme racket

Can one safely ignore the difference between a macro and a built-in?

macros clojure lisp

Do any lisps have a s-expression as their head, e.g. ((f 2) 3 4)? If not, why?

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