Sunday, June 13, 2010
Tcl bytecode assembler..`
An alternative solution to producing a Tcl target for XMLVM was to translate JVM bytecode to Tcl bytecode. For this, naturally one would need a tool to construct, manipulate Tcl bytecode files. Currently Tcl has a tool for producing obfuscated bytecode files in order to protect the source, but that help quite a lot since what I would need here would be mostly the bytecode manipulation. My mentor and I decided starting out working on a tool like that would make a bigger project Tcl for XMLVM possible. So that's what I am going with at this point.. Bytecode Assembler (manipulator) for Tcl. What I have in mind is actually something like byteplay for Python.. Let's see how it'll go..
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment