bike icon indicating copy to clipboard operation
bike copied to clipboard

Third-Party Packages?

Open moneylobster opened this issue 5 months ago • 1 comments

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 avatar Aug 10 '25 13:08 moneylobster

@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

Lovesan avatar Nov 21 '25 15:11 Lovesan