kuroko-wasm-repl VS rlox

Compare kuroko-wasm-repl vs rlox and see what are their differences.

kuroko-wasm-repl

In-browser REPL for Kuroko (by kuroko-lang)

rlox

VM and compiler for the Lox programming language (http://craftinginterpreters.com) implemented in Rust (by ThomasBollmeier)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
kuroko-wasm-repl rlox
1 3
8 0
- -
0.0 0.0
about 1 year ago over 1 year ago
C Rust
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

kuroko-wasm-repl

Posts with mentions or reviews of kuroko-wasm-repl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-31.
  • August 2022 monthly "What are you working on?" thread
    21 projects | /r/ProgrammingLanguages | 31 Jul 2022
    Kuroko 1.3.0 gets a release candidate. Lots of big things since 1.2.5, like optimized method invocation, more operator overloads, better support for f-string expressions (format specs, =, faster constructions), a long type with my own bigint implementation (this was the last thing I was still regularly opening Python repls for, so a huge personal win). I also fixed a bunch of little things that have been nagging me, like the compiler can now compile expressions directly, which allowed me to remove the kludge that made the repl work previously. The WASM web repl also got some love with a port of the core of Hiwire from Pyodide, giving a very straightforward interface between JS and Kuroko in a browser - and I rebuilt the web IDE on it. I've also been working on a new compiler, which will hopefully form the basis of 2.0 - and this might be the last 1.x release (though I expect at least a few 1.3.x bug fix releases).

rlox

Posts with mentions or reviews of rlox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-31.

What are some alternatives?

When comparing kuroko-wasm-repl and rlox you can also consider the following projects:

boba - Boba Network Monorepo of the Optimism monorepo where Erigon sequencing happens :)

boba - A general purpose statically-typed concatenative programming language.

Charm-MacOS - MacOS executable for Charm

kuroko - Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.

butter - A tasty language for building efficient software. WIP

tailspin-v0 - A programming language with extreme data-pattern matching and data-declarative syntax, hopefully different enough to be interesting

awesome-low-level-programming-languages - A curated list of low level programming languages (i.e. suitable for OS and game programming)

grace - The Grace Programming Language

outrun