From 7da521f5a05646d94c7ada5d8efc264c29fbde09 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Sun, 9 Sep 2018 11:05:57 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bbfbff..b407c47 100644 --- a/README.md +++ b/README.md @@ -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. -So we're working on Macro Programming support as well. -It will add one more layer of Scala code (parsed to Scala AST, used to generate Crotalinae DSL, and down on a chain). +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. So stay tuned! \ No newline at end of file