Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.45 KB

C Programming Language: Issues and Developments

I use the C language for most of my projects due to its performance, fast compiler times, wide support, low-level control, long-term stability and simplicity (advantages)

Despite these advantages, the language also still has many issues affecting both the specification as well as specific implementations. Here I track some of these issues and (my and others) efforts in addressing them.

Language Features

Existing Extensions

Missing Features

General Issues