Just as we were getting accustomed to putter's Perl6 on Perl5 work, iblech shocked us all with r5644. I will let the commit log speak for itself:
r5644: iblech | 2005-07-18 01:41:27 +0800
PIL -> JavaScript compiler.
pugs -BPIR
still passes the sanity tests.
$ pugs -CPIL -Ilib6 -MPrelude::JS -we 'say 2 + 3' | \ ./pil2js.pl -html > /tmp/t.html
"3 || 4"
is compiled to "&infix:<||>(3, 4)"
instead of "&infix:<||>(3, {4})"
or something similar.
Wow. Seeing 05-sub.t compiled into 05-sub.t.html really made my day. Wow.
Re:Be Afraid
TorgoX on 2005-07-19T09:31:51
I actually have been considering how interesting a cobol2anythingElse might be. But I don't know Cobol, nor do I know anyone who knows it.This cobol2c seems about the farthest anyone's gotten.