Changes between Version 1 and Version 2 of MultiML


Ignore:
Timestamp:
Jul 10, 2015, 12:23:36 PM (3 years ago)
Author:
victor.allombert@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiML

    v1 v2  
    11= Multi-ML = 
     2 
     3== Description == 
     4 
     5Multi-ML is a programming language implemented over OCaml that combines the high degree of abstraction of ML with the scalable and predictable performances of multi-BSP. The multi-BSP model is an extension of the well-known BSP bridging model. It brings a tree-based view of nested components to represent hierarchical architectures. In the past, we designed BSML for programming BSP algorithms in ML. We now propose the Multi-ML language as an extension of BSML for programming Multi-BSP algorithms in ML. 
     6 
     7More informations [http://www.lacl.fr/vallombert/Multi-ML/ here] 
    28 
    39== Members ==