SaaSHub helps you find the best software and product alternatives Learn more →
Moonscript Alternatives
Similar projects and alternatives to moonscript
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
nelua-lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
-
terra
Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
-
-
-
-
-
Projects-Solutions
:pager: Links to others' solutions to Projects (https://github.com/karan/Projects/)
-
moonscript discussion
moonscript reviews and mentions
- MoonScript A programmer friendly language that compiles to Lua
-
Lapis: A Web Framework for Lua
Lapis is the framework that itch.io uses. [1] It also uses MoonScript [2] as the programming language which was also written by the creator of itch.io/Lapis.
1. https://leafo.net/posts/introducing_itchio.html
2. https://moonscript.org/
-
Why Fennel?
Now I like lua, and think single pass is the way to go for interpreted, since you don't have the disadvantage of a slow compile time no matter how big your codebase gets, BUT its not great to write in. things like +=, ++, are not possible, which means the only solution is to transpile into it, which has led to some good languages like moonscript[0], teal[1] which offers static type checking, an absolute must as your codebase grows.
[0]: https://moonscript.org/
-
Forth: The programming language that writes itself: The Web Page
That can be very productive and clever, but be - and stay - aware that such polyglot solutions tend to be maintenance headaches in the longer run.
There is a really nice open source project out there that allows you to train your hearing and your sightreading, but it's written in the authors own language which in turn compiles to JavaScript and the headache to set up their toolchain is such that I haven't bothered fixing any of the bugs that I'm aware of (and there are plenty).
https://sightreading.training/
https://github.com/leafo/sightreading.training
It's written in a language called 'Moonscript':
https://github.com/leafo/moonscript
Which compiles to Lua. Which compiles to JS.
Madness. Nice madness, but still, it stopped me from being a contributor.
-
Lua: The Little Language That Could
RE: the cost of switching at this point, what about languages that compile to Lua? Like https://moonscript.org/. That would let you keep the legacy code, no?
-
Trying to make a website with Lapis
In the case of Lapis, it is actually written in Moonscript, which needs a few more things.
- Launch HN: Moonrepo (YC W23) – Open-source build system
- Using Lua with C++
-
Using other languages
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.
-
Best Websites For Coders
A programmer-friendly language that compiles to Lua.
-
A note from our sponsor - SaaSHub
www.saashub.com | 5 Oct 2024
Stats
The primary programming language of moonscript is Lua.