rust has runtime bounds checking
if #Rust does all the runtime checks what's even the benefit over a real dynamic language like Lisp?You can't even cite static compilation and call indirection, SBCL has block compilation since 2.0...
@iska i thought rust was so much better than go because it's not GC :)
@bonifartius@qoto.org Rust/C++ people ARE doing GC, refcounting, probably without coalensing too, for anything non-trivial.
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.
@bonifartius@qoto.org Rust/C++ people ARE doing GC, refcounting, probably without coalensing too, for anything non-trivial.