Open zoomlogo opened 1 year ago
builtins.py
*_link(
c
¹ Modify monadic_link and dyadic_link to accept overloads=fdict where fdict is like:
monadic_link
dyadic_link
overloads=fdict
{ "num-num": lambda w,x: w+x, "str-lst": ..., "str-any": ..., "num-any": ..., "any-any": ..., }
² For this I will use my own implementation (which I might copy mostly from Vyxal).
builtins.py
.*_link(
overload atoms.¹c
flag.¹ Modify
monadic_link
anddyadic_link
to acceptoverloads=fdict
where fdict is like:² For this I will use my own implementation (which I might copy mostly from Vyxal).