Replies: 3 comments 10 replies
-
Related issue: #202 The ability to quickly install packages would be great! Emacs and Rust are good examples where a good package manager has greatly simplified the installation of packages that cover a wide range of applications, and I think it would be very nice to have that for Scryer Prolog too! It would be ideal if the innovative implementation methods of Scryer Prolog, most notably its compact internal string representation, could be advertised by packages and even the package manager in such a way that other Prolog systems will also adopt them! |
Beta Was this translation helpful? Give feedback.
-
I'm implementing a package manager for Logtalk that's expected to support all Prolog backends (see LogtalkDotOrg/logtalk3#118). |
Beta Was this translation helpful? Give feedback.
-
@aarroyoc Do you want to setup your own packs registry with e.g. |
Beta Was this translation helpful? Give feedback.
-
Most modern development environments have a package manager, useful to install libraries in a convenient way and keeping track of dependencies and updates. Having a good package manager story improves the the productivity of the developers and makes te system itself more attractive.
Some examples of package managers are:
Even in Prolog this concept is not new as we already have SWI-Prolog packs.
Here are some questions I have:
Beta Was this translation helpful? Give feedback.
All reactions