NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Fink (Score:1)
Re:Fink (Score:2)
-- ask bjoern hansen [askbjoernhansen.com], !try; do();
Re:Fink (Score:1)
Re:Fink (Score:2)
Now I build things in their own directories. /usr/local/ethereal will have all the shared libraries needed to run ethereal, and if Mono ever requires a different version of the library then nothi
Re:Fink (Score:2)
Yeah. I really wanted Fink (or something with similar promises) to work, so I have given it a try. Three times by now, I think. Every time I have ended up with some seriously hosed software setups. That is, for the software that I did get installed at all. It sucketh overmuch. Nevermore.
I've lost all hope of any binary-only open source distribution systems ever working, incidentally. Just give me the source, man.
also ... (Score:2)
Re:also ... (Score:2)
People whose opinions I respect have said [onlamp.com] that C# is much more fun to develop in than C for the types of programs that Unix folks typically write in C (network, file, GUI) and is about as fast. That sounds like an interesting claim, so I've been meaning to check it o
Faint Praise for C# (Score:1)
Almost everything is more fun to develop in than C. That includes Java, barely, but not C++.
Re:Faint Praise for C# (Score:2)
That's a question of mindset. For people with a lot of hubris, C is the perfect language. It always gives me a good feeling to know that each C statement is translated into a few machine instructions and will never do more than I actually asked for.
At the same time (and that makes C so cool), it's a language leading to relatively compact source code. You'd expect to be ending up writing a lot of code as the language is rather spartan, but often you don't