Category:8 1/2: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with '{{language |site=http://www.spatial-computing.org/~giavitto/HomePageOtto/ }} 8 1/2, pronounced otto e mezzo, is a high-level data-parallel language based on a new data structur…')
 
m (stub extensions)
Line 1: Line 1:
{{stub|exec=no|gc=no|parampass=no|safety=no|strength=no|compat=no|express=no|checking=no|untyped=no|tags=no|LCT=no}}
{{language
{{language
|site=http://www.spatial-computing.org/~giavitto/HomePageOtto/
|site=http://www.spatial-computing.org/~giavitto/HomePageOtto/

Revision as of 13:20, 9 September 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
8 1/2
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 8 1/2.

8 1/2, pronounced otto e mezzo, is a high-level data-parallel language based on a new data structure: the fabric (initially called web). This fundamental data structure represents a field over a (discrete) piece of space-time. It is used in the simulation of dynamical systems. A fabric unify the concept of stream and collection and can be viewed either as a ``stream of collections or as a ``collection of streams. The name come from the title of a Fellini movie.

The main features of the 8 1/2 programming language are:

  • 8 1/2 is a declarative language, i.e. a programme is a set of definitions (functional equations) specifying fabrics.
  • The 8 1/2 streams are sequential, synchronous, memory-bounded streams.
  • 8 1/2 collections are handled as a whole.
  • 8 1/2 programmes are hierachized through the concept of system.
  • The 8 1/2 language is naturally a data flow, data parallel language.
  • A static 8 1/2 programme (i.e. a programme involving only fabric with static shape) is detected by the interpreter and can be compiled (in sequential C or towards a SIMD abstract machine).

Subcategories

This category has the following 3 subcategories, out of 3 total.