![](https://secure.gravatar.com/avatar/fa5a8de5c6e6c5838fc8106b390c7a6d.jpg?s=120&d=mm&r=g)
10 Mar
2008
10 Mar
'08
6:08 p.m.
A simple but amusing experiment in syntax. I'm not sure yet if it's actually good for anything but it's kind of interesting and it works so I thought I'd share. Cheers, Kas. ===============================================- class War extends Event { spork ~foo(); fun void foo() { while(1) { this => now; <<<"hello">>>; } } } War war; second => now; war.signal(); second => now; =========================