forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededwontfixThis will not be worked onThis will not be worked on
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!
KermMartian, gabriel-francischini, techdragon, sbechet, dtomvan and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededwontfixThis will not be worked onThis will not be worked on