Why lists?

This page summarizes the projects mentioned and recommended in the original post on /r/lisp

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Fennel

    Lua Lisp Language

  • Fennel, being a surface syntax for Lua, uses Lua tables to store code, and its macros operate on tables. It has some quirks though, as there's no real unquote-splicing for example, as you can only append to the table's end (like with list* in some lisps). This isn't as problematic as it can seem though.

  • clojure

    The Clojure programming language

  • Clojure is a lisp with immutable Vectors, HashMaps, Lists, Sets built in to the language.

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

  • I also wrote a simple scheme-like interpreter (nothing to be really proud of tbh), which uses custom tree data structure, and it was quite painful to implement some things for it, because a) I knew nothing about Lisp at that point, and what I was doing at all, b) it was my first project in Rust besides tutorials :D

  • janet

    A dynamic language and bytecode vm

  • Janet uses tuples instead of lists to store code AFAIK. At some point in time it was considered naming it Tupper, short for TUPle PRocessing instead of lisp processing.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • are there any lisp like configuration languages out there?

    5 projects | /r/lisp | 4 Oct 2022
  • Did we lose our way in making efficient software? – ~30 MB doc file vs. browser

    2 projects | news.ycombinator.com | 28 Apr 2024
  • The Bipolar Lisp Programmer

    3 projects | news.ycombinator.com | 11 Aug 2023
  • Qual a linguagem que vocês mais gostam de programar?

    2 projects | /r/brdev | 26 Jun 2023
  • Can I use elixir as the scripting language of my game engine?

    1 project | /r/elixir | 6 Jun 2023