Announcement

Collapse
No announcement yet.

Richard Stallman Announces GNU C Language Reference Manual

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #41
    Originally posted by adoptedPenguin View Post

    the Makefile already has sections to compile a pdf, html, plaintext, etc.
    simply:

    Code:
    $ git clone https://git.savannah.gnu.org/git/c-intro-and-ref.git
    $ make c.pdf
    $ make c.html
    $ make c.txt
    Excellent, I told you I was probably doing it the hard way.

    Comment


    • #42
      Originally posted by V1tol View Post
      Wow, installing Ubuntu needs less steps nowadays.
      Ubuntu can be installed in 2 steps? No. Lame.

      Comment


      • #43
        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.
        Careful what you say, he might be viewing this thread in Emacs or Lynx (as long as it doesn’t use any non-free JavaScript).

        Comment


        • #44
          Originally posted by bachchain View Post
          A few decades late to the party, isn't he?
          C17 is notably different than C89, though not as much as C++11 differed from C++98. More than enough that I'm quite shocked nobody has updated the classic text: The C Programming Language. Though it's a very good book, I wouldn't recommend the 2nd edition (which I used) to anyone learning C, today.

          Comment


          • #45
            Originally posted by gukin View Post
            Wow, 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.
            Whoa! You looked at the document under consideration before posting about it? You must be new around here.

            (P.S. At your behest I skimmed and downloaded it. Looks like a nice piece of work!)

            Comment


            • #46
              Originally posted by bug77 View Post
              Not 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.
              Obviously the harm is that you are writing GCC-only code that only works on one shitty compiler and nothing else. "Undefined behavior" in the standard doesn't mean that you can do whatever, it means that you specifically shouldn't do it at all.

              Comment


              • #47
                Originally posted by curfew View Post
                Obviously the harm is that you are writing GCC-only code that only works on one shitty compiler and nothing else.
                Not to disagree with your sentiment, but doesn't clang support pretty much all of GCC's extensions?

                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.
                Compiler devs can't avoid deciding how to implement UB, but perhaps what you mean is that it would be silly for someone to spend a lot of time documenting GCC's behavior where the standard is undefined, because users of GCC should avoid any dependencies on it.

                Comment


                • #48
                  Originally posted by Developer12 View Post

                  "Good choices include Lisp, Scheme, Python and Java." -RMS
                  And what? There is no Pascal and I am not complaining.

                  Comment


                  • #49
                    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.
                    Who am I underestimating? I know that RMS wrote large parts of at least GCC and GNU Emacs in the beginning, that he had a large influence in the creation of all versions of the GPL, and that he always cared a lot about good documentation. I think it's a pity that he wasted a good part of the last 15 years on giving uninspiring talks against proprietary software and hampering the progress of the projects he created in the first place.

                    Comment


                    • #50
                      Originally posted by Displacer View Post

                      And what? There is no Pascal and I am not complaining.
                      he didn't know nim was holding his beer

                      Comment

                      Working...
                      X