InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Luau Alternatives
Similar projects and alternatives to luau
-
-
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
moonsharp
An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
nelua-lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
-
-
-
-
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
terra
Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
-
-
-
cloc
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
-
Pygame
🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.
-
referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
luau reviews and mentions
-
Take More Screenshots
When I started making a game [0] last year, first thing I did was write a little Unity script that takes a screenshot of the opening scene, counts current lines of code using CLOC [1] (for fun, not as a true measure of anything), and occasionally renders it all out to an image file.
With that I'm able to create some pretty fun time lapses of progress. I've been doing this at an arbitrary milestone, whenever my Luau [2] LOC surpasses C++ by another factor. This post reminded me I'm overdue for another now that Luau > 3x C++ LOC.
I find it rewarding to look back at my progress. I'll share in case it's interesting for you too [3].
[0] https://store.steampowered.com/app/2168330/Helmscape/
[1] https://github.com/AlDanial/cloc
[3] https://twitter.com/kineticpoet/status/1619508466212831232
-
Nelua, AOT statically typed Lua
Wow, amazing stuff. I love Lua, it was how I learned programming as a kid. Coincidently from the same world as the author. Open Tibia.
The author made a custom client (https://github.com/edubart/otclient) for the game that is still very much in active use by thousands of players. He's a very skilled developer.
Great to see AOT typed Lua, I know of the other solutions: Luau, Teal, TypeScriptToLua, Terra, etc., but this one is my favorite so far.
Love the simple compilation to C (and WASM support via Emscripten). Though Terra's JIT is enticing and good replacement for LuaJIT, this is for embedded systems, it's a good replacement for Lua PUC-Rio.
The World:
- Found this gem on GitHub
-
data types in function definition
https://luau-lang.org/ Gradually typed embeddable language derived from Lua
-
They hated him because he told the truth
Roblox has always had a slightly different version of Lua with their own changes, but a few years ago they officially started the Luau project — since then they’ve added typechecking, new standard APIs, and optimisations — and open sourced it.
Roblox kids use Luau though
Roblox uses Luau which has built-in support for continue.
-
Building the fastest Lua interpreter.. automatically!
Also it should be noted that LuaJITs hash table shape specialization is also done in the JIT, which is similar to the IC that the author is doing in the interpreter. Roblox's Luau actually does hash table shape specialization in the interpreter
-
Select top 3 highest values
Lua is actually a pretty popular option for games, mostly because Lua is a really good choice for lightweight scripting language on many different types of hardware. 2 notable examples of Lua in games that comes to mind is LÖVE and Roblox. Though, Roblox technically uses their own heavily modified version known as Luau.
-
lua za Roblox Studio
Lua (u Robloxu - Luau) je veoma jednostavan jezik, ako znaš engleski jezik, onda ćeš razumeti i ovaj programski jezik.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 29 Jan 2023
Stats
Roblox/luau is an open source project licensed under MIT License which is an OSI approved license.