Concatenative languageA concatenative language is a language where function composition is denoted by juxtaposition. Contrast with applicative language. ! x G F vs. F(G(x)) CHAR: a 1string print ! => a print(1string(CHAR: a)); ! => a More details can be found in Manfred von Thun's paper Mathematical Foundations of Joy.
This revision created on Fri, 5 Dec 2008 01:19:03 by slava |
|
|
All content is © 2008-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |
|