Third-Party Packages?
Hello,
Thanks for your work on this library! I was able to install and run the examples easily on SBCL.
Is using third-party packages supported by this library? I'm trying to interface with Avalonia (which you too mention in other issues in this repo) to make a GUI, but I have no previous experience with dotnet, and I wasn't able to figure out how to import Avalonia. Is it possible to use third-party packages with bike right now? If so, how? Sorry if the relevant feature is already in the docs and I missed it.
@moneylobster Hello. Sorry for the delay. So, basically everything boils down to bike:import-assembly and bike:import-assembly-from functions. Make sure that those assemblies are visible to the runtime(the simplest case would be to put them into the Lisp executable directory). I'm planning to make a dotnet CLI tool API, but that's a TODO