On Friday, 13 July 2018 at 06:27:08 UTC, Jacob Carlborg wrote:
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

I just wanted to know what the REPL semantics were, not so much actually use the REPL day to day. For my DHDL stuff I don't think the LDC JIT particularly applies, it's more source code translation stuff.

Reply via email to