Solx
72 posts

Solx
@solx_compiler
A gas-efficient Solidity compiler for @ethereum, powered by LLVM.

Maybe unpopular opinion, I think Solidity as-is is mostly fine, and the highest priority thing to fix is _not_ new syntax / language features but the complier: - make compilation 100x faster - make gas optimization 100x better - solving stack too deep - making the compiler easier to extend & experiment so that EVM devs can propose new EIPs that improve the EVM All for generics & better syntax, just doesn't feel like high priority. I fear a python2 to python3 moment.


Something I just did: deploy a chain of 100 contracts in a single tx on the new ZKsync OS I had to use solx to pass the infamous "stack too deep" Huge congrats to the mad folks at Matter Labs, they did it









