On Sun, 7 Oct 2018 at 00:31, H. Hirzel <hannes.hir...@gmail.com> wrote:

> Hello
>
> What is the Pharo equivalent of the Squeak expression
>
>      Compiler evaluate: '3+4'
>

The direct equivalent is
    OpalCompiler evaluate: '3+4'

but Sven's answer is more in line with good practice.

cheers -ben

Reply via email to