common-lisp

Open-source projects categorized as common-lisp

Top 23 common-lisp Open-Source Projects

  • nyxt

    Nyxt - the hacker's browser.

  • Project mention: Google Common Lisp Style Guide | news.ycombinator.com | 2024-04-16

    If someone invents another browser, Nyxt will be ready to wrap it with Common Lisp: https://github.com/atlas-engineer/nyxt

  • pgloader

    Migrate to PostgreSQL in a single command!

  • Project mention: Why Is Common Lisp Not the Most Popular Programming Language? | news.ycombinator.com | 2024-02-14

    No, it's difficult to read, and understand. It's a parenthesis circus, example -

    https://github.com/dimitri/pgloader/blob/master/src/sources/...

  • 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
  • klipse

    Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.

  • clasp

    clasp Common Lisp environment (by clasp-developers)

  • Project mention: I Accidentally a Scheme | news.ycombinator.com | 2023-11-15

    I accidentally a Common Lisp that interoperates with C++ (https://github.com/clasp-developers/clasp.git). We would also like to move beyond BDWGC and Whiffle looks interesting. I will reach out to you and maybe we can chat about it.

  • awesome-cl

    A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.

  • Project mention: KamilaLisp – A functional, flexible and concise Lisp | news.ycombinator.com | 2024-03-01

    Hello, a single counter-example I hope https://lispcookbook.github.io/cl-cookbook/editor-support.ht...

    (see more from https://github.com/CodyReichert/awesome-cl?tab=readme-ov-fil...

    https://cl-community-spec.github.io/pages/index.html

    and some more)

  • lem

    Common Lisp editor/IDE with high expansibility

  • Project mention: The Emacsen family, the design of an Emacs and the importance of Lisp (2023) | news.ycombinator.com | 2024-02-16

    Direct Link to "Lem" the Common Lisp based "Emacs" discussed in the talk.

    https://lem-project.github.io/

  • slime

    The Superior Lisp Interaction Mode for Emacs

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sbcl

    Mirror of Steel Bank Common Lisp (SBCL)'s official repository

  • Project mention: Arena Allocation in SBCL | /r/patient_hackernews | 2023-10-30
  • roswell

    intended to be a launcher for a major lisp environment that just works.

  • clog

    CLOG - The Common Lisp Omnificent GUI

  • Project mention: Embracing Common Lisp in the Modern World | news.ycombinator.com | 2024-01-24
  • sketch

    A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more. (by vydd)

  • Project mention: Seeking a lisp post on graphics | /r/Common_Lisp | 2023-05-01

    This is a cool library for that stuff as well: https://github.com/vydd/sketch

  • woo

    A fast non-blocking HTTP server on top of libev

  • sly

    Sylvester the Cat's Common Lisp IDE (by joaotavora)

  • Project mention: I programmed a SLY completion backend, it works, but I could use some help fine tuning it. | /r/Common_Lisp | 2023-10-16

    please someone create a pull request (or issue) on SLY github, to make it available to other SLY users. (I do not wish to have a github account and don't care about the copyright)

  • lispy

    Short and sweet LISP editing

  • Project mention: Sapling: A highly experimental vi-inspired editor where you edit code, not text | news.ycombinator.com | 2024-02-04
  • coalton

    Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.

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

    It's still… not the same. In CL (and specially with SBCL), we get compile time (type) errors and warnings at the blink of an eye, when we compile a single function with a keystroke (typically C-c C-c in Slime).

    And there's also been improvement, see Coalton for a ML on top of CL. (https://github.com/coalton-lang/coalton/)

  • cl-cookbook

    The Common Lisp Cookbook

  • Project mention: Gamedev in Lisp. Part 1: ECS and Metalinguistic Abstraction | news.ycombinator.com | 2024-03-02

    > the problem with Lisp is that it's sorta bundled with Emacs

    What's the problems with Alive, SLT, Slyblime, and Vlime? I mean, I use Emacs, but I was using Emacs before getting into Scheme and CL anyway.

    > Every website that teaches Lisp is in ugly HTML+CSS-only style

    I dunno, I feel like the Community Spec (<https://cl-community-spec.github.io/pages/index.html>) and the Cookbook (<https://lispcookbook.github.io/cl-cookbook/>) are fine.

    > I like the philosophy of (s-exp) but modern lisps have ruined its simplicity for me by introducing additional bracket notations [like this].

    Yes, that additional notation is a terrible blight on the perfection that is S-expressions, I wholeheartedly agree.

  • jscl

    A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

  • Project mention: All Web frontend lisp projects | /r/lisp | 2023-05-23

    JSCL - A CL-to-JS compiler designed to be self-hosting from day one. Lacks CLOS, format and loop.

  • trial

    A fully-fledged Common Lisp game engine

  • Project mention: Trial Game Engine Issue | /r/Common_Lisp | 2023-06-19
  • ccl

    Clozure Common Lisp

  • Project mention: Don't Invent XML Languages (2006) | news.ycombinator.com | 2024-03-08

    There's plenty of history of s-expression formats for documentation. One example is: https://github.com/Clozure/ccl/tree/master/doc/manual

    But, also, there's plenty of uses of XML that are not "artcles and books". For example, Maven's pom.xml and log4j2.xml.

  • caveman

    Lightweight web application framework for Common Lisp.

  • hunchentoot

    Web server written in Common Lisp

  • Project mention: Submissions to Spring Lisp Game Jam 2023 | /r/lisp | 2023-06-07

    Thirteen Letters - front end uses parenscript, spinneret, and cl-css; back end uses hunchentoot/hunchensocket

  • portacle

    A portable common lisp development environment

  • Project mention: An Exploration of SBCL Internals (2020) | news.ycombinator.com | 2024-04-22

    I agree that it's a hurdle.

    Portacle, https://portacle.github.io/ , is a way around config and whatnot, lowering the threshold a little.

  • kons-9

    Common Lisp 3D Graphics Project

  • Project mention: OpenSCAD Survey - what programming language do you want to be added to app? | /r/openscad | 2023-12-06
  • 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 related posts

Index

What are some of the best open-source common-lisp projects? This list will help you:

Project Stars
1 nyxt 9,521
2 pgloader 5,051
3 klipse 3,088
4 clasp 2,508
5 awesome-cl 2,450
6 lem 2,059
7 slime 1,851
8 sbcl 1,769
9 roswell 1,736
10 clog 1,419
11 sketch 1,368
12 woo 1,252
13 sly 1,212
14 lispy 1,184
15 coalton 991
16 cl-cookbook 893
17 jscl 872
18 trial 827
19 ccl 814
20 caveman 757
21 hunchentoot 689
22 portacle 678
23 kons-9 549

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