C Lisp

Open-source C projects categorized as Lisp

Top 17 C Lisp Projects

  • janet

    A dynamic language and bytecode vm

  • Project mention: Homoiconic Python | news.ycombinator.com | 2024-05-12

    Only tangentially related, but for anyone interested in the idea of a simple, quick Python-like scripting Lisp, there are two Clojure-style languages to look at:

    1) Hy (https://hylang.org/, compiles to Python bytecode, usually slower than Python but compatible with all Python libraries)

    2) Janet (https://janet-lang.org/, very light Lua-style embeddable VM ~1 Mb, roughly twice as fast as Python for similar ops, very easy C interop)

  • tinylisp

    Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.

  • Project mention: What makes a language easy for writing a parser? | /r/Compilers | 2023-06-18

    LISP has a very simple and consistent syntax, so much so that a basic interpreter can be done in only 99 lines of C.

  • 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
  • lisp-in-life

    A Lisp interpreter implemented in Conway's Game of Life

  • Project mention: Discussion Thread | /r/neoliberal | 2023-06-08

    Still, my favorite has to be the LISP interpreter written in Conway's Game of Life written in LISP.

  • lispe

    An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell.

  • Project mention: A C++ editor/prompt shell to embed your own programming language | news.ycombinator.com | 2024-01-26
  • lone

    The standalone Linux Lisp

  • Project mention: How to Write a (Lisp) Interpreter (In Python) | news.ycombinator.com | 2024-03-11

    I made something somewhat close to that: a freestanding lisp. It targets the Linux kernel directly. No libc.

    https://github.com/lone-lang/lone

  • yoctolisp

    Tiny Scheme-like Lisp interpreter written in a weekend

  • scheme-for-max

    Max/MSP external for scripting and live coding Max with s7 Scheme Lisp

  • Project mention: Music for Programming | news.ycombinator.com | 2024-03-03
  • SaaSHub

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

    SaaSHub logo
  • maiko

    Medley Interlisp virtual machine

  • lispBM

    An interpreter for a concurrent lisp-like language with message-passing and pattern-matching implemented in C.

  • Project mention: Joel Svensson - LispBM (LBM) | /r/haskell | 2023-12-08

    Code: https://github.com/svenssonjoel/lispBM

  • stutter

    Implement a Lisp, in C, from scratch, no libs (by mkirchner)

  • lisp

    A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a mark-sweep/compacting garbage collector and REPL. (by Robert-van-Engelen)

  • scheme-for-pd

    Pure Data port of the Scheme For Max external, providing an embedded S7 Scheme/Lisp interpreter for scripting and live-coding Pure Data in Scheme Lisp.

  • lispkit

    FUNCTIONAL PROGRAMMING: Application and Implementation, Peter Henderson, ISBN 0-13-331579-7

  • Connery

    Connery is an experimental lisp themed after veteran actor Sean Connery. (by willcipriano)

  • lisp-cheney

    A mini Lisp in 1k lines of C with Cheney's copying garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a copying garbage collector and REPL.

  • ulisp-bl602

    A version of the Lisp programming language for RISC-V BL602 Boards

  • mlisp

    a vector-based lisp

  • 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).

C Lisp related posts

Index

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

Project Stars
1 janet 3,330
2 tinylisp 795
3 lisp-in-life 444
4 lispe 364
5 lone 299
6 yoctolisp 247
7 scheme-for-max 186
8 maiko 127
9 lispBM 81
10 stutter 73
11 lisp 68
12 scheme-for-pd 63
13 lispkit 49
14 Connery 33
15 lisp-cheney 31
16 ulisp-bl602 4
17 mlisp 0

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