Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Lisp: Why and how does '(nil nil) evaluate to true?

lisp clisp

In Common Lisp, is there a function that returns a symbol from a given string?

How to sort a list with sublists (common Lisp)

sorting lisp common-lisp

Are Project-Specific DSLs a Liability? [closed]

java api macros lisp dsl

How can I have optional arguments AND keyword arguments to the same function?

parameters lisp keyword

Representational State Transfer (REST) in Common Lisp

rest lisp common-lisp

Common Lisp type declarations not working as expected

Is there a relationship between untyped/typed code quotations in F# and macro hygiene?

Racket: Identifying tail recursion?

Scheme: Cond "not equal"

lisp scheme conditional

not using garbage collector in Scheme/Lisp implementation

From Google Common Lisp Style Guide: "Avoid modifying local variables, try rebinding instead" meaning?

lisp common-lisp

Why does TCO require support from the VM?

Backquote in Common Lisp: read and eval

What is the difference between :foo, ::foo, ::bar/foo, and :bar/foo in Clojure?

Emacs mode that highlight Lisp forms

emacs lisp mode

Hex to decimal conversion in common lisp

lisp common-lisp

Clojure presentation for beginners?

Determining a supertype path

What gives Lisp its excellent math performance?