Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cdlm/corten
- Owner: cdlm
- License: mit
- Created: 2015-06-25T19:51:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T16:41:31.000Z (over 9 years ago)
- Last Synced: 2024-10-31T07:05:04.055Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 3
- 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"