I'm looking for a couple of examples and opinions on your views of how scripting languages create and implement bytecodes or opcodes.
example:
<script>
for($i=0; $i < 10; $i++)
print $i;
</script>
and then a C parser translates that to opcodes and executes.



LinkBack URL
About LinkBacks



