I'm shooting in the dark here since its a bit hard to grasp...
a. The implications of support alternative bytecode sets
�� �� * Do the alternative bytecode sets run in parallel to normal Pharo bytecodes?
�� �� * Can the bytecode sets be loaded adhoc/dynamically into an Image?
�� �� �� ��or only compiled into the VM?
b. How to implement/work with alternative bytecodes
For (a.) I guess an exciting opportunity is facilitating an Ethereum virtual machine��
running as a Process inside a Pharo image, managed by tools written in Pharo.����
Other languages are already getting in a party which would be good for Pharo to join.
In such a revolutionary domain I expect people are more willing to experiment
with alternative systems like Pharo, and I bet Pharo could excel in that domain.
To help (b.), would it be feasible to blog a mini-demo showing how to install/use alternative bytecodes? maybe for something like this simple RPN calculator substitute for "arith.c"...
��
(a calculator demo could be an interesting adjunct to Sven's calculator tutorial...)
cheers -ben