Closed
Description
Rust seems like an attractive language to support on TI Calculators (and other (e)Z80 platforms):
- It's a "systems" language like C and C++
- It benefits from many years of research in programming language design to enable writing code that is safer and more robust than similar C/C++ code.
- There appears to be an active community for embedded rust.
- rustc emits LLVM IR, so it seems like we should be able to try and hook things up!
Therefore, I'm opening this issue to try and get the discussion moving forward!