Richard Stallman Announces GNU C Language Reference Manual

Written by Michael Larabel in GNU on 6 September 2022 at 09:55 AM EDT. 100 Comments
GNU
GNU founder Richard Stallman has recently been working on crafting a GNU C Language introduction and reference manual.

Stallman announced today the release of the GNU C Language Introduction & Reference Manual for covering the GNU extensions to the C programming language.

The manual is written as Texi files and is published under the GNU Free Documentation License, v1.3+.
This manual explains the C language for use with the GNU Compiler Collection (GCC) on the GNU/Linux system and other systems. We refer to this dialect as GNU C. If you already know C, you can use this as a reference manual.

If you understand basic concepts of programming but know nothing about C, you can read this manual sequentially from the beginning to learn the C language.

If you are a beginner to programming, we recommend you first learn a language with automatic garbage collection and no explicit pointers, rather than starting with C. Good choices include Lisp, Scheme, Python and Java. C's explicit pointers mean that programmers must be careful to avoid certain kinds of errors.

Those interested can see Stallman's announcement while this new manual is found via this Git repository.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week