Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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

Open
jdegoes opened this issue Mar 13, 2022 · 1 comment
Assignees
Labels

Comments

@jdegoes
Copy link
Contributor

jdegoes commented Mar 13, 2022

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]
@vigoo
Copy link
Contributor

vigoo commented Oct 12, 2022

Depends on #225

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants