Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

strtotime for Emacs Lisp

emacs lisp elisp strtotime

binding local variables in python

python lisp

Common Lisp: Beginner's trouble with funcall

lisp common-lisp

Is it possible to rewrite recursive function as macro in lisp?

recursion lisp common-lisp

cross-package defgeneric/defmethod in Common Lisp?

lisp common-lisp clos

Macro doesn't work in the function

macros lisp common-lisp

lisp, differences in assignment functions

lisp common-lisp

Extracting a list inside a list

lisp common-lisp

Learning Lisp and artificial intelligence [closed]

In clojure, when is it useful to define several symbols with same name but different metadata?

clojure lisp metadata

Common Lisp: making rules about input values

lisp common-lisp predicate

C parser recursion

c recursion lisp

Implementing multidimensional associative arrays in Common Lisp

Emacs lisp evaluate variable in alist

emacs lisp elisp

Idiomatic way to use for, while still maintaining high performance

how to return function in elisp

function lisp return elisp

Emacs Lisp map over a list of function names and call them all with the same arg

lisp elisp

Why is "else" a special symbol in scheme? Can it be defined as a procedure?

lisp scheme

apply & funcall - the different results

Continuation Passing Style In Common Lisp?