Live data from Hacker News

fabricate: The better "make". Finds dependencies automatically for any language.

code.google.com

1–10 of 44 posts

Re: fabricate: The better "make". Finds dependencies automatically for any language.

#5
post #4

I haven't tried fabricate yet, but I think the number of build-tools out there is a sure sign that something fundamental is broken.

I think it's just the nature of the beast, and an example of a complex problem with a lot of different solutions.

Re: fabricate: The better "make". Finds dependencies automatically for any language.

#7
post #4

I haven't tried fabricate yet, but I think the number of build-tools out there is a sure sign that something fundamental is broken.

I think it's just down to the popularity of make. People who are starting new projects use make because "everybody's using it, it must be the best!" Then, when make becomes a pain in the butt, they write their own because they've already decided that there's nothing better out there.

Re: fabricate: The better "make". Finds dependencies automatically for any language.

#9
I wish someone would pick up http://a-a-p.sourceforge.net/ again. It is a great build tool written by the Vim author. I've used it to build complex projects in the past with a minimal amount of aap configuration. It is much less verbose than fabricate.

Re: fabricate: The better "make". Finds dependencies automatically for any language.

#10
post #3

We've been using memoize to build stuff for a while now, but we needed something that worked under Windows too. So here's our "fabricate" build tool. It's BSD licensed -- enjoy!

I don't get it. Does it intercept file accesses to determine the dependencies? Looks like magic.
Post reply on HN