Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Convert string to code in Scheme

lisp scheme

Transforming expression given in prefix notation, identifying common subexpressions and dependencies

python scala haskell erlang lisp

tail-recursive function appending element to list

Simplest way to get a Lisp "hello world" web application going

lisp common-lisp

Is there a suitable replacement for C++, when I would like to write video processing applications?

What features is lisp lacking? [closed]

lisp language-features

In Common Lisp why does the macro OR use a gensym, but not AND?

macros lisp common-lisp sbcl

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?