Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

In Lisp, can you construct a `check-type` that throws an error if the value is not a hash-table with all integer keys and values?

lisp common-lisp

order matters with return-from in SBCL

return lisp common-lisp sbcl

How to define a function-local constant in Common Lisp?

How to read http body in Woo

lisp common-lisp

DrRacket plot "could not determine sensible plot bounds"

plot scheme lisp racket

Lisp unroll/partial eval function

debugging lisp common-lisp

Help understanding this line in lisp

lisp common-lisp

How to not recurse twice in LISP

lisp common-lisp

How to reverse the order of elements of a list in Scheme

scheme lisp racket

A Common Lisp program error

random lisp common-lisp

How to get the string that caused parse error?

mit-scheme vim slimv: " read-error: no dispatch function defined for #\F"

lisp scheme mit-scheme slimv

Scheme default valued function

Lisp's apply and funcall vs Python's apply

Does call/cc simulate goto this way?

Get the path of the script that is currently executing in Steel Bank Common Lisp

lisp common-lisp sbcl

ELISP interactive function with both prefix argument and user input as optional arguments

Decode a single character from octets in lisp

common lisp equivalent of a python idiom

python lisp common-lisp

Syntax changes from the examples in 'The Little Schemer' to the real Scheme