Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Apply a list of functions to a value

Suggestions on solving locking problem with ARM 7 CCL Lisp compiler, raspberry Pi?

Geany as CommonLisp IDE

What POOP frameworks exist for Lisp and Scheme

How do i convert a string to a quoted variable

lisp common-lisp

What Racket function can I use to insert a value into an arbitrary position within a list?

lisp scheme racket

How does call/cc work with the CPS transformation from "Lisp in Small Pieces"?

LISP car of the last element?

lisp warnings clisp

Lisp - modify A* to check for best cost, receive list of goal nodes

Filter a range without using an intermediate list

Lisp style question: memoization (caution: contains the solution for project euler #14)

how do I use a function as a variable in lisp?

lisp common-lisp

Scheme: using backtracking to find sentence permutations given chars list and words list

How do I access a class object stored in an array?

arrays lisp common-lisp

Is an association list in LISP the same thing as a Dictionary in C#?

c# lisp common-lisp

char representation clojure

Might this permanently and accidentally overwrite the compiler's own functionality?

lisp common-lisp ccl

In Scheme, how can I understand "(define (f x . y) (cons x y))"

Always getting "RETURN-FROM: no block named NIL is currently visible"

string-to-number and insert give control characters (e.g., ^C, ^D) instead of numbers (e.g., 3, 4)

emacs lisp elisp