Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How to replace forward slashes with backslashes in a string in Emacs Lisp?

regex emacs string lisp

I want to implement a scheme interpreter for studying SICP

Emacs org-mode: textual reference to a file:line

emacs lisp org-mode bookmarks

Difference between CDR, CAR and REST, FIRST and possible implementation?

list lisp common-lisp cdr

Emacs: how do I replace-regexp with a lisp function in a defun?

emacs lisp

Common Lisp Backquote/Backtick: How to Use?

Does Common Lisp have a something like java's Set Interface/implementing classes?

java lisp set sbcl

How do recursive macro definitions get evaluated

Mysterious Racket error: define: unbound identifier; also, no #%app syntax transformer is bound in: define

lisp racket

Lisp In A Box - Why is it starting a server?

emacs lisp slime lisp-in-a-box

Uses for both static strong typed languages like Haskell and dynamic (strong) languages like Common LIsp

How to read input until EOF in Lisp

lisp common-lisp eof

Where should a Quicklisp QUICKLOAD go in my source? Nowhere?

Is homoiconicity really needed for having macros?

macros clojure lisp

What language could I use for fast execution of this database summarization task?

python sql lisp ocaml apache-pig

str_replace in Common Lisp?

lisp common-lisp

Why is the hyphen conventional in symbol names in LISP?

Does learning one Lisp help in learning the other?

Writing a formal language parser with Lisp

Practical use of fold/reduce in functional languages