Projects / Real Man's Compiler Col...

Real Man's Compiler Collection

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
Licenses
Operating Systems
Implementation

RSS Recent releases

No changes have been submitted for this release.

RSS Recent comments

09 Dec 2012 21:54 not_avaible

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 not_avaible

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 fuller

"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 Avian

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 :)

Screenshot

Project Spotlight

freecode-submit

A script to submit updates to freeecode.com.

Screenshot

Project Spotlight

Oliver's Parser Framework

A PHP 5 framework designed with simplicity and size in mind.