Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

additional properties to slot definition

lisp common-lisp clos

Diamond inheritance and the Common Lisp Object System

Does macrolet prohibit recursive calls among locally defined macros?

Discovering the "Core" Entities and Macros of Common Lisp

macros lisp common-lisp clisp

Lexical Bindings in Common Lisp Macros

Is there a function in Racket that returns a procedure's lambda-expression?

lambda lisp common-lisp racket

CLisp: "use-package" resolving conflicts non-interactively

packages common-lisp

Vector Calculations in LISP

Using hunchentoot to parse post request sent by model.save() in Backbone.js

how to test whether one list is a member of another

lisp common-lisp membership

defparameter vs defun for passing functions around

lisp common-lisp

defclass type information for performance

How to make defsystem use "everything"?

common-lisp asdf

Undocumented function called rec in Common Lisp source with labels?

common-lisp

Common Lisp - Writing a function that detects circular lists

Equality check with fractions in Common Lisp

LISP - Converting a string with the representation of an array to an array

lisp common-lisp

Common Lisp idiom for filtering a list and applying a function to the unfiltered elements?

lisp common-lisp idioms

Common Lisp: check if lexical variable exists?

scope common-lisp

mapcan, sharp quote and closures