Originally posted by adoptedPenguin
View Post
Announcement
Collapse
No announcement yet.
Richard Stallman Announces GNU C Language Reference Manual
Collapse
X
-
Originally posted by archkde View Post
I wouldn't be surprised if RMS didn't even know what Rust is. While he made some big contributions in the beginning (despite his faults even back then), he seems just disconnected from… everything the last 15 years or so.
- Likes 1
Comment
-
Originally posted by bachchain View PostA few decades late to the party, isn't he?
- Likes 3
Comment
-
Originally posted by gukin View PostWow, it's really great, maybe because I'm an old fart but I really like how he's laid it all out in an easy to read/understand format with examples. Well done Mr. Stallman.
(P.S. At your behest I skimmed and downloaded it. Looks like a nice piece of work!)
- Likes 5
Comment
-
Originally posted by bug77 View PostNot being a C programmer myself, I have to ask: is a GNU C manual a good thing? On one hand, I believe ANSI C should be everybody's target. On the other hand, if GNU C follows ANSI C closely enough and the manual only explains choices made in the areas where the spec is lacking/undefined, then no harm, no foul.
- Likes 1
Comment
-
Originally posted by curfew View PostObviously the harm is that you are writing GCC-only code that only works on one shitty compiler and nothing else.
I honestly have no idea whether MSVC has picked up any GCCisms? My last experience with it was about 15 years ago, but Visual C++ had its own versions on many of the same sorts of extensions GCC had (i.e. where GCC had to invent new syntax to do something).
Then, of course, there are some proprietary embedded compilers still kicking about. Probably a lot more proprietary C compilers than C++ ones.
Originally posted by curfew View Post"Undefined behavior" in the standard doesn't mean that you can do whatever, it means that you specifically shouldn't do it at all.
- Likes 1
Comment
-
Originally posted by Displacer View Post
I think you are underestimating a person with a strong Lisp knowledge (and some other languages) and compiler creation skills. GCC and Emacs are his well known projects.
For me, it is worth mentioning Pascal as a first language to learn.
- Likes 2
Comment
Comment