-
Notifications
You must be signed in to change notification settings - Fork 145
Home
Karsten Poeck edited this page Jun 26, 2022
·
17 revisions
Welcome to the clasp wiki!
- Installing Using a Package Manager
- Building and Installing from Source
-
Building with Docker Additionally a ready made docker image is here
docker pull ghcr.io/clasp-developers/clasp:latest
- Building LLVM from Source
- Clasp regression tests can be run with
ninja -C build test
- ANSI Tests can be run with
ninja -C build ansi-test
- The random integer tester from pfdietz can be run with
ninja -C build test-random-integer
, details in the following pr https://github.com/clasp-developers/clasp/pull/1333 - Benchmark Results cl-bench
- How to compile and run tests for most popular quicklisp systems
- cl-grid Results
- Relative Compile Performance of clasp
- Using the profiling tools