Fe is a statically typed smart contract language for the Ethereum Virtual Machine inspired by Rust. It features explicit effects through the 'uses' clause, message-passing architecture with 'msg' and 'recv' models, built-in package management with ingots, generics and traits for type-safe code reuse, pattern matching for
Sort: