Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

the SICP book solution error help, number 1.7

lisp scheme sicp racket

In LISP, what's the difference between "let" and "with"?

lisp substitution let

How to protect an interpreter's native call stack from garbage collection?

Scheme - dynamic scope and infinte loop

scope lisp scheme

Can you get dot representation using 'list' command in LISP?

lisp common-lisp

UVa #112 Tree Summing

tree lisp

How to write a clisp executable file? [duplicate]

lisp common-lisp clisp

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