webassembly-lua VS tl

Compare webassembly-lua vs tl and see what are their differences.

webassembly-lua

Write and compile WebAssembly code with Lua (by ysugimoto)

tl

The compiler for Teal, a typed dialect of Lua (by teal-language)
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.com
featured
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
webassembly-lua tl
1 54
113 1,935
- 2.9%
0.0 7.7
almost 2 years ago 2 months ago
Python Lua
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webassembly-lua

Posts with mentions or reviews of webassembly-lua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-20.
  • Fengari – Lua for the Browser
    10 projects | news.ycombinator.com | 20 Feb 2022
    Not sure why'd you think this would have anything to do with WASM, the homepage is really clear what this is: "Fengari is the Lua VM written in JavaScript. It uses JavaScript's garbage collector so that interoperability with the DOM is non-leaky.". WASM wouldn't use JS's GC, nor would provide interop with the DOM, so for the stated goals of this project, WASM would be a non-starter.

    There is prior art for Lua -> WASM in case you're interested in that: https://github.com/ysugimoto/webassembly-lua

tl

Posts with mentions or reviews of tl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-18.
  • Ravi is a dialect of Lua, with JIT and AOT compilers
    7 projects | news.ycombinator.com | 18 Mar 2024
    it's based off MIR, does it have something to do with https://mlir.llvm.org/ ?

    for typed lua, there is another effort https://github.com/teal-language/tl in addition to the mentioned typescript approach: https://github.com/andremm/typedlua

  • Lua Criticism Is Unwarranted
    4 projects | news.ycombinator.com | 26 Oct 2023
    I had the pleasure of working with Lua 5.1 back in the late noughties. For me it's replaced Tcl whenever I want something I can configure above a C library. At the time I used it I found it quite nice but I'll also not forget the hours I wasted tracking down nil table corruptions which could have easily been caught by a type checker.

    I had some hope that Luau https://luau-lang.org or Teal https://github.com/teal-language/tl would make things better but with the following example

        function foo(x: number): string
  • Why Fennel?
    12 projects | news.ycombinator.com | 13 Sep 2023
  • Algebraic data types in Lua (Almost) post
    2 projects | news.ycombinator.com | 18 Aug 2023
    I wonder why the author doesn't use Teal [0] - a typed dialect of lua.

    [O] https://github.com/teal-language/tl

  • Lua: The Little Language That Could
    19 projects | /r/programming | 28 May 2023
    Check out Teal
  • What's the deal with Fennel in Neovim?
    3 projects | /r/neovim | 10 Mar 2023
    There is already https://github.com/teal-language/tl, which is typed Lua. I think fennel exists to serve a different niche-- personally I use it not for any type features; I just like the syntax better, and others may find certain features like the macro system useful.
  • Using Lua with C++
    9 projects | news.ycombinator.com | 14 Feb 2023
  • Teal – Type Hints for Lua
    1 project | news.ycombinator.com | 11 Feb 2023
  • Using other languages
    6 projects | /r/ComputerCraft | 8 Feb 2023
    There's also some languages made to compile straight to Lua: - MoonScript is the most popular Lua wrapper - it's built to be more Python-like, featuring indentation-based scopes, function calls without parentheses, lambda syntax, list comprehension, and much more. - Yuescript is a modern update to MoonScript that adds more features (I haven't used it myself, so I'm not entirely sure exactly how it differs from MS). - Teal is a version of Lua that adds static typing for better code standards.
  • Bog – small, strongly typed, embeddable language
    13 projects | news.ycombinator.com | 29 Jan 2023
    Terra and Nelua are both very different in goals than Teal. Teal is literally gradual types integrated into Lua keeping as many of Lua's idioms as possible (to a fault[1]). Terra and Nelua are both very metaprogrammable systems programming languages. Nelua's goals are primarily to soften C's rough edges, comparable to something like Nim.

    There's another one you missed in Pallene[2]. But again, it's goal was to optimize the stack sharing involved in using the C API. It also adds types though and maintains Lua idioms as much as possible.

    [1]: https://github.com/teal-language/tl/discussions/339

    [2]: https://github.com/pallene-lang/pallene

What are some alternatives?

When comparing webassembly-lua and tl you can also consider the following projects:

Fennel - Lua Lisp Language

luau - A fast, small, safe, gradually typed embeddable scripting language derived from Lua

fengari - 🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser

OpenBBTerminal - Investment Research for Everyone, Everywhere.

cobweb - COBOL to WebAssembly compiler

packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

asm-dom - A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications)

rpi-open-firmware - Open source VPU side bootloader for Raspberry Pi.

ariana-lua - Plotting functions with Lua!

luaforwindows - Lua for Windows is a 'batteries included environment' for the Lua scripting language on Windows. NOTICE: Looking for maintainer.

sdk - The Dart SDK, including the VM, dart2js, core libraries, and more.

pallene - Pallene Compiler