FISh programming language

From Free net 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.

External link

FISh homepage

Template:Compu-lang-stub