Code Monkey home page Code Monkey logo

Comments (5)

gregcman avatar gregcman commented on May 22, 2024

Just submitted, although multiple ASDF systems in sucle need the .asd files to be in specific locations for relative path resource loading. This would require much rewriting, if the .asd files were moved to the root of the project.

@ryukinix current version of Ultralisp should process asd files in any place.

However, this produces a problems on some projects like https://github.com/40ants/cl-project-with-docs/blob/master/skeleton/skeleton.asd

So I decided to make searching asd files only in the root of the project a default policy. And we need to think about a way to specify paths to asd files to be processed by Ultralisp.
A few ASDF systems depend on the .asd file being in a particular directory.

Ultralisp appears to be in beta, so I'll wait [or contribute, ultralisp seems pretty useful] until there are ways to specify paths to .asd files.

Thanks for letting me know about https://ultralisp.org/ ! It's a nice way to distribute lisp libraries, and could encourage newcomers and old timers alike to share their code more easily in order to promote a better ecosystem. Although I wonder how conflicting namespaces are resolved.

from sucle.

ryukinix avatar ryukinix commented on May 22, 2024

Although I wonder how conflicting namespaces are resolved.

That's a problem to be solved. Thanks for submitting!

from sucle.

ryukinix avatar ryukinix commented on May 22, 2024

It worked!
image

from sucle.

gregcman avatar gregcman commented on May 22, 2024

It might be downloading from quicklisp not ultralisp?

(ql:system-apropos "sucle")

-->

#<SYSTEM sucle / sucle-20190307-git / quicklisp 2019-03-07>

however

(ql:system-apropos "lisp-chat")

-->

#<SYSTEM lisp-chat / lisp-chat-20190307-git / quicklisp 2019-03-07>
#<SYSTEM lisp-chat / ryukinix-lisp-chat-20190317212120 / ultralisp 20190319012501>

from sucle.

ryukinix avatar ryukinix commented on May 22, 2024

It might be downloading from quicklisp not ultralisp?

It seems true.

from sucle.

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.