racket-lua VS lffiutils

Compare racket-lua vs lffiutils and see what are their differences.

racket-lua

A #lang implementation of Lua 5.4 for Racket. (by Bogdanp)

lffiutils

Utilities for generating LuaJIT FFI bindings (by Planimeter)
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
racket-lua lffiutils
2 1
52 9
- -
8.0 10.0
4 months ago over 6 years ago
Racket Shell
- 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.

racket-lua

Posts with mentions or reviews of racket-lua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-12.
  • Lang Lua
    8 projects | news.ycombinator.com | 12 Nov 2022
    > On these programs, the overhead is usually somewhere around 2-3x.

    Nice!

    > It's also possible that the way I'm compiling things down to Racket is defeating optimizations, but I haven't yet dug in.

    Part of the secret of the reimplementation Racket on top of Chez Scheme is that there are many macros pretending to be functions. The optimization pass inlines some of the functions, but sometimes the heuristic is not good enough, and you must cheat using a macro. (And sometimes the "obvious" improvements are wrong, and using a macro to force the expansion of the code has a worse result.)

    For example in https://github.com/Bogdanp/racket-lua/blob/master/lua-lib/pr... I'd try using a macro to inline the fast case where both numbers are exact integers, and then call a real function for the slow cases. (Is it common that someone wants to use 7.0 to do bit operations? Perhaps it's better to inline more. That's the tricky part, understanding which is the best split. I'm not sure. Probably only Matthew knows.)

lffiutils

Posts with mentions or reviews of lffiutils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-12.

What are some alternatives?

When comparing racket-lua and lffiutils you can also consider the following projects:

TypeScriptToLua - Typescript to lua transpiler. https://typescripttolua.github.io/

tl - The compiler for Teal, a typed dialect of Lua

quickjs - Public repository of the QuickJS Javascript Engine.

haxe - Haxe - The Cross-Platform Toolkit

lua-languages - Languages that compile to Lua