mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
Changed arguable statements about JVM/CLR.
This commit is contained in:
@@ -94,9 +94,9 @@ General FAQ
|
||||
What about JVM/CLR backends?
|
||||
----------------------------
|
||||
|
||||
A JVM backend is almost impossible. The JVM is not expressive enough. It has
|
||||
never been designed as a general purpose VM anyway. A CLR backend is possible
|
||||
but would require much work.
|
||||
JVM/CLR support is not in the nearest plans. However, since these VMs support FFI to C
|
||||
it should be possible to create native Nim bridges, that transparenlty generate all the
|
||||
glue code thanks to powerfull metaprogramming capabilities of Nim.
|
||||
|
||||
|
||||
.. container:: standout
|
||||
|
||||
Reference in New Issue
Block a user