in reply to Translating Perl into JavaScript

Audrey was talking about doing something similar with the web portion of Jifty. This was a couple years ago - we talked about it at YAPC::NA::2006. You might want to check out what she and Jesse have been doing.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Replies are listed 'Best First'.
Re^2: Translating Perl into JavaScript
by stvn (Monsignor) on Jun 02, 2008 at 21:27 UTC

    CLKao (of svk fame) wrote a B level opcode -> JS converter that I think handles a wide portion of both languages pretty decently. I am not sure of the current state though.

    -stvn