From d682d88f8b779246bdbd980e4d9371609a750bed Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Wed, 13 Mar 2024 17:40:43 -0500 Subject: [PATCH] Add IKVM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6f5bf528..c90fe23ca 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w * [Roslyn-linq-rewrite](https://github.com/antiufo/roslyn-linq-rewrite) - Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch. * [Iron python](https://github.com/IronLanguages/ironpython2) - A python 2 implementation that is integrated with the dot net framework. * [Amplifier.NET](https://github.com/tech-quantum/Amplifier.NET) - Write and compile your own kernel function using C# and Amplifier will take care of running it on your favorite hardware. Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code. +* [IKVM](https://ikvm.org) - A Java Virtual Machine and Bytecode-to-IL Converter for .NET. Execute compiled Java code (bytecode) on .NET Framework or .NET Core. ## Compression