Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

What is standard way of defining global closures in scheme?

Why is a string not a list of characters in scheme/racket?

string scheme lisp racket

How to interpret comma-comma-at in Common Lisp?

lisp common-lisp

If Lisp is the perfect language, why are there so many? [duplicate]

comparison lisp

Is this really a breadth first search

SICP: Why does process-forget-value call process-new-value?

scheme lisp constraints sicp

c(a|d)+r macro in Racket

macros lisp racket cons

&optional parameter in lisp macros: Why does this variable behave like this?

macros lisp common-lisp

Buildapp and debugger

lisp common-lisp sbcl

Change Emacs window appearance when it loses focus

linux emacs lisp elisp dot-emacs

Why aren't lisp macros eagerly expanded by default?

How do I read a text file in LISP?

lisp common-lisp

Symmetric 2 Dimensional Array

lisp common-lisp

Printing contents of array LISP

Is "Lisp-1 vs Lisp-2" relevant in a language with static types?

Racket hash equality

unit-testing lisp racket

how to programmatically create a regexp to match all the single char in a given string with elisp?

regex emacs lisp

Why are circle center coordinates (key 10) not relative to the origin in DXF data?

lisp autocad dxf autolisp

Lisp introspection? when a function is called and when it exits

lisp introspection