Update README.md

This commit is contained in:
folex 2018-09-09 11:05:57 +02:00
parent 618f4175f8
commit 7da521f5a0

View File

@ -64,7 +64,6 @@ The more sophisticated [Auction example](https://github.com/fluencelabs/hackethb
Of course, building EVM code from Vyper, from Scala DSL, using Free Monads and Shapeless Records, is not enough. Of course, building EVM code from Vyper, from Scala DSL, using Free Monads and Shapeless Records, is not enough.
So we're working on Macro Programming support as well. So we're working on Macro Programming support as well, so you can write your contracts in a less crazy, more usual Scala and still get all safety advantages. It will add one more layer of Scala code: Scala -> Scala AST (macro) -> Crotalinae DSL -> Vyper.
It will add one more layer of Scala code (parsed to Scala AST, used to generate Crotalinae DSL, and down on a chain).
So stay tuned! So stay tuned!