Anic -- Faster than C, Safer than Java, Simpler than *sh

http://code.google.com/p/anic/wiki/Tutorial
by jhrobert • 16 years ago
187 93 16 years ago

ANI is a dataflow programming language, with strong typing, implicit parallelism, oop and the beggining of an implementation.

"Q: How does ANI resolve the fundamental issue of deadlock in parallel programming? How does the Dining Philosophers example on the main page work?

A: In ANI, under the hood, pipes implicitly enforce total resource orderings for acquiring data. Somewhat surprisingly, deadlock theory guarantees that there will be no deadlock if this condition is met."

Related Stories

Loading related stories...

Source preview

code.google.com