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
is a pain to write, as I have to remember reverse order due to comp, and to evaluate this I have to call gapply on this value. We further can't AOT anything as we are just defining a term bare.
I am sick of writing terms by hand.
is a pain to write, as I have to remember reverse order due to
comp
, and to evaluate this I have to call gapply on this value. We further can't AOT anything as we are just defining a term bare.What we need is a DSL
I suggest this
which reads the arguments as in
forth
, meaning it's inarrow
order which is a more natural way to realistically workThe above expression should expand into something like
Further, I want more standard library increases, but this should be the first of many such changes
The text was updated successfully, but these errors were encountered: