Stars
- All languages
- ANTLR
- ActionScript
- Arc
- Assembly
- Astro
- Batchfile
- Blade
- C
- C#
- C++
- CMake
- CSS
- Clojure
- CoffeeScript
- Common Lisp
- Coq
- Crystal
- Cuda
- D
- DIGITAL Command Language
- Dockerfile
- Dylan
- Elixir
- Elm
- Emacs Lisp
- Erlang
- F#
- Factor
- Forth
- Fortran
- Frege
- Go
- Groff
- Groovy
- HCL
- HTML
- Haskell
- Haxe
- Idris
- Inno Setup
- Java
- JavaScript
- JetBrains MPS
- Jinja
- Julia
- Jupyter Notebook
- Kotlin
- Less
- LiveScript
- LookML
- Lua
- M4
- MATLAB
- Makefile
- Mako
- Markdown
- NSIS
- NewLisp
- Nim
- Nix
- OCaml
- Objective-C
- Objective-C++
- Oz
- PHP
- PLpgSQL
- Perl
- PicoLisp
- PowerShell
- Pug
- Puppet
- PureScript
- Python
- R
- Racket
- Rez
- Rich Text Format
- Roff
- Ruby
- Rust
- SCSS
- SQL
- Scala
- Scheme
- Shell
- Smalltalk
- Standard ML
- Swift
- TSQL
- TeX
- TypeScript
- VHDL
- Vala
- Vim Script
- Vue
- XSLT
- Yacc
- wisp
a lightweight, robust, scheme-like lisp implementation
LambdaNative is a cross-platform development environment written in Scheme, supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt.
Gambit is an efficient implementation of the Scheme programming language.
Code from the book "Essentials of Programming Languages", 3rd ed. by Friedman and Wand
All the Scheme code examples from the book "The Little Schemer"
A small nanopass compiler from a subset of Scheme to C. (Developed for Clojure Conj 2013)
The new nanopass framework; an embedded DSL for writing compilers in Scheme
Benchmarks for various Scheme implementations. Taken with kind permission from the Larceny project, based on the Gabriel and Gambit benchmarks.
Abandoned, please visit https://gitlab.com/NalaGinrut/artanis
Programs from the book Lisp in Small Pieces, updated to work on modern schemes
A native compiler for Scheme compliant with R6RS
Running the code you want to write as fast as the code you have to write
Relational interpreter in miniKanren that can generate quines
HASKELL: Yale Haskell system written in Lisp
All the logic programming code examples from the book "The Reasoned Schemer"
An Efficient LALR(1) Parser Generator for Scheme