The HTML and JavaScript of the QFTASM interpreter
Support
Quality
Security
License
Reuse
:book: Advanced Programming in the UNIX Environment - 3rd Edition
Support
Quality
Security
License
Reuse
Ruota - A Dynamic Programming Language Side Project
Support
Quality
Security
License
Reuse
A dynamically typed, interpreted, pattern-based language.
Support
Quality
Security
License
Reuse
A simple interpreter build using GO language.
Support
Quality
Security
License
Reuse
#F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5RS/R7RS Scheme programs is provided in a form of libraries written in #F itself.
Support
Quality
Security
License
Reuse
An interpreter for the BasilC esoteric programming language
Support
Quality
Security
License
Reuse
The last working version of "cint" C/C++ Interpreter, pulled from within "root-5.34.00-patches"
Support
Quality
Security
License
Reuse
Advanced Programming in C++
Support
Quality
Security
License
Reuse
MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities. It is written in portable C and implements ECMAScript as specified by ECMA-262. Why? Because V8, SpiderMonkey and JavaScriptCore are all too big and complex. MuJS's focus is on small size, correctness and simplicity. The interface for binding with native code is designed to be as simple as possible to use, and is similar to Lua. There is no need for interacting with byzantine C++ template mechanisms, or worry about marking and unmarking garbage collection roots, or wrestle with obscure build systems.
Support
Quality
Security
License
Reuse
Interpreter in Go for my own programming language "Dusk"
Support
Quality
Security
License
Reuse
https://interpreterbook.com/
Support
Quality
Security
License
Reuse
An old lisp implementation of mine --- see funlisp for a more recent and maintained implementation
Support
Quality
Security
License
Reuse
Satoshi interpreter building blocks
Support
Quality
Security
License
Reuse
Acorn Virtual Machine
Support
Quality
Security
License
Reuse
Addon for openFrameworks with bindings to the Duktape Javascript interpreter
Support
Quality
Security
License
Reuse
Small example of Echo+Quicktemplate incl. inheritance
Support
Quality
Security
License
Reuse
Simple interpreter
Support
Quality
Security
License
Reuse
The beginnings of a toy interpreter for Go, written in Go
Support
Quality
Security
License
Reuse
A Lisp-y interpreter.
Support
Quality
Security
License
Reuse
A MIPS emulator compatible with the University of Waterloo dialect of MIPS
Support
Quality
Security
License
Reuse
A type checked functional language.
Support
Quality
Security
License
Reuse
Run Perl interactively
Support
Quality
Security
License
Reuse
My personal C++14 UTF-8 library in the public domain.
Support
Quality
Security
License
Reuse
Old YodaScript interpreter
Support
Quality
Security
License
Reuse
A compiler for Go, in Go (ARM only)
Support
Quality
Security
License
Reuse
A logo interpreter written in Go.
Support
Quality
Security
License
Reuse
Like a bat-signal but for garbage day
Support
Quality
Security
License
Reuse
Import of http://code.google.com/p/es-shell/
Support
Quality
Security
License
Reuse
A clone of ruby-1.9.3-p0 for patching
Support
Quality
Security
License
Reuse
Compile a C-like language to brainfuck.
Support
Quality
Security
License
Reuse
Simple Lisp interpreter written in Scala
Support
Quality
Security
License
Reuse
A read-eval-print loop for Perl
Support
Quality
Security
License
Reuse
Where programming meets haiku! CherryBlossom is a language where you write code using haiku.
Support
Quality
Security
License
Reuse
Untyped Lambda Calculus REPL written in Swift
Support
Quality
Security
License
Reuse
Scarlett - Kernel interpreter
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
Modern, statically typed, duck typed, generic, imperative programming language, inspired by C++, Go, and Scala.
Support
Quality
Security
License
Reuse
Impulse is a small, dynamic object-oriented language that aims to have simple syntax and semantics. It also aims to be lightweight, reflective and open, and easily embeddable.
Support
Quality
Security
License
Reuse
Link structure mining in the Wikipedia
Support
Quality
Security
License
Reuse
a minimal lisp interpreter written in ruby
Support
Quality
Security
License
Reuse
A dynamic programming language
Support
Quality
Security
License
Reuse
An alternative implementation of the Simple Object Machine, written in Rust
Support
Quality
Security
License
Reuse
A mini golang interpreter
Support
Quality
Security
License
Reuse
A relational logic programming language embedded in Rust.
Support
Quality
Security
License
Reuse
Kotlin Compiler/ Interpreter for the Lox Programming Language.
Support
Quality
Security
License
Reuse
A cool ruby-like programming language written from scratch.
Support
Quality
Security
License
Reuse
ket is a programming language
Support
Quality
Security
License
Reuse
A tiny JavaScript interpreter written in TypeScript
Support
Quality
Security
License
Reuse
Work is in progress in order to give a more elegant look to this project. Give it a try:
Support
Quality
Security
License
Reuse
q
qftasm-interpreterby QuestForTetris
The HTML and JavaScript of the QFTASM interpreter
HTML
7
Updated: 7 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
a
apueby iZhangHui
:book: Advanced Programming in the UNIX Environment - 3rd Edition
C
7
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
R
Ruotaby Ruota-Lang
Ruota - A Dynamic Programming Language Side Project
C++
7
Updated: 5 y ago
License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
p
plutoby pluto-language
A dynamically typed, interpreted, pattern-based language.
Go
7
Updated: 5 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
monkeyby rabingaire
A simple interpreter build using GO language.
Go
7
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
s
sharpFby false-schemers
#F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5RS/R7RS Scheme programs is provided in a form of libraries written in #F itself.
C
7
Updated: 5 y ago
License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
B
BasilCby shawnanastasio
An interpreter for the BasilC esoteric programming language
C
7
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
c
cint-5.34.00by paulwratt
The last working version of "cint" C/C++ Interpreter, pulled from within "root-5.34.00-patches"
C++
7
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
C
Support
Quality
Security
License
Reuse
m
mujsby jarhot1992
MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities. It is written in portable C and implements ECMAScript as specified by ECMA-262. Why? Because V8, SpiderMonkey and JavaScriptCore are all too big and complex. MuJS's focus is on small size, correctness and simplicity. The interface for binding with native code is designed to be as simple as possible to use, and is similar to Lua. There is no need for interacting with byzantine C++ template mechanisms, or worry about marking and unmarking garbage collection roots, or wrestle with obscure build systems.
C
7
Updated: 5 y ago
License: Strong Copyleft (AGPL-3.0)
Support
Quality
Security
License
Reuse
D
Dusk-langby Jacobious52
Interpreter in Go for my own programming language "Dusk"
Go
7
Updated: 4 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
i
interpreterby RyanBrushett
https://interpreterbook.com/
Go
7
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
l
lispby brenns10
An old lisp implementation of mine --- see funlisp for a more recent and maintained implementation
C
7
Updated: 4 y ago
License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
s
satin-blocksby hrobeers
Satoshi interpreter building blocks
C++
7
Updated: 6 y ago
License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
a
Support
Quality
Security
License
Reuse
o
ofxDuktapeby tiagosr
Addon for openFrameworks with bindings to the Duktape Javascript interpreter
C
7
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
e
echo-quicktemplateby abenz1267
Small example of Echo+Quicktemplate incl. inheritance
Go
7
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
4
Support
Quality
Security
License
Reuse
a
apgoby alangpierce
The beginnings of a toy interpreter for Go, written in Go
Go
7
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
g
Support
Quality
Security
License
Reuse
m
mips-emulatorby mantasmatelis
A MIPS emulator compatible with the University of Waterloo dialect of MIPS
Go
7
Updated: 6 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
t
tcelby timtadh
A type checked functional language.
Go
7
Updated: 7 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
i
Support
Quality
Security
License
Reuse
u
utfby LB--
My personal C++14 UTF-8 library in the public domain.
C++
7
Updated: 6 y ago
License: Permissive (Unlicense)
Support
Quality
Security
License
Reuse
o
Support
Quality
Security
License
Reuse
c
chompyby samertm
A compiler for Go, in Go (ARM only)
Go
7
Updated: 9 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
l
logoby adkennan
A logo interpreter written in Go.
Go
7
Updated: 6 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
r
recyclightby lukec
Like a bat-signal but for garbage day
Perl
7
Updated: 6 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
e
es-shellby aredridel
Import of http://code.google.com/p/es-shell/
C
7
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
r
ruby-1.9.3-p0by sj26
A clone of ruby-1.9.3-p0 for patching
C
7
Updated: 4 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
b
brainsuckby cjxgm
Compile a C-like language to brainfuck.
Perl
7
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
s
scalispby stettix
Simple Lisp interpreter written in Scala
Scala
7
Updated: 4 y ago
License: Permissive (Unlicense)
Support
Quality
Security
License
Reuse
p
pirlby aferreira
A read-eval-print loop for Perl
Perl
7
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
C
CherryBlossomby vivin
Where programming meets haiku! CherryBlossom is a language where you write code using haiku.
Perl
7
Updated: 7 y ago
License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
u
ulcby gregomni
Untyped Lambda Calculus REPL written in Swift
Swift
7
Updated: 6 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
s
scarlettby jhidding
Scarlett - Kernel interpreter
C++
7
Updated: 8 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
k
kaminby automata
C++
7
Updated: 7 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
M
Maxwellby fabianschuiki
Modern, statically typed, duck typed, generic, imperative programming language, inspired by C++, Go, and Scala.
C++
7
Updated: 8 y ago
License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
i
impulse-languageby mikeaustin
Impulse is a small, dynamic object-oriented language that aims to have simple syntax and semantics. It also aims to be lightweight, reflective and open, and easily embeddable.
C++
7
Updated: 11 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
w
wikiassocby larsmans
Link structure mining in the Wikipedia
C++
7
Updated: 9 y ago
License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
l
lisp-interpreterby vonhyou
a minimal lisp interpreter written in ruby
Ruby
7
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
x
Support
Quality
Security
License
Reuse
s
som-rsby Hirevo
An alternative implementation of the Simple Object Machine, written in Rust
Rust
7
Updated: 2 y ago
License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
m
Support
Quality
Security
License
Reuse
p
proto-vulcanby terohuttunen
A relational logic programming language embedded in Rust.
Rust
7
Updated: 3 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
k
kloxby mhashim6
Kotlin Compiler/ Interpreter for the Lox Programming Language.
Kotlin
7
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mayonnaiseby fikret0
A cool ruby-like programming language written from scratch.
C++
7
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
k
ket-langby Ket-language
ket is a programming language
Java
7
Updated: 3 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
J
Jinterby LuanRT
A tiny JavaScript interpreter written in TypeScript
TypeScript
7
Updated: 2 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
P
Programming-puzzle-piecesby CyberDani
Work is in progress in order to give a more elegant look to this project. Give it a try:
Python
7
Updated: 2 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse