racket-lua VS haxe

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

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 haxe
2 82
52 5,957
- 0.4%
8.0 9.7
4 months ago 5 days ago
Racket Haxe
- -
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.)

haxe

Posts with mentions or reviews of haxe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.

What are some alternatives?

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

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

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

quickjs - Public repository of the QuickJS Javascript Engine.

eso-light-attack-weave - This is a macro for the game Elder Scrolls Online

lffiutils - Utilities for generating LuaJIT FFI bindings

Phaser - Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser]

fut - Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.

Fable: F# |> BABEL - F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

love - LÖVE is an awesome 2D game framework for Lua.

dhall - Maintainable configuration files

FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project

Laravel - The Laravel Framework.