Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Question regarding mapcon and its supposed equivalence to (apply #'nconc (maplist ...))

lisp common-lisp

lisp apply append

lisp append apply

How do I fix the URL for the <TAB>-triggered automatic documentation lookup in the Common Lisp REPL?

Lisp: Accessing recursive hashes with syntactic sugar

lisp common-lisp

I am trying to build an Expert system and my UI is prepared in .Net and now I am willing to connect it to LISP

.net lisp expert-system

emacs: toggle binding of number row to <shift>-ed equivalent

Why does this script-fu not work?

lisp scheme gimp script-fu

I do not understand why a lambda scheme is working

lambda syntax scheme lisp

How to generalize this code for multi variable equations?

lisp common-lisp

Is Racket expt using tail recursion?

Correct way to incorporate a docstring in a def* macro?

lisp common-lisp sbcl defmacro

Clojure Macro Expansion

macros clojure lisp

Can I use lambda with an on-the-fly lambda list (without macros)?

lisp common-lisp sbcl

How to print blank character in the Lisp format function?

lisp whitespace

Picolisp question, segfault when manipulating lists of numbers (from mailing list)

lisp picolisp

Understanding Implementation of call-with-continuation

Using a defined procedure as argument yields different result than using a lambda-expression as argument

please help decipher this lisp extract

Working with a java structure in clojure

java oop clojure lisp