Hacker News
- Package manager for the C programming language. https://github.com/clibs/clib 3 comments
- The Development of the C Language http://cm.bell-labs.com/cm/cs/who/dmr/chist.html 7 comments
- C++: A language for next generation web apps http://stevehanov.ca/blog/index.php?id=95 95 comments
- Comparing the C FFI overhead on various languages https://github.com/dyu/ffi-overhead 95 comments
- Compiling a Functional Language Using C++, Part 10 – Polymorphism https://danilafe.com/blog/10_compiler_polymorphism/ 2 comments
Lobsters
- How the C Programming Language Was Created And What Was Forgotten As a Result https://www.youtube.com/watch?v=mWPW1zLbons 4 comments c , historical , video
- C Is The Greenest Programming Language https://hackaday.com/2021/11/18/c-is-the-greenest-programming-language/ 90 comments programming
- Reference manual for the C Programming Language 1975 https://www.bell-labs.com/usr/dmr/www/cman.pdf 19 comments programming
- C2x – Next revision of C language https://gustedt.wordpress.com/2018/11/12/c2x/ 235 comments programming
- Looking for a lost story about student using Scheme to prototype and refine a programming assignment, gradually morphing it into the required target language of C https://web.archive.org/web/20100310163003/https://www.cs.indiana.edu/%7Ejsobel/c455-c511.updated.txt 5 comments scheme
- C[/C++] Is Not a Low-level Language - ACM Queue https://queue.acm.org/detail.cfm?id=3212479 53 comments cpp
- C Is Not a Low-level Language https://queue.acm.org/detail.cfm?id=3212479 11 comments compsci
- The C languages merge http://isocpp.org/blog/2015/04/the-c-languages-merge 86 comments programming
- C Language Quirks http://www.danielvik.com/2010/05/c-language-quirks.html 9 comments cpp
- The C Programming Language: 4.10 Recursion http://www.bobhobbs.com/files/kr_lovecraft.html 12 comments programming
- Language of the gods? C. http://www.stifflog.com/2007/02/18/language-of-the-gods-c/ 36 comments programming
- Programming languages: This old favourite tops the charts again (yes, it's C) https://www.zdnet.com/article/programming-languages-this-old-favourite-tops-the-charts-again/ 26 comments c_programming
- Open Empires is a rewrite of "Age of Empires 2" into the C programming language. None 13 comments linux_gaming
- Intel Is Working On A New ‘Data Parallel C++’ Programming Language https://fossbytes.com/intel-developing-new-programming-language-data-parallel-c/ 7 comments programming
- How can i use C with python as a scripting language for game development? https://www.reddit.com/r/gamedev/comments/5i0txb/how_can_i_use_c_with_python_as_a_scripting/ 26 comments gamedev
- The Development of the C Language by Dennis M. Ritchie http://sites.harvard.edu/~lib113/reference/c/c_history.html 71 comments programming
- The case for learning C as your first programming language http://lifehacker.com/the-case-for-learning-c-as-your-first-programming-langu-1682070792 169 comments programming
- Tokenize.js - a string lexer/tokenizer in 80sloc (C language lexer example in comments) https://github.com/purmou/parsergen/blob/master/tokenize.js 4 comments javascript
- The C language specification describes an abstract computer, not a real one http://blogs.msdn.com/b/oldnewthing/archive/2013/03/28/10405881.aspx 80 comments programming
- Pino - A python preprocessor for C-like languages(such as C, C++, C#, Java, and Javascript) http://pfultz2.github.com/pino/ 21 comments programming
- The "C is Efficient" Language Fallacy http://scienceblogs.com/goodmath/2006/11/the_c_is_efficient_language_fa.php 214 comments programming
- Should I learn Data structures in a language(C) different from what I know(Python) https://www.reddit.com/r/learnprogramming/comments/ha591x/should_i_learn_data_structures_in_a_languagec/ 9 comments learnprogramming
- Kit: A game oriented programming language with interop to C https://www.kitlang.org/ 14 comments gamedev
- Prof. Kernighan talks about how "The C Programming Language" book (K&R) came to be https://www.youtube.com/watch?v=de2Hsvxaf8M 114 comments programming
- Implementing smart pointers for the C programming language (GCC, Clang) http://snaipe.me/c/c-smart-pointers/ 26 comments programming
- My goal is to develop for VR. I've been suggested, as a beginner, to practice Python instead of C#/++. How much will carry over between the two languages? https://www.reddit.com/r/learnprogramming/comments/4qthf8/my_goal_is_to_develop_for_vr_ive_been_suggested/ 10 comments learnprogramming
- How Linux’s Kernel Developer Making C Less Dangerous: Linux engineers outlines how developers can cope with the programming language's security weaknesses. https://www.hpe.com/us/en/insights/articles/making-c-less-dangerous-1808.html 48 comments linux
- Overview of the Efficient Programming Languages (v.3): C++, Rust, Swift, Scala, Dlang, Kotlin, Nim, Julia, Golang, Python. https://sdevprog.blogspot.com/2018/04/overview-of-efficient-programming.html 8 comments d_language
- Look Sharp - How C#, F# and other experimental programming languages are driving next-generation development. http://reddevnews.com/news/devnews/article.aspx?editorialsid=164 5 comments programming
- Cell: a functional, relational, reactive programming language that compiles to and integrates with C++, Java and C# http://www.cell-lang.net 18 comments coding
- C++ Language Tutorial (pdf). These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. http://www.cplusplus.com/files/tutorial.pdf 24 comments programming
- Applitude is an Objective C runtime framework and a domain-specific language for iPhone application development. http://applitude.org/ 31 comments programming
- 2018 San Diego ISO C++ Committee Trip Report (Ranges v1 TS for C++20; consensus on modules design; new Language and Library Evolution Incubators) https://www.reddit.com/r/cpp/comments/9vwvbz/2018_san_diego_iso_c_committee_trip_report_ranges/ 386 comments cpp
- Some modern computer programming languages compile into an intermediate language that is common among multiple languages (C#, VB.Net, Java). Could the same be done for human language instead of trying to convert directly from language to language? https://www.reddit.com/r/askscience/comments/8vryzu/some_modern_computer_programming_languages/ 12 comments askscience
- You're telling it could've been larger and unwieldier? "Not all of these possible extensions would actually be appropriate for C++, and unless great constraint is exercised when selecting and designing features for a language, a large, unwieldy, and inefficient mess will result." -- Stroustrup http://www.dmk.com/c++/stroustrup_1986_10.html 47 comments programming