Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How do I manage common lisp dependencies?

How to eval Lisp code inside a reader macro?

Loading a file in common lisp

Parsing UTF-8 string of known length in Common Lisp one byte at a time

Non-destructive sort in lisp?

sorting lisp

How to set up a Common Lisp development environment for OSX? (Programming Newbie)

macos emacs lisp common-lisp

sbcl runs forever on second call of function

extract/slice/reorder lists in (emacs) lisp?

lisp elisp

A way to strip returned values from java.io.File.listFiles in Clojure

java file clojure lisp io

Modify Lisp function without rewriting it?

lisp common-lisp

Tasks unsuited for dynamic scoping

lisp scope scheme elisp

What is wrong with my emacs/slime setup (compile-and-load/eval not working)?

Comparing Common Lisp with Gambit w.r.t their library access and object systems

Find the most nested list inside a list in Common Lisp

variable trouble in lisp

variables lisp common-lisp

When/why did Lisps start using semicolons for comments?

defun with a list as argument

lisp common-lisp

Are there pattern matching functions in Python like this?

How to print a list as matrix in Common Lisp

lisp common-lisp

SICP: Can or be defined in lisp as a syntactic transformation without gensym?

macros lisp scheme sicp