python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use libraries in Common Lisp?
I'm a beginner in Common Lisp and I want to use a library.
I can't find a single one simple example of loading / requiring / using a module.
I've installed cl-ppcre like this :
$ sbcl --non-interactiv...
WhiteMist
Votes: 0
Answers: 5
Common Lisp Package Definition with Dependencies for Exploration at the REPL?
This is another take at the question of packages and systems especially for usage locally in personal projects (maybe similiar to HOWTO definition and usage of Common Lisp packages (libraries)? from 2...
brittAnderson
Votes: 0
Answers: 2