issues
search
drym-org
/
qi
An embeddable flow-oriented language.
59
stars
12
forks
source link
Threading template arguments
#3
Closed
countvajhula
closed
3 years ago
countvajhula
commented
3 years ago
"thread" arguments in the first position by default, to avoid client-side currying in the most common cases
pass arguments via a template including pre-supplied arguments, by using
fancy-app
under the hood
eliminate special handling of
apply
,
map
and others, in favor of templates
add a threading form
~>
which supports multiple arguments
Fixes #2
fancy-app
under the hoodapply
,map
and others, in favor of templates~>
which supports multiple argumentsFixes #2