3 comments

  • thomasdziedzic 2 hours ago

    There's already an apex programming language from salesforce: https://developer.salesforce.com/docs/atlas.en-us.apexcode.m...

  • TheRemyyy 2 hours ago

    Apex is a modern systems programming language that combines the safety of Rust with the expressiveness of modern high-level languages. Built on LLVM, Apex compiles to native machine code with zero runtime overhead while providing strong compile-time guarantees through its advanced type system and borrow checker.