Anton Mishchuk

Results 4 issues of Anton Mishchuk

Good afternoon, colleagues! I continue my work on Flow-based programming with Elixir. The new library is ALF, and it's a successor of Flowex. Flowex is not supported anymore.

Hey guys! Thank you for the great tool! I'm experimenting a bit with multiple decorators like: ```elixir @decorate foo() @decorate bar() @decorate baz() def hello() do :world end ``` Intuitively...