zio-flow icon indicating copy to clipboard operation
zio-flow copied to clipboard

Sketch prototype that lifts ordinary Scala code to ZFlow / Remote using Scala 3 macros

Open jdegoes opened this issue 2 years ago • 1 comments

A prototype that is incomplete could demonstrate the feasibility of lifting ordinary Scala code into ZFlow:

ZFlow.define {
  if (2 + 2 == 4) "foo" else "bar"
} : ZFlow[Any, Nothing, String]

jdegoes avatar Mar 13 '22 09:03 jdegoes

Depends on https://github.com/zio/zio-flow/issues/225

vigoo avatar Oct 12 '22 14:10 vigoo