DEV Community

Sebastian Sastre
Sebastian Sastre

Posted on

Answer: Compiling Pharo to C?

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)