vonuvoli-scheme
vonuvoli-scheme copied to clipboard
vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind
See https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html
Based on https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html, update the code where needed to use the newly introduced: * `Box`; * `Ref::map_split`; * `RefCell::replace_with`; * `ptr::hash`;
Given that https://github.com/Stebalien/tempfile/issues/60 is closed with https://github.com/Stebalien/tempfile/pull/85, update the code accordingly.
Given that https://github.com/Stebalien/tempfile/issues/58 is closed with https://github.com/Stebalien/tempfile/pull/79, update the code accordingly.