1 points | by lavafroth 7 hours ago
1 comments
- memory overhead
- source code bloat
The second can be solved by creating a pre-processor that translates a more Rust-like syntax into the proposed Python code. But that would reduce interoperability with IDEs (e.g. syntax coloring) and linters.
- memory overhead
- source code bloat
The second can be solved by creating a pre-processor that translates a more Rust-like syntax into the proposed Python code. But that would reduce interoperability with IDEs (e.g. syntax coloring) and linters.