-
Updated
Aug 24, 2020 - C++
#
interpreter
Here are 2,907 public repositories matching this topic...
The official mirror of the V8 Git repository
State machines and statecharts for the modern web.
-
Updated
Sep 3, 2020 - TypeScript
programming-language
list
awesome
books
interpreter
compiler
runtime
virtual-machine
resources
awesome-list
-
Updated
May 28, 2020
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
Updated
Aug 30, 2020 - C
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!
toolchain
language
programming-language
gui
interpreter
native
compiler
repl
red
reactive-programming
rebol
-
Updated
Sep 4, 2020 - Red
Gravity Programming Language
c
language
programming-language
json
interpreter
bytecode
objective-c
portable
virtual-machine
fibers
pratt-parser
scripting-language
closure
bridge
object-oriented
gravity
-
Updated
Aug 31, 2020 - C
Goby - Yet another programming language written in Go
-
Updated
Jul 17, 2020 - Go
An interactive REPL for Go that allows you to drop into your code at any point.
-
Updated
Nov 22, 2018 - Go
Open
Python 3 bindings
9
2
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.
-
Updated
Sep 4, 2020 - Java
jQuery Terminal Emulator - web based terminal
-
Updated
Aug 31, 2020 - JavaScript
Dive into CPython internals, trying to illustrate every detail of CPython implementation
-
Updated
Sep 4, 2020 - Python
-
Updated
Jul 25, 2020 - Vim script
WebAssembly Micro Runtime (WAMR)
-
Updated
Sep 4, 2020 - C
326623
commented
Apr 17, 2018
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!
A dynamic language and bytecode vm
-
Updated
Sep 4, 2020 - C
Unpacked tarball of Fabrice Bellard's QuickJS Javascript engine
javascript
c
vm
interpreter
js
compiler
runtime
virtual-machine
ecmascript
javascript-interpreter
javascript-engine
es2020
quickjs
-
Updated
Aug 2, 2020 - C
elasmojs
commented
Aug 9, 2020
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
visualization
python
c-plus-plus
machine-learning
statistics
interpreter
geometry
graphics
physics
parallel
mathematics
root
data-analysis
root-cern
cling
-
Updated
Sep 4, 2020 - C++
A new Unix shell.
-
Updated
Sep 4, 2020 - Go
Small Clojure interpreter, linter and formatter.
-
Updated
Sep 4, 2020 - Go
This repository has moved: https://gitlab.com/FascinatedBox/lily
-
Updated
May 9, 2018 - C
Improve this page
Add a description, image, and links to the interpreter topic page so that developers can more easily learn about it.
Add this topic to your repo
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.