<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Timeline: Key Milestones in C Standardization by Tuấn Nguyễn Anh</title>
      <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f</link>
      <description>Explore the pivotal moments that shaped the C programming language through its standardization journey. Designed for Higher Ed students, this timeline highlights how C evolved into a consistent and reliable language used worldwide.</description>
      <language>en-us</language>
      <pubDate>2025-09-25 03:49:58 UTC</pubDate>
      <lastBuildDate>2025-09-25 03:50:01 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>1972: Creation of C Language</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123067</link>
         <description><![CDATA[Dennis Ritchie develops the C programming language at Bell Labs. Originally designed for system programming, C soon becomes popular for its simple yet powerful features.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/2/23/Dennis_Ritchie_2011.jpg" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123067</guid>
      </item>
      <item>
         <title>1978: Publication of &#39;The C Programming Language&#39; Book</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123072</link>
         <description><![CDATA[Brian Kernighan and Dennis Ritchie publish the book known as K&R C, widely regarded as the informal specification of C before formal standardization.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/7/7b/The_C_Programming_Language%2C_2nd_Edition.png" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123072</guid>
      </item>
      <item>
         <title>1983: Formation of ANSI X3J11 Committee</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123074</link>
         <description><![CDATA[The American National Standards Institute (ANSI) establishes the X3J11 committee to create a formal C programming language standard, facilitating consistency across platforms.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/3/30/ANSI_ISO_C%2B%2B_WP.jpg" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123074</guid>
      </item>
      <item>
         <title>1989: ANSI C Standard (C89) Approved</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123076</link>
         <description><![CDATA[The ANSI X3J11 committee finalizes and publishes the C89 standard, which becomes the first official standard for the C language in the United States.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/b/bb/ANSI_size_illustration2.svg" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123076</guid>
      </item>
      <item>
         <title>1990: ISO/IEC Adopts and Publishes C90 Standard</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123082</link>
         <description><![CDATA[The International Organization for Standardization (ISO) adopts ANSI C, releasing it as ISO/IEC 9899:1990 or C90, facilitating international use.]]></description>
         <enclosure url="https://realkm.com/wp-content/uploads/2022/01/ISO-30401.jpg" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123082</guid>
      </item>
      <item>
         <title>1995: Amendment with C95</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123088</link>
         <description><![CDATA[An amendment, informally called C95, introduces improved features like digraphs and fixes many bugs, ensuring compatibility and further portability.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/8/8b/Lifetec_LT9303_-_Motherboard_-_Micrel_MIC2954-1126.jpg" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123088</guid>
      </item>
      <item>
         <title>1999: Major Revision - C99 Standard Published</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123090</link>
         <description><![CDATA[C99 introduces significant language enhancements including inline functions, variable-length arrays, and better support for internationalization.]]></description>
         <enclosure url="https://images.prismic.io/sketchplanations/5c1c9045-eedb-410e-a699-bcebeddf8d39_SP+807+-+Celsius+and+Fahrenheit.png?auto=compress,format&amp;w=1200" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123090</guid>
      </item>
      <item>
         <title>2007: Technical Corrigendum 1 to C99</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123091</link>
         <description><![CDATA[A technical corrigendum addresses minor errors and inconsistencies in the C99 standard, improving clarity and compiler implementation.]]></description>
         <enclosure url="https://m.media-amazon.com/images/I/41YKGuGmyXL._AC_SY200_QL15_.jpg" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123091</guid>
      </item>
      <item>
         <title>2011: Next Generation - C11 Standard Released</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123096</link>
         <description><![CDATA[The C11 standard promotes safer programming with features like improved Unicode support, multi-threading, and atomic operations.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/6/65/JNR_Class_C11_Steam_Locomotive_207_20170130_%281%29.jpg" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123096</guid>
      </item>
      <item>
         <title>2018: C17 (ISO/IEC 9899:2018) Published</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123097</link>
         <description><![CDATA[C17 serves primarily as a bug fix release to C11, providing clarifications, corrections, and stability without introducing new major language features.]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/0/02/Size_comparison_C-17_A400M_C-130J-30_C-130J.jpg" />
         <pubDate>2025-09-25 03:49:59 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123097</guid>
      </item>
      <item>
         <title>Ongoing: Future Standardization Efforts (C2x)</title>
         <author>anhtuank7c</author>
         <link>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123099</link>
         <description><![CDATA[Work continues on the next iteration, known as C2x, promising future enhancements to keep C relevant and robust for upcoming generations of programmers.]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/g588b39cb33b0a133f9de09c27f5fbc3b1ea4c2e77e2e09b275a6b72c1eb3a0ea70ed9f008e692ecd55a62ec7804eabc9.jpg" />
         <pubDate>2025-09-25 03:50:00 UTC</pubDate>
         <guid>https://padlet.com/anhtuank7c/csqnuz6k805j4w9f/wish/3603123099</guid>
      </item>
   </channel>
</rss>
