zoomlogo / flax

flax tacit language
https://zoomlogo.github.io/flax/
MIT License
12 stars 3 forks source link

Version 1.1.0 (or maybe 2.0.0) Roadmap. #67

Open zoomlogo opened 1 year ago

zoomlogo commented 1 year ago

¹ Modify monadic_link and dyadic_link to accept overloads=fdict where fdict is like:

  {
    "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).