TyOverby / ares

A Lisp made for easy integration with Rust.
9 stars 1 forks source link

With inline-core, shadowing builtins is impossible #46

Open TyOverby opened 8 years ago

TyOverby commented 8 years ago
(lambda (a) 
    (define + [some other thing])
    (+ a 5))

Would not be possible.

bwo commented 8 years ago

well ... is this actually an issue? not shadowing builtins could be desirable.