Re: [dev] C package manager-ish

2015-12-15 Thread Mattias Andrée
On Tue, 15 Dec 2015 10:20:38 -0800 Louis Santillan wrote: > On Tue, Dec 15, 2015 at 9:45 AM, Mattias Andrée > wrote: > > On Tue, 15 Dec 2015 09:10:50 -0800 > > Louis Santillan wrote: > >> On Tue, Dec 15, 2015 at 2:20 AM, Adrian Grigore > >> The small part may sound like suckless, but I find i

Re: [dev] C package manager-ish

2015-12-15 Thread Louis Santillan
On Tue, Dec 15, 2015 at 9:45 AM, Mattias Andrée wrote: > On Tue, 15 Dec 2015 09:10:50 -0800 > Louis Santillan wrote: >> On Tue, Dec 15, 2015 at 2:20 AM, Adrian Grigore >> The small part may sound like suckless, but I find it to > > It should be noted that suckless is not about small > software pa

Re: [dev] C package manager-ish

2015-12-15 Thread Mattias Andrée
On Tue, 15 Dec 2015 09:10:50 -0800 Louis Santillan wrote: > On Tue, Dec 15, 2015 at 2:20 AM, Adrian Grigore > wrote: > > I wanted to know what's your general opinion on > > https://github.com/clibs/clib. > > I take issue with some of the libs included, especially > tj's [0]. He's also the cre

Re: [dev] C package manager-ish

2015-12-15 Thread Louis Santillan
On Tue, Dec 15, 2015 at 2:20 AM, Adrian Grigore wrote: > I wanted to know what's your general opinion on https://github.com/clibs/clib. I take issue with some of the libs included, especially tj's [0]. He's also the creator of clibs, a noted contributor to nodejs (among other things), so I would

Re: [dev] C package manager-ish

2015-12-15 Thread Adrian Grigore
Need to install sta.li and see how that works out. :) It's on my todo list. On Tue, Dec 15, 2015 at 12:26 PM, Anselm R Garbe wrote: > On 15 December 2015 at 11:20, Adrian Grigore > wrote: >> I wanted to know what's your general opinion on >> https://github.com/clibs/clib. > > My proposal is usi

Re: [dev] C package manager-ish

2015-12-15 Thread Anselm R Garbe
On 15 December 2015 at 11:20, Adrian Grigore wrote: > I wanted to know what's your general opinion on https://github.com/clibs/clib. My proposal is using git for binaries as well (for whole core systems). get checkout 0.1 get diff 0.2 etc. BR, Anselm

Re: [dev] C package manager-ish

2015-12-15 Thread Dimitris Papastamos
On Tue, Dec 15, 2015 at 12:20:52PM +0200, Adrian Grigore wrote: > Hey guys, > > I wanted to know what's your general opinion on https://github.com/clibs/clib. > > Disclaimer: I'm not a C programmer, but planning to learn. Well, package managers suck.

Re: [dev] C package manager-ish

2015-12-15 Thread Mattias Andrée
On Tue, 15 Dec 2015 12:20:52 +0200 Adrian Grigore wrote: > Hey guys, > > I wanted to know what's your general opinion on > https://github.com/clibs/clib. > > Disclaimer: I'm not a C programmer, but planning to learn. > Personally, I despise language specific package managers. pgpXWS4sKW9kn

[dev] C package manager-ish

2015-12-15 Thread Adrian Grigore
Hey guys, I wanted to know what's your general opinion on https://github.com/clibs/clib. Disclaimer: I'm not a C programmer, but planning to learn. -- Thanks, Adi