logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

SBCL Compiler - Compile Lisp Code | Online Free DevTools by Hexmos

Compile Lisp code with SBCL Compiler. Optimize performance and execute Lisp scripts efficiently using the command line. Free online tool, no registration required.

sbcl

High performance Common Lisp compiler. More information: https://www.sbcl.org/manual/index.html#Command-Line-Options.

  • Start a REPL (interactive shell):

sbcl

  • Execute a Lisp script:

sbcl --script {{path/to/script.lisp}}

See Also