RustScript2
RustScript is a functional scripting language with as much relation to Rust as Javascript has to Java. (by mkhan45)
skybison
A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidden classes; bytecode inline caching; type-specialized bytecode; an experimental template JIT. (by tekknolagi)
Our great sponsors
RustScript2 | skybison | |
---|---|---|
3 | 6 | |
33 | 26 | |
- | - | |
0.0 | 0.0 | |
7 months ago | 4 months ago | |
OCaml | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
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.
RustScript2
Posts with mentions or reviews of RustScript2.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-01.
-
November 2021 monthly "What are you working on?" thread
I'm working on https://github.com/mkhan45/RustScript_v2. Of course you can tell from the name it's a bit of a joke but I started writing it just to learn OCaml but I made so much progress so quickly and soon I'll implement a few web server builtins so I can rewrite my personal website in it.
skybison
Posts with mentions or reviews of skybison.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-18.
-
Python cruising on back of c++
The parent comment is referring to the primary Python interpreter and runtime, CPython, not to libraries. There are of course other Python implementations, but [the only C++ one](https://github.com/tekknolagi/skybison appears to be unsupported.
-
wrench (tiny, fast, c-like interpreter): created a webpage and now looking for benchmark code
Skybison is a Python interpreter and I'm curious what the results look like. We also have some benchmarks in benchmarks/benchmarks.
-
Using Firecracker and Go to run short-lived, untrusted code execution jobs
If you take a look at the Skybison Python runtime, I would be happy to chat and help you poke around integrating it: https://github.com/tekknolagi/skybison
-
November 2021 monthly "What are you working on?" thread
I am, in fits and starts, writing a bytecode optimizer for Skybison that takes advantage of type information.
What are some alternatives?
When comparing RustScript2 and skybison you can also consider the following projects:
xvm - Ecstasy and XVM
tonic - An elegant language for script-kiddies and terminal squatters.
lockdown - Lockdown is a general-purpose programming language that combines the positive characteristics of both "strongly-typed" and "dynamic" languages, giving the developer the choice about when and how these should be used.
Generic-C-DataStructures - A repository for code I wrote while learning to implement generic data structures in C
aussieplusplus - Programming language from down under
gvisor - Application Kernel for Containers
protea - An in-progress programming language inspired by JavaScript.
cinder - Cinder is Meta's internal performance-oriented production version of CPython.
cib - clang running in browser (wasm)