Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Diamond inheritance and the Common Lisp Object System

Does Haskell have Something Analogous to Late Binding (or, can we change the definition of functions of an ongoing Haskell program)?

haskell lisp late-binding

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

scheme style guide

coding-style lisp scheme

About "cond" in scheme

lisp scheme racket

Weird code example from "Realm of Racket"

lisp scheme racket

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

Common Lisp - Writing a function that detects circular lists

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

Unable to use eval on user input in Racket

scheme lisp racket

What (define (p) (p)) does?

scheme lisp sicp

Unable to add a directory and all its subdirectories to load-path in Emacs

emacs lisp elisp

"Unable to resolve symbol" error

How to write (simple) macro?

macros lisp common-lisp clos

evaluate expression before it is put in lambda

emacs lisp elisp

How can I do setf on a struct's accessors when using intern

lisp common-lisp allegro-cl