Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethereum/fe

Emerging smart contract language for the Ethereum blockchain.
https://github.com/ethereum/fe

Last synced: 2 days ago
JSON representation

Emerging smart contract language for the Ethereum blockchain.

Awesome Lists containing this project

README

        

# Fe

The Fe compiler is in the late stages of a major compiler rewrite, and the master branch isn't currently usable to compile contracts to evm bytecode.
For the older version of the compiler, see the [legacy branch](https://github.com/ethereum/fe/tree/legacy).

## Overview

Fe is a statically typed language for the Ethereum Virtual Machine (EVM). The syntax and type system is similar to rust's, with the addition of higher-kinded types. We're exploring additional type system, syntax, and semantic changes.

## Community

- Twitter: [@official_fe](https://twitter.com/official_fe)
- Chat:
- We've recently moved to [Zulip](https://fe-lang.zulipchat.com/join/dqvssgylulrmjmp2dx7vcbrq/)
- The [Discord](https://discord.gg/ywpkAXFjZH) server is still live, but our preference is zulip.

## License

Licensed under Apache License, Version 2.0.