LISP written in Rust
Find a file
Roman Godmaire 8ac46f36a8 fix: conditionally run if branches
NativeFunc evaluates the parameters before passing them into the
function, but Specials pass in the raw nodes.  If a function had side
effects (ie. display) then it would run even if the branch wasn't
the one chosen by the condition.
2024-05-04 17:38:40 -04:00
src fix: conditionally run if branches 2024-05-04 17:38:40 -04:00
.gitignore refactor: prep for switching to Node in evaluator 2024-05-04 08:08:37 -04:00
Cargo.lock chore: rename to mute 2024-03-09 07:55:17 -05:00
Cargo.toml chore: rename to mute 2024-03-09 07:55:17 -05:00
devenv.lock refactor: prep for switching to Node in evaluator 2024-05-04 08:08:37 -04:00