REPL semantics

Jacob Carlborg doob at me.com
Fri Jul 13 06:27:08 UTC 2018


On Thursday, 12 July 2018 at 22:17:29 UTC, Luís Marques wrote:

> Ah, that explains why my clone of drepl didn't compile: it was 
> the Martin Novak's repo, not the D community one. Although on 
> macOS it still doesn't compile, because of the lack of 
> _rt_loadLibrary.

Have you considered using LDC and JIT? [1] [2]. Found this [3] 
snippet as well, not sure what it is.

[1] https://github.com/ldc-developers/ldc/pull/2293
[2] https://github.com/ldc-developers/ldc/releases/tag/v1.8.0 
(mentions something called EasyJIT)
[3] https://gist.github.com/eldar/2294388

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list