Jump to content

Lisp: Difference between revisions

From NixOS Wiki
imported>Widlarizer
Created Lisp page
 
Klinger (talk | contribs)
 
Line 17: Line 17:


== Scheme ==
== Scheme ==
[[Category:Languages]][[Category:Lisp]]

Latest revision as of 20:28, 25 June 2025

☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.

Also see the Lisp section of the NixOS manual.

About

Lisp is a family of typically interpreted functional languages with dynamic, minimal typing, and many parantheses.

Common Lisp

The modern implementation is sbcl. Nix can be used for library management with sbclPackages. External package management can be used with caution.

Editor integration

Emacs

See emacs.

VS Code

The Alive extension for VS Code can be used. Be careful to follow the instructions described on the marketplace. Refer to the Lisp section of the NixOS manual to start with quicklisp. VS Code can be launched from a Nix shell with required packages available but this may cause stability issues.

Scheme