tl VS luaforwindows

Compare tl vs luaforwindows and see what are their differences.

tl

The compiler for Teal, a typed dialect of Lua (by teal-language)

luaforwindows

Lua for Windows is a 'batteries included environment' for the Lua scripting language on Windows. NOTICE: Looking for maintainer. (by rjpcomputing)
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
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
tl luaforwindows
54 6
1,935 2,753
2.9% -
7.7 0.0
2 months ago 10 months ago
Lua HTML
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.

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

luaforwindows

Posts with mentions or reviews of luaforwindows. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-15.
  • More of a Windows question, probably, but: How to run Lua from Git Bash/Zsh in Windows?
    1 project | /r/lua | 2 Aug 2023
    However, after installing the package Lua For Windows, that apparently installs the tools in the infamous WindowsApps folder, I can't run lua from the zsh terminal, getting this error:
  • How do I install Lua exactly? Because I can't run lua files in bash
    1 project | /r/lua | 4 Dec 2022
    If you're trying to install for Windows, https://github.com/rjpcomputing/luaforwindows
  • It's never been easier to get Lua! Just type < winget install "lua for windows" > into terminal and you're done! (No <> in the terminal) Tell your friends!
    1 project | /r/lua | 13 Apr 2022
    Earlier, I submitted Lua For Windows to the Winget repository.
  • How Do I Edit the UI of an App That Uses IUP?
    1 project | /r/lua | 27 Jun 2021
    I had to resort to going here: https://github.com/rjpcomputing/luaforwindows/releases to get Lua bundled with a bunch of libraries, including IUP. It's out-of-date (Lua 5.1), but that's what CityBinder was made with anyway, so maybe it doesn't matter? It comes with SciTE to edit with.
  • Windows: 'unexpected symbol' errors upon running any script
    1 project | /r/lua | 22 May 2021
    I had a Windows installation of 'luaForWindows' that, for some reason stopped working. It stopped working in the following way. I could load a lua interpreter, but each time I ran a lua script I got an error about unexpected symbol near ' '. (What a helpful message!) Previously I had uninstalled some Visual C libraries. Reinstalling the libraries, and indeed reinstalling luaForWindows, did not help. I discovered that luaForWindows looked unmaintained so I got lua binaries (in the x64 version) from SourceForge, marvelled at the lack there - or almost anywhere - of instructions, and did the following.
  • Lua's Lack of “Batteries”
    7 projects | news.ycombinator.com | 15 Jan 2021
    Having a set of "blessed" libraries has definitely been discussed on the mailing list. Also there are plenty of "distributions" like Lua for Windows[1], LuaPower[2], or runtimes like Luvit[3] that add features ootb.

    That said - the Lua ecosystem in 2021 is not the same as it was in 2005 or whenever people compare it to. There is a healthy amount of Libraries and choices of libraries for solving most tasks on Luarocks. And I would suggest you produce a better end project by selecting which libraries are included in your project that uses Lua for scripting. You can even further remove your choice of the libraries that _are_ included ootb.

    [1] - https://github.com/rjpcomputing/luaforwindows

    [2] - https://luapower.com/

    [3] - http://luvit.io/

What are some alternatives?

When comparing tl and luaforwindows you can also consider the following projects:

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

gravity - Gravity Programming Language

OpenBBTerminal - Investment Research for Everyone, Everywhere.

Penlight - A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.

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

pallene - Pallene Compiler

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

heart - A high performance Lua web server with a simple, powerful API

inspect.lua - Human-readable representation of Lua tables

mun - Source code for the Mun language and runtime.