Fe - Ethereum के लिए एक smart contract भाषा
(github.com)-
Python और Rust से प्रभावित, EVM(Ethereum Virtual Machine) के लिए एक statically typed भाषा
-
फीचर्स और लक्ष्य
→ boundary और overflow checks
→ dynamic program behavior को सीमित करके decidability प्रदान करना
→ अधिक सटीक Gas prediction
→ static typing
→ pure functions का समर्थन
→ reentrancy restrictions
→ static looping
→ module imports
→ standard library
→ YUL IR के जरिए EVM और eWASM को target करना
→ WASM के साथ browser में Fe contracts को compile करना
→ Rust के माध्यम से सुरक्षित और शक्तिशाली implementation विकसित करना
- अभी विकास के शुरुआती चरण में
→ 2021 की शुरुआत में alpha release हुआ था, और monthly release cycle जारी है
अभी कोई टिप्पणी नहीं है.