Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdlm/corten

Bare metal, protected by Rust
https://github.com/cdlm/corten

Last synced: 5 days ago
JSON representation

Bare metal, protected by Rust

Awesome Lists containing this project

README

        

# Corten — an experiment in implementing Forth in Rust

Corten is currently not much more than the first draft of an experiment for
discovering [Rust][] by bootstrapping a minimal programming system, and as far
as minimal goes, it's hard to beat [Forth][]. Also, I've been on a
[Canon Cat][cat] research binge, recently.

I have way more design intuition with dynamically-typed OO than with any other
paradigm, so I'm interested in understanding how to architect the program the
Rust way.

[rust]: http://rustlang.org "the Rust programming language"
[forth]: http://git.annexia.org/?p=jonesforth.git;f=jonesforth.S;hb=66c56998125f3ac265a3a1df9821fd52cfeee8cc "Richard W.M. Jones's literate assembly Forth"
[cat]: http://www.canoncat.org "Jef Raskin's writing information appliance"