nostradumbasp an hour ago

Its a cute idea but, why does a GC language need this? For shared mutable references across threads I get it for some data race conditions? Can it handle that with awareness of smart pointers, etc?

Honestly, I'd write Rust. Or write Julia. Whatever one you want.

Kudos on the project though, looks like it was fun to make. Who knows maybe it will evolve into something else that makes more sense to me?

darboux 6 hours ago

This package demonstrates Rust-like ownership and borrowing semantics in Julia through a macro-based system that performs runtime checks. This tool is mainly to be used in development and testing to flag memory safety issues, and help you design safer code.