You Should Probably Learn This Programming Language
Welcome back! Programming is one of my favorite things to do (well, sometimes it is), but there is a new(er) programming language that you should probably learn, this language is called fe, and it’s a smart contract language for Ethereum.
Now, I know that many of you may assume that learning a language like this is pointless, but blockchain development is a massively growing industry, and by learning a language like fe, you can set yourself to be at the forefront of blockchain development. Luckily for us, this language is hosted on GitHub, here is a link to their repository:
This language is inspired by Python and Rust, which makes this language easy to learn! Here are some of the features and goals of this language:
Here is some example syntax of this language:
use std::context::Context
contract GuestBook:
messages: Map<address, String<100>>…