Lua to Lisp - is Lua just sugared Lisp?

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. RE-flex

    Yet another high-performance C++ regex library and lexical analyzer generator like Flex: extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers. (by Genivia)

    A Lua-to-Lisp transpiler written in Bison and RE/flex (a modern alternative to Flex for C++.) The transpiler translates Lua language constructs to Lisp. Dare I say that Lua is essentially sugared Lisp? A quote by Paul Graham comes to mind "As computers have grown more powerful, the new languages being developed have been moving steadily toward the Lisp model."

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. lua-to-lisp

    A lightweight Lua to Lisp transpiler. Translates Lua 5.3 code to a Lisp dialect.

    The translation rules are posed in the README of the project along with the Bison grammar and source code files: https://github.com/Robert-van-Engelen/lua-to-lisp

  4. Fennel

    Lua Lisp Language

    When I hear "Lua to Lisp" I think of https://fennel-lang.org/

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

  • Funnel for Lisp Based Game

    1 project | news.ycombinator.com | 1 Jun 2024
  • 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

Did you know that C++ is
the 7th most popular programming language
based on number of references?