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.
Be Afraid (Score:1)
Where's the Perl6 -> COBOL stuff?
Re:Be Afraid (Score:2)
This cobol2c [gnu.org] seems about the farthest anyone's gotten.