Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

How to execute a common lisp text file (clozure cl)?

common-lisp sbcl

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

Automatically resolving a symbol naming conflict using asdf and defpackage

common-lisp asdf

Reverse string in Common Lisp

string common-lisp

Don't know how to require sb-cltl2

common-lisp

Correct way to do multithreaded computations in SBCL

Is it possible to define a syntax-rules macro in Common Lisp

Correct way to use the iterate package in Common Lisp

How to exit the package that I'm just using in common lisp?

package common-lisp

Why are there so many ways to compare for equality?

Rename function in a specific package on Common Lisp

import package common-lisp

Is there something akin to Common Lisps "special variable" in Rust?

rust common-lisp

How do I globally change a variable value within function in lisp

functions that can take anything as argument

lisp common-lisp

In emacs, how do I bind C-l to clear screen in slime?

emacs common-lisp slime

Matching end-of-line with CL-PPCRE

regex common-lisp cl-ppcre

Using Queues in Lparallel Library (Common Lisp)

Is Common Lisp static or dynamically typed? If both how is it done? [closed]

In what sense are types in Common Lisp first-class?

Common Lisp code for a C++ program with nested loops