Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Hash-table type in Lisp

Emulating lisp cons cells in Tcl

lisp tcl dynamic-scope

What is WITH-STANDARD-IO-SYNTAX macro for?

lisp common-lisp

Comparing lists in Lisp

lisp common-lisp clisp

Y Combinator in Scheme using Define

lisp format string that consumes one argument and prints in multiple directive places

lisp string-formatting

external lisp code indenter

lisp indentation

Why does print-circle default to nil?

printing lisp common-lisp

How to recursively reverse a list using only basic operations?

list recursion scheme lisp

SICP Infinite Streams (Chapter 3.5.2)

stream scheme lisp sicp

additional properties to slot definition

lisp common-lisp clos

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