https://github.com/cdlm/corten
Bare metal, protected by Rust
https://github.com/cdlm/corten
Last synced: 11 days ago
JSON representation
Bare metal, protected by Rust
- Host: GitHub
- URL: https://github.com/cdlm/corten
- Owner: cdlm
- License: mit
- Created: 2015-06-25T19:51:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T16:41:31.000Z (almost 11 years ago)
- Last Synced: 2025-07-29T16:12:20.602Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"