Session
perljvm: Using B to Facilitate a Perl Port To the Java Virtual Machine
Bradley M. Kuhn, Chief Technology Officer, Software Freedom Law Center
Track: Perl - Study ()
Date: Wednesday, July 19
Time: 1:30pm
- 2:00pm
Location: Serra I
perljvm translates Perl code into Java code. Perl data types are represented with Java classes, and the output of perljvm is code to use those classes. Jasmin assembler syntax is used as an intermediate representation.