Fork me on GitHub
#clr
<
2023-05-27
>
dangercoder08:05:04

Hey, I just built a new dotnet tool for launching clojure-clr and loading all dependencies based on .csproj It works and doesn't require any "extra jvm tooling". How to use it 1. dotnet tool install --global potion 2. Have a clojure-clr project with a .csproj file. This is an example: https://github.com/Dangercoder/clojure-clr-dotnet-api 3. Run dotnet restore 4. Run potion https://www.nuget.org/packages/potion/ https://github.com/Dangercoder/potion Supports .NET Core 3.1, .NET 6 and .NET 7 - only tested on Linux.

👏 2
dangercoder08:05:59

Thanks @U45FQSBF1 for the Clojure.Main tool, I just added some extra stuff.