Common Lisp REPL

Open-source Common Lisp projects categorized as REPL

Top 7 Common Lisp REPL Projects

  • lambdalisp

    A Lisp interpreter written in untyped lambda calculus

  • cl-repl

    A full-featured repl implementation designed to work with Roswell

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • CIEL

    CIEL Is an Extended Lisp. Scripting with batteries included.

  • Project mention: Common Lisp for Shell Scripting | news.ycombinator.com | 2024-05-23

    Nice article, I learned a couple tricks.

    A first gotcha:

    > you could just replace it with… #!/usr/bin/sbcl –load /home/youruser/.sbclrc –script

    this doesn't work, since a shebang only accepts one argument.

    ---

    There are 2 main caveats to the described approach: starting SBCL like this from sources and not from a binary takes a little time. And you don’t have batteries included. Want a HTTP client, a CSV parser? You have to quickload them and this adds up in the startup time.

    We can rely on long-running images in the editor and run stuff from there, bypassing the terminal altogether, or build binaries, or try other approaches (Lish shell, a lisp server https://notabug.org/quasus/lserver/)

    But that’s why I started CIEL, CL with batteries included. You can get a binary and run scripts that start fast and can do common tasks. It’s also a superset of useful libraries that you can quickload or use with a core image (for a fast startup in your editor).

    https://github.com/ciel-lang/CIEL/

    http://ciel-lang.org/

    It’s in beta, polishing phase.

  • sbcli

    A REPL for my SBCL needs

  • mondo

    Simple Common Lisp REPL

  • demo-web-live-reload

    Stating the obvious: using the REPL to live-reload a running website

  • trivial-toplevel-prompt

    Portability library to customize CL implementations' REPL prompt.

  • Project mention: Trivial Toplevel Prompt: Portability library to customize CL implementations' REPL prompt. | /r/Common_Lisp | 2023-09-11

    A small weekend nerd snipe for y'all: a small, cosmetic, and marginally useful library to allow customizing REPL prompts: Trivial Toplevel Prompt

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Common Lisp REPL related posts

Index

What are some of the best open-source REPL projects in Common Lisp? This list will help you:

Project Stars
1 lambdalisp 219
2 cl-repl 150
3 CIEL 171
4 sbcli 90
5 mondo 52
6 demo-web-live-reload 25
7 trivial-toplevel-prompt 5

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com