Graal VM

Laeeth Isharc laeeth at kaleidic.io
Tue Sep 3 23:01:05 UTC 2019


On Friday, 30 August 2019 at 10:56:05 UTC, RazvanN wrote:
> Hello everyone,
>
> Has anyone heard of GraalVM [1]? It seems that this is a 
> virtual machine that enables the writing of polyglot 
> applications (applications that can mix code from different 
> languages). The supported languages are Java-based (Scala, 
> Kotlin), dynamic languages (Javascript, R, Ruby, Python) and 
> LLVM-based languages (C and C++). This sounds like a really 
> cool thing and I was wondering if D could be integrated with 
> this (via ldc),
>
> What do you guys think?
>
> Cheers,
> RazvanN
>
> [1] https://www.graalvm.org/docs/reference-manual/polyglot/

Maybe similar sort of approach to how Sebastian Koppe is 
approaching wasm might be easiest?



More information about the Digitalmars-d mailing list