Nishant Sachdeva
Nishant Sachdeva
added optimization. shl comes out from being distributed over and closes https://github.com/ethereum/solidity/issues/9119
code is becoming a reserved keyword in upcoming breaking change in solidity
### Main programming language Python ### Tutorial title Create a Programming Language and Learn Advanced Python – Full Course ### Tutorial URL https://www.youtube.com/watch?v=1WpKsY9LBlY ### Category * [x] Programming Language
We're currently implementing immutable for dynamic types in the compiler. With things like arrays and structs, however, it's much more tedious to enforce the immutability at contract construction time (and...