What if the transpiler could improve memory safety (though not entirely remove manual memory management) by implementing a rust-esque borrow checker that would analyze the bytecode during transpilation and decide which declared variables are mutable or immutable?
What if the transpiler could improve memory safety (though not entirely remove manual memory management) by implementing a rust-esque borrow checker that would analyze the bytecode during transpilation and decide which declared variables are mutable or immutable?