Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1de5e98

Browse files
committed
Ravi: add
1 parent 1ad17af commit 1de5e98

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
8585
| Lua | [Luau](https://luau-lang.org/) | C | Tracing | MIT | Roblox [fork of Lua 5.1](https://luau-lang.org/why) as a scripting language for games to support a gradual type system as well as limiting the set of standard libraries exposed to the users and implements extra sandboxing features to be able to run unprivileged code. Whenever possible, Luau aims to be backwards-compatible with Lua 5.1 and at the same time to incorporate features from later revisions of Lua. |
8686
| Lua | [luerl](https://github.com/rvirding/luerl) | Erlang | Tracing | Apache-2.0 | An implementation of Lua 5.2 in pure Erlang with some features like `goto` absent. |
8787
| Lua | [MoonSharp](https://www.moonsharp.org/) | C# | CLR's GC | BSD-3-Clause and other | CLR Based Lua implementation that is 99% compatible with Lua 5.2 |
88+
| Lua | [Ravi](https://github.com/dibyendumajumdar/ravi) | C | Tracing | Apache-2.0 | "Ravi is a dialect of Lua with limited optional static typing and features a JIT compiler powered by MIR as well as support for AOT compilation to native code." |
8889
| Moirai | [Moirai](https://github.com/moirai-lang/moirai-kt) | Kotlin | JVM's GC | MIT | A scripting language that calculates the worst-case execution time (WCET) before executing each script. Optimized for multi-tenant microservices and serverless applications. |
8990
| Mond | [Mond](https://github.com/Rohansi/Mond/) | C# | CLR's GC | MIT | A dynamically typed scripting language with generators, async, remote debugging, and a binding API. |
9091
| Never | [Never](https://github.com/never-lang/never) | C | Tracing | MIT | A statically typed functional programming language. |

‎data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,14 @@ gc = "Ref. counting"
816816
license = "MIT"
817817
notes = "A fork of Squirrel with [new features](https://quirrel.io/doc/reference/diff_from_original.html)."
818818

819+
[Ravi]
820+
url = "https://github.com/dibyendumajumdar/ravi"
821+
lang = "Lua"
822+
impl_in = "C"
823+
gc = "Tracing"
824+
license = "MIT"
825+
notes = ""Ravi is a dialect of Lua with limited optional static typing and features a JIT compiler powered by MIR as well as support for AOT compilation to native code.""
826+
819827
[Rebol]
820828
url = "https://github.com/Oldes/Rebol3"
821829
lang = "Rebol"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /