-
**Language**
Nelua is a systems programming language for performance sensitive applications, like real-time applications and game engines. Its syntax and semantics are similar to Lua, but its garba…
ghost updated
3 years ago
-
```lua
-- null.lua
return {
name = "project",
version = "0.0.0",
dependencies = {},
}
```
```lua
-- .neluacfg.lua
return require("null") {} -- load null.lua and returns configuration o…
-
### Bug description
The compiler hangs when running the following example:
```lua
local RTest = @record {}
function RTest:run(a: auto) -- remove: `a: auto` to see the actual error
## if a…
-
thanks for this, could you include pre-made raylib extras?
https://github.com/raysan5/raylib/tree/master/src/extras
pls
-
System programming language Stability and speed are fast
- [ ] [ATS](http://www.ats-lang.org/)
- [x] [Ada](https://www.adaic.org/)
- [ ] [Arturo](https://github.com/arturo-lang/arturo)
- [ ] [Cair…
-
Trying to use the `re` grammar shown at http://www.inf.puc-rio.br/~roberto/lpeg/re.html I found that it's missing the table capture `{| p |}` pattern.
For my usage example see here https://github.c…
-
### Feature motivation
I am currently trying to write my own lsp in nelua and discovered I couldn't just send the output of the current file to nelua to analyze
### Feature description
The abilit…
-
System programming language Stability and speed are fast
- [ ] [Odin](https://github.com/odin-lang/Odin)
- [ ] [Zig](https://ziglang.org/)
- [ ] [Nim](https://nim-lang.org/)
- [ ] [Haxe](https:/…
-
Rewriting the core of this with [rtmidi](https://github.com/thestk/rtmidi), in C/rust/nelua/nim/etc, would make a much smaller CLI program, and that could then be used in NAPI, if I need node-support.…
-
Kotlin startup time is awfull