diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-25 11:42:07 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-01-06 21:58:35 -0600 |
| commit | abdd56ebc0e01cd92f694ef2bcafcc394453d055 (patch) | |
| tree | d1ace96ac90e5d888e4d4d05dd4ca0c0445a856e /docs/TODO | |
| parent | f41866dbe99080f0916512261f0412c5bc65f190 (diff) | |
| download | mal-abdd56ebc0e01cd92f694ef2bcafcc394453d055.tar.gz mal-abdd56ebc0e01cd92f694ef2bcafcc394453d055.zip | |
Rust: step0_repl and step1_read_print
Diffstat (limited to 'docs/TODO')
| -rw-r--r-- | docs/TODO | 26 |
1 files changed, 10 insertions, 16 deletions
@@ -73,24 +73,18 @@ Ruby: Future Implementations: - Rust: + - http://doc.rust-lang.org/index.html + - http://doc.rust-lang.org/intro.html + - http://doc.rust-lang.org/guide.html + - http://rustbyexample.com/index.html - http://www.rustforrubyists.com/book/index.html - - http://static.rust-lang.org/doc/0.9/complement-cheatsheet.html - http://pzol.github.io/getting_rusty/ - - release notes: - - https://github.com/mozilla/rust/wiki/Doc-detailed-release-notes - - this week in rust: - - http://cmr.github.io/ - - readline: - - http://redbrain.co.uk/2013/11/09/rust-and-readline-c-ffi/ - - http://www.reddit.com/r/rust/comments/1q9pqc/rust_cffi_and_readline/ - - https://github.com/dbp/rustrepl - - hash-map: - - http://static.rust-lang.org/doc/master/std/hashmap/index.html - - http://static.rust-lang.org/doc/master/std/hashmap/struct.HashMap.html - - vector/list: - - http://static.rust-lang.org/doc/master/std/vec/index.html - - example code: - - https://github.com/dradtke/rust-dominion/blob/master/dominion/mod.rs + + - http://blog.thiago.me/notes-about-rust-modules/ + - http://doc.rust-lang.org/std/io/io + - https://github.com/shaleh/rust-readline/blob/master/src/lib.rs + - http://stackoverflow.com/questions/23942627/does-rust-0-10-have-a-rl-package + - http://blog.skylight.io/rust-means-never-having-to-close-a-socket/ - Redmonk languages from Jan 2014: http://sogrady-media.redmonk.com/sogrady/files/2014/01/lang-rank-114-wm.png |
