r7rs
There are 48 repositories under r7rs topic.
justinethier/cyclone
:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
biwascheme/biwascheme
Scheme interpreter written in JavaScript
jcubic/lips
Scheme based powerful lisp interpreter in JavaScript
objecthub/swift-lispkit
Interpreter framework for Lisp-based extension and scripting languages on macOS and iOS. LispKit is based on the R7RS standard for Scheme. Its compiler generates bytecode for a virtual machine. LispKit is fully implemented in Swift 5.
yuriy-chumak/ol
Otus Lisp (Ol) is a purely functional multi-platform Scheme dialect with built-in FFI and infix math.
volution/vonuvoli-scheme
vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind
false-schemers/skint
Cheap and fast R7RS Scheme interpreter
egallesio/STklos
STklos Scheme
XmacsLabs/goldfish
Goldfish Scheme / 金鱼Scheme
false-schemers/siof
SIOF (Scheme In One File) is a minimal interpreter for R7RS Scheme
cslarsen/mickey-scheme
Mickey Scheme is an interpreter for R7RS Scheme written in pure C++
fujita-y/ypsilon
R7RS/R6RS Scheme Implementation
false-schemers/sharpF
#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.
ktakashi/sagittarius-scheme
Official Sagittarius Scheme repository
schemedoc/cookbook
New Scheme Cookbook
nmeum/edward
An extensible POSIX-compatible implementation of the ed(1) text editor
chungkwong/JSchemeMin
A small scheme implementation in java
ktakashi/r7rs-postgresql
PostgreSQL binding for R7RS Scheme.
scheme-live/live
Scheme library collection with yearly stable releases
DangerOnTheRanger/schego
An R7RS implementation of Scheme written in Go
trb-a/cumalis-lisp
Cumalis Lisp is a stack-based implementation of R7RS Scheme Language in Typescript. Can be used as a library in web browsers or Node.js environment.
petelliott/pscheme
a self-hosted ahead-of-time compiled statically-linked scheme implementation
mnieper/unsyntax
Mirror of Unsyntax
SaitoAtsushi/pattern-match-lambda
more powerful pattern-match macro than case-lambda in R7RS.
arvyy/libGDX-Kawa-Starter
Starter/example project for running Kawa (r7rs Scheme in JVM) with libGDX
m15a/vim-r7rs-syntax
Vim syntax highlighting for R7RS Scheme and Gauche.
mettekou/r7rs-small
R7RS-small in F#
nmeum/riscv-utils
Scheme utility procedures for the RISC-V instruction set architecture
telephil/sarcasm
really simple scheme language interpreter
phillbush/automata.scm
implementation of automata in r7rs scheme
shirok/scheme-ulid
ULID implementation in R7RS Scheme
nmeum/posix-regex
CHICKEN Scheme wrapper for POSIX regular expression matching
dbian/pyscheme
Minimal r7rs scheme python library with a repl. Made by gpt, maintained by human.
OrangeBacon/scheme
A small implementation of R7RS scheme written in rust
nmeum/scmdoc
Automatically generate documentation from comments in R7RS Scheme code