vonuvoli-scheme icon indicating copy to clipboard operation
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

Results 63 vonuvoli-scheme issues
Sort by recently updated
recently updated
newest added

See https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html

infrastructure
refactoring

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`;

code-builtins
refactoring

Given that https://github.com/Stebalien/tempfile/issues/60 is closed with https://github.com/Stebalien/tempfile/pull/85, update the code accordingly.

code-builtins
refactoring

Given that https://github.com/Stebalien/tempfile/issues/58 is closed with https://github.com/Stebalien/tempfile/pull/79, update the code accordingly.

code-builtins
refactoring