You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build generic derivation / type directed metaprogramming construction of UIs. So give, for example, a case class we can automatically construct a UI that renders it, and a form that fills it in.
It would be useful to have this for functions as well, to support Doodle Explore.
Look at Scala 3 libraries for this: Magnolia and Shapeless.
The text was updated successfully, but these errors were encountered:
Build generic derivation / type directed metaprogramming construction of UIs. So give, for example, a case class we can automatically construct a UI that renders it, and a form that fills it in.
It would be useful to have this for functions as well, to support Doodle Explore.
Look at Scala 3 libraries for this: Magnolia and Shapeless.
The text was updated successfully, but these errors were encountered: