Mantra 1.0a1 released

Skip to end of sidebar
Go to start of sidebar
Skip to end of metadata
Go to start of metadata

Finally got something ready for people to look at. Main components are in.

http://www.linguamantra.org/

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Oct 10, 2007

    Hi Ter,

     Are the chained : maps and =>pipes lazy ? like haskell?

    thanks

    ram

  2. Oct 14, 2007

    Not sure exactly of semantics of haskell and lazy eval here. Assume it works just like unix pipe: launch separate threads, make blocking queue between actors, block until all threads terminate.