FISh (programming language)

From Wikipedia, the free encyclopedia

FISh is an array programming language that aims to combine the expressive power of functional programming with the efficient execution of imperative (procedural) programming.

Its strategy is to perform what it calls "static shape analysis" on all programs before executing them. This "shape computation" reduces higher-order functional programs to simple imperative forms.

[edit] External link