Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Is defun or setf preferred for creating function definitions in common lisp and why?

macros lisp common-lisp

Read a file into a list of pairs in elisp

list emacs lisp elisp

How to traverse a tree in Clojure while collecting the value from each node node?

clojure tree lisp

Difficulty writing LISP Recursive Function for Merge Sort

lisp common-lisp

Common Lisp hash-table with with accented characters as keys

Collecting the time and space results produced by `time` macro?

how to create deep copies of structures

how to get two elements from a list each time in common-lisp?

lisp common-lisp

Checking for even and odd values in a loop with Lisp

lisp common-lisp clisp

How do I change the code in a lambda while keeping the captured vars?

What is a "Lisp program that writes other programs"?

lisp

Why does a macro inside a loop only expand once in Elisp?

macros lisp elisp elisp-macro

GNU Guile Scheme on Windows

windows scheme lisp gnu guile

Is there a way to convert a list to a set in Scheme?

lisp scheme

Is this a correct characterisation of the behaviours of square brackets in Scheme, Racket, Common Lisp, and Clojure?

LISP very simple list question

list lisp

Correct way to use the iterate package in Common Lisp

What is Order of Growth and How do you compute it?

How does `values` work in Scheme?

scheme lisp apply r5rs callcc

Why are there so many ways to compare for equality?