A Minimalist TypeScript for C
A new programming language, Cp1, extends C with features like namespaces, modules, methods on enums/structs, and automatic variable deduction, aiming to modernize the developer experience.
A new programming language called Cp1, or C+1, has been introduced as a minimalist extension of the C programming language. This language incorporates essential features that enhance C, including the ability to output C code, utilize namespaces, and implement modules. Additionally, Cp1 supports methods on enums and structs, as well as automatic variable deduction. The language aims to provide a streamlined experience for developers familiar with C while introducing modern programming concepts. For more information and access to the source code, users can visit the project's GitHub page.
- Cp1 is a minimalist extension of the C programming language.
- It introduces features like namespaces, modules, and methods on enums/structs.
- The language supports automatic variable deduction.
- Cp1 allows for outputting C code directly.
- The project is available on GitHub for further exploration.
Related
The C Standard charter was updated, now with security principles as well
The ISO/IEC JTC1/SC22/WG14 committee oversees C Standard development, focusing on portability, efficiency, and stability. Collaboration with the C++ committee ensures compatibility. Principles guide feature integration, code efficiency, security, and adaptability.
Weekend projects: getting silly with C
The C programming language's simplicity and expressiveness, despite quirks, influence other languages. Unconventional code structures showcase creativity and flexibility, promoting unique coding practices. Subscription for related content is encouraged.
Getting back into C programming for CP/M
Kevin Boone is revisiting C programming for CP/M after 40 years, using the limited Aztec C compiler while emphasizing efficiency and authenticity in coding within the constraints of the Z80 CPU.
C3 lang – A modern C alternative – 0.6.3 released
C3 is a programming language derived from C, emphasizing ergonomics and safety, with features like optionals, SIMD support, and a developing standard library for graphics and game frameworks.
Into CPS, Never to Return
The article discusses a CPS transformation for a simplified Scheme-like language in Python, emphasizing function calls without returns, optimizations like constant folding, and the importance of managing continuations for efficiency.
And allowing the minus sign as an identifier character is just asking for errors.
Some nice ideas (member functions!). Love to see the next evolution.
4 if you include ++.
Related
The C Standard charter was updated, now with security principles as well
The ISO/IEC JTC1/SC22/WG14 committee oversees C Standard development, focusing on portability, efficiency, and stability. Collaboration with the C++ committee ensures compatibility. Principles guide feature integration, code efficiency, security, and adaptability.
Weekend projects: getting silly with C
The C programming language's simplicity and expressiveness, despite quirks, influence other languages. Unconventional code structures showcase creativity and flexibility, promoting unique coding practices. Subscription for related content is encouraged.
Getting back into C programming for CP/M
Kevin Boone is revisiting C programming for CP/M after 40 years, using the limited Aztec C compiler while emphasizing efficiency and authenticity in coding within the constraints of the Z80 CPU.
C3 lang – A modern C alternative – 0.6.3 released
C3 is a programming language derived from C, emphasizing ergonomics and safety, with features like optionals, SIMD support, and a developing standard library for graphics and game frameworks.
Into CPS, Never to Return
The article discusses a CPS transformation for a simplified Scheme-like language in Python, emphasizing function calls without returns, optimizations like constant folding, and the importance of managing continuations for efficiency.