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 christinaa)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tl rpi-open-firmware
54 6
1,935 1,117
2.9% -
7.7 0.0
2 months ago about 2 years 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 2024-02-17.
  • Considerations for a long-running Raspberry Pi
    11 projects | news.ycombinator.com | 17 Feb 2024
    Comment by the developer who attempted to create open firmware, https://github.com/christinaa/rpi-open-firmware/issues/37

    > a lot of corners were cut to save time leading to what I believe is poor ARMv7+ Cortex IP integration (GIC, TrustZone, etc). So I stopped working on it. If those things were not the case (GIC working, "TZPCs" working, security working as intended, instead of NS forced to high on bridge, at least in my understanding) I would still work on it ...

    ARM isn't a second class citizen on this platform, it's a third class citizen since BCM2709 (again this is an opinion) ... the features I wanted to tinker with the most are absent by design (cutting corners) and I'm not willing to resort to SW emulation of them through clever uses of the VPU.

  • Microsoft opens sources ThreadX RTOS used in Raspberry Pis
    2 projects | news.ycombinator.com | 28 Nov 2023
    Sure, and it's been done: https://github.com/christinaa/rpi-open-firmware - but that doesn't involve ThreadX source, just some standard reverse engineering work. ThreadX is really the least interesting part of this whole operation in terms of the Raspberry Pi.

    It's very cool that ThreadX has been open sourced as it offers an additional battle tested and mature alternative to FreeRTOS for new projects, but in terms of reverse engineering or open sourcing the Raspberry Pi VideoCore blob, it's pretty much a non-event IMO.

  • LibreRPi – open source replacements for RPi firmware
    3 projects | news.ycombinator.com | 15 Sep 2022
    I guess you are thinking of this issue:

    https://github.com/christinaa/rpi-open-firmware/issues/37

    Since then the project moved to a new maintainer (not me), who worked on it slowly but surely. They need new contributors though.

  • Using my homemade linux laptop my 70's terminals are able to connect to the interwebs!
    1 project | /r/linuxmasterrace | 28 Mar 2022
    They have (https://github.com/christinaa/rpi-open-firmware). The problem is that almost nothing works (no video or even USB). The sequel to "f you, NVIDIA": f you, Broadcom.
  • SoftBank's Sale of Arm to Nvidia Collapses, Arm to IPO
    3 projects | news.ycombinator.com | 8 Feb 2022
    > no clue if there's a project to reimplement that

    There was! And it even booted Linux in some capacity: https://github.com/christinaa/rpi-open-firmware

    > every chip is very different from one another

    Eh, the usual embedded SoCs are not that different from each other — ARM GIC, ARM timer, lots of Synopsys Designware crap for SDMMC/XHCI/PCIe/etc.

    For many SoCs it's totally feasible to make standards-compliant firmware, e.g. for the Rockchip RK3566 there is https://github.com/jaredmcneill/quartz64_uefi

    And SoCs from the networking world (Marvell, NXP) are typically supported by upstream EDK2.

  • rpi-open-firmware: open-source VPU side bootloader for Raspberry Pi
    3 projects | news.ycombinator.com | 24 Feb 2021
    from 2018: Is this project dead? KB - No not dead but on hold, see my response · Issue #37

    https://github.com/christinaa/rpi-open-firmware/issues/37

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

aws-graviton-getting-started - Helping developers to use AWS Graviton2 and Graviton3 processors which power the 6th and 7th generation of Amazon EC2 instances (C6g[d], M6g[d], R6g[d], T4g, X2gd, C6gn, I4g, Im4gn, Is4gen, G5g, C7g[d][n], M7g[d], R7g[d]).

OpenBBTerminal - Investment Research for Everyone, Everywhere.

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

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

videocoreiv - Tools and information for the Broadcom VideoCore IV (RaspberryPi)

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

quartz64_uefi - EDK2 UEFI for Rockchip RK3566 and RK3568 based SBCs.

pallene - Pallene Compiler

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

gravity - Gravity Programming Language

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