Giter Club home page Giter Club logo

Comments (10)

gheber avatar gheber commented on September 25, 2024

Do you mean another release tag under https://github.com/gheber/kenzo/releases ? (BTW, there are monthly Quicklisp releases.)

from kenzo.

miguelmarco avatar miguelmarco commented on September 25, 2024

Yes, that is what I mean. The idea is to have an url to download a tarball.

from kenzo.

sphyynx avatar sphyynx commented on September 25, 2024

from kenzo.

miguelmarco avatar miguelmarco commented on September 25, 2024

Thank you Francis. Our plan is to include what you call Kenzo-P. More precisely, the code in this repo, since we need it to be easily loadable from embedded common lisp (it is the lisp included in Sage, and there is already a pretty fast library interface between Sage and ecl).

At some point, we might need some auxiliary functions inside Kenzo to create simplicial sets from finite data (that is how Sage does it) in order to have a more flexible interface. We could send you pull requests with these functions, or, if you prefear, we could mantain a fork with them (we would prefear to keep it all in just one fork though).

Also, I would greatly appreciate if you could add a clear license file, so there is no doubt that it is compatible with Sage license (which is GPL v3+)

from kenzo.

miguelmarco avatar miguelmarco commented on September 25, 2024

Also, I would like to ask you: is there an easy way to compile all the kenzo system in a single .fas file?

from kenzo.

sphyynx avatar sphyynx commented on September 25, 2024

from kenzo.

sphyynx avatar sphyynx commented on September 25, 2024

from kenzo.

miguelmarco avatar miguelmarco commented on September 25, 2024

Thanks for the answers. I agree it makes sense to fork so we can experiment with the changes we need, and maybe later merge.

from kenzo.

miguelmarco avatar miguelmarco commented on September 25, 2024

BTW, i did find the way to compile into a single .fas file.

(require :asdf)
(push #P\"./\" asdf:*central-registry*)
(require :kenzo)
(asdf:make-build :kenzo :type :fasl :monolithic t :move-here #P\"./\")
(quit)

seems to do the trick. It produces a 4MB file, which is fine. I have just done trivial tests with it, but found no problem so far.

from kenzo.

sphyynx avatar sphyynx commented on September 25, 2024

from kenzo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.