State machines and statecharts for the modern web.
-
Updated
Sep 4, 2020 - TypeScript
{{ message }}
State machines and statecharts for the modern web.
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
Gravity Programming Language
Goby - Yet another programming language written in Go
An interactive REPL for Go that allows you to drop into your code at any point.
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
jQuery Terminal Emulator - web based terminal
Dive into CPython internals, trying to illustrate every detail of CPython implementation
WebAssembly Micro Runtime (WAMR)
Scenario:
I have a project, with build tools of cmake, when I try to run it with cling. It prompts some headers are not included.
So I was wondering if there is a way to make use of the cmake script to load the build environment into cling and run directly?
Appreciate the great work!
Unpacked tarball of Fabrice Bellard's QuickJS Javascript engine
Hi,
Following code results in parse error;
let a = 5; // 00000000000000000000000000000101
a >>>= 2; // 00000000000000000000000000000001
console.log(a);
// expected output: 1
let b = -5; // -00000000000000000000000000000101
b >>>= 2; // 00111111111111111111111111111110
console.log(b);
// expected output: 1073741822thanks
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
A new Unix shell.
Small Clojure interpreter, linter and formatter.
This repository has moved: https://gitlab.com/FascinatedBox/lily
A light-weight JIT compiler based on MIR (Medium Internal Representation)
A tiny evaluator and compiler of arithmetic expressions.
Add a description, image, and links to the interpreter topic page so that developers can more easily learn about it.
To associate your repository with the interpreter topic, visit your repo's landing page and select "manage topics."
Implement
Python 3bindings, sowasm3can be easily used from Python.