Real Man's Compiler Collection is a collection of compilers for people that feel like they have become too reliant helpful error messages that point you directly at the problems in your code. It simply outputs a succinct "Yes" or "No" indicating whether your program compiled successfully, without bothering you with all the nitpicky details of what's wrong with your code.
| Tags | Software Development Compilers |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux Unix |
| Implementation | C++ C |
Recent comments
09 Dec 2012 21:54
Sorry, misspelled comment.
line 4: $ gcc files >& /dev/null ; echo "Yes."
line 6: $ gcc files >& /dev/null && echo "Yes." || echo "No."
09 Dec 2012 21:47
Real Man's Compiler Collection: Not a real compiler.
You can emulate it with one of the following commands:
# the one that fuller prefers
$ gcc >& /dev/null && echo "Yes."
# or
$ gcc >& /dev/null && echo "Yes." || echo "No."
07 Nov 2004 02:04
"Yes" only please.
This is great! Any chance you could modify it to always say "Yes"? I'm a real man and don't need ANY hints from the compiler to tell me that something is broken.
06 Nov 2004 03:59
Works great
This compiler works great! It compiles the Linux kernel without a problem. It also has the following undocumented feature: Compiler always returns exit code 0, which means that even make won't give you any annoying warning and error messages :)
A PHP 5 framework designed with simplicity and size in mind.