Software Alternatives & Reviews

Other languages with partial application à la Mathematica?

Factor Snap
  1. 1
    Factor programming language
    Pricing:
    • Open Source

    #ERP #Business Management #Forestry And Lumber Industry Vertical 37 social mentions

  2. 2
    Snap (formerly BYOB) is a visual, drag-and-drop programming language.
    Slightly unconventional, but will throw this in: Snap! Supports lambda partial application both with single repeated and multiple slots, that is, a ring of ( ) + ( ) can take either a single argument x and call x + x, or two x, y and call x + y. There is no ambiguity since the hole still has to be inside a ring (which is basically a lambda), calling ( ) + ( ) directly would return iirc 0, because the empty slots are cast to zero. Note that here ( ) represents leaving the slot empty.

    #API Tools #Developer Tools #Web Frameworks 28 social mentions

Discuss: Other languages with partial application à la Mathematica?

Log in or Post with