tl VS rpi-open-firmware

Compare tl vs rpi-open-firmware and see what are their differences.

tl

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

rpi-open-firmware

Open source VPU side bootloader for Raspberry Pi. (by librerpi)
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
tl rpi-open-firmware
54 12
1,944 416
1.9% 0.2%
7.7 4.4
3 months ago 3 months ago
Lua C
MIT License GNU General Public License v3.0 or later
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

rpi-open-firmware

Posts with mentions or reviews of rpi-open-firmware. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-02.
  • Raspberry Pi receives strategic investment from Arm
    5 projects | news.ycombinator.com | 2 Nov 2023
    > Please correct me if I'm wrong.

    My memory told me it was the GPU that needed the blobs. So I asked at DDG

    https://duckduckgo.com/?t=ftsa&q=binary+blobs+and+the+Raspbe...

    Turned up this: https://wiki.debian.org/RaspberryPi and it says...

    > All Raspberry Pi models before the 4 (1A, 1B, 1A+, 1B+, Zero, Zero W, 2, 3, Zero 2 W) boot from their GPU (not from the CPU!), so they require a non-free binary blob to boot

    So the 4 (and I suppose the 5, if it ever actually comes...)

    Goes on to say:

    > Since then, Broadcom publicly released some code, licensed as 3-Clause BSD, to aid the making of an open source GPU driver. The "rpi-open-firmware" effort to replace the VPU firmware blob started in 2016. See more at https://news.ycombinator.com/item?id=11703842 . Unfortunately development of rpi-open-firmware is currently (2021-06) stalled.

    So there you are. Not wrong, are you, but not strictly correct, depending on "...to run properly" definition

    https://github.com/librerpi/rpi-open-firmware has updates 3-months ago

  • LibreRPi – open source replacements for RPi firmware
    3 projects | news.ycombinator.com | 15 Sep 2022
  • How is the free firmware for the Raspberry progressing?
    4 projects | news.ycombinator.com | 12 Apr 2022
    many of those demos work on the the entire pi model range

    pi3 support is only broken due to arm side problems, which could be fixed by just using a different bootloader

    and the https://github.com/librerpi/rpi-open-firmware codebase can already boot linux headlessly on both pi2 and pi3, it uses a different arm bootloader

  • Arduino Pro hardware is not open-source hardware
    2 projects | news.ycombinator.com | 7 Jul 2021
    Yes, and some folks are reverse engineering their stuff:

    https://github.com/librerpi/rpi-open-firmware/

  • Hacker News top posts: Feb 25, 2021
    4 projects | /r/hackerdigest | 25 Feb 2021
    rpi-open-firmware: open-source VPU side bootloader for Raspberry Pi\ (35 comments)
  • rpi-open-firmware: open-source VPU side bootloader for Raspberry Pi
    1 project | /r/patient_hackernews | 25 Feb 2021
    1 project | /r/hackernews | 25 Feb 2021
    3 projects | news.ycombinator.com | 24 Feb 2021
    There is work being done on the RPi4, for example the SHA1 HMAC protecting the boot on the RPi4 had to be cracked (and was easily), I hear future versions have RSA signing support, so the proprietary firmware might become mandatory at some point.

    https://github.com/librerpi/rpi-open-firmware/blob/master/do...

  • AArch64 Boards and Perception
    1 project | news.ycombinator.com | 24 Feb 2021
    There is a project to create an open source version of the proprietary GPU firmware that boots into the ARM processor:

    https://github.com/librerpi/rpi-open-firmware

  • Taking a Stand in the War on General-Purpose Computing
    7 projects | news.ycombinator.com | 23 Feb 2021
    I note that even the Raspberry Pi is moving towards locked down devices, the RPi4 has an (easily cracked) HMAC blocking booting into the open source firmware and I hear more recent hardware editions have RSA signing support in the bootrom code.

    https://github.com/librerpi/rpi-open-firmware/blob/master/do...

What are some alternatives?

When comparing tl and rpi-open-firmware you can also consider the following projects:

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

OpenBBTerminal - Investment Research for Everyone, Everywhere.

PrawnOS - Libre Mainline Kernel and Debian for arm laptops

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

lk-overlay

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

serverlessui - A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.

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

java-keyring - Copy of Java Keyring library from bitbucket.org/bpsnervepoint -- with working CI in for osx/linux/windows keystore.

pallene - Pallene Compiler