I wan't to develop, test and profile code using Pharo, but then compile it to C.
- How can I do it?
Smalltalk code in Pharo will be compiled to bytecodes that the VM runs, so there is no way really to transpile straight Smalltalk code from Pharo to the rawβ¦
Top comments (0)