KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
r6.rs
★ 63
Open GitHub ↗
R6RS Scheme implementation written in Rust
Download README (.md)
Explore Similar Repositories
r68k
:
A m68k emulator in rust - let r68k = musashi.clone();
Zontix-R6-Helper
:
Zontix it's a helpful menu with aim, wh, norecoil, and many, others fucntions for free!
Actions-OpenWrt-R619AC
:
Build OpenWrt using GitHub Actions for P&W R619AC
r6helper
:
强化react router v6 使用的辅助工具
r6rs-monads
:
This package implements genereric syntax for working with monads in R6RS scheme.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
r6.rs
?
Download (.md)
r6.rs ===== [![libyaml-rust on Travis CI][travis-image]][travis] [travis-image]: https://travis-ci.org/kimhyunkang/r6.rs.png [travis]: https://travis-ci.org/kimhyunkang/r6.rs Scheme implementation written in Rust The project is a work in progress ## Features * [x] basic REPL * [x] basic `syntax-rules` macro * [x] proper tail recursion * [x] closure * [x] lexical scoping * [x] numerical tower * [ ] library import/export * [ ] `call/cc` * [ ] exception handling * [ ] standard library * [ ] I/O * [ ] mutable data structures * [ ] records * [ ] `syntax-case` * [ ] hashtables * [ ] enums * [ ] `eval` * [ ] unicode * [ ] hygienic macro * [ ] multiple values * [ ] tracing GC * [ ] compiled bytecode * [ ] debugging support