Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributing QUILC #891

Open
12 tasks
stylewarning opened this issue Jul 20, 2023 · 0 comments
Open
12 tasks

Distributing QUILC #891

stylewarning opened this issue Jul 20, 2023 · 0 comments
Assignees

Comments

@stylewarning
Copy link
Member

stylewarning commented Jul 20, 2023

Overall, the idea is to distribute QUILC in the following way:

  • Add an entry-point to SBCL runtime to load a FASL after Lisp initialization. Get that upstreamed if possible.
  • Get symbol resolution on Windows working in SBCL.
  • Make libsbcl on Windows (x64), Linux (x64), Mac (x64) in Conda Forge (aka "CF"). Initial plan is to have the DLL runtime and a base core file.
  • Implement FASL loading DLLs (stub DLL + a monolithic FASL).
  • Deploy libsbcl as well as an SBCL binary (so that shared libraries can be built) to CF so that it is installable.
  • Write documentation on how to install it.
  • Get QUILC, QVM, and MAGICL to be buildable as monolithic FASLs.
  • Review and clean up the QUILC GitHub Actions ("CI")
  • Prepare QUILC for "real world" use, i.e., disable debugger, have an "error handling story" (TM), and validate initial library functionality with users.
  • Understand how to capture the DLL/etc. runtime dependencies of QUILC (e.g. BLAS, LAPACK, etc.)
  • Implement build and deploy for LibQUILC.dll on CF. (Maybe not the binary to start?)
  • Revisit the QUILC readme.

Follow-on work (not in the purview of this issue) includes:

  • Embedding the core file in libsbcl
  • M{1,2} support for all of the above
  • Embedding FASL files in the DLL
  • Consider more robust ways of loading duplicated fasl files (maybe use ASDF?)
  • Same stuff as above, but for the QVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants