Context-Generic Programming
banner
contextgeneric.dev
Context-Generic Programming
@contextgeneric.dev
A new modular paradigm for Rust. Project account managed by @maybevoid.com. More info at https://contextgeneric.dev/
Now that Hypershell is finally published, it is finally time to go back to working on the core CGP implementation and add new features.

The new CGP builder pattern is being developed pretty smoothly. Here is a snippet Rust code on the test code and macro expansion!
June 17, 2025 at 8:50 PM
It is now possible to do OOP-like inheritance at the type-level in #RustLang using #CGP! Our latest PR brings significant improvements to defining and using presets in CGP, with support for multiple-inheritance, and override mechanism to overcome the diamond inheritance problem.
May 3, 2025 at 8:31 PM
CGP now has a new logo! The website has been updated with the new logo and color theme: contextgeneric.dev

There are many exciting features in the upcoming v0.4.0 release. In particular, CGP now shows much more informative compile errors that makes it much easier to debug CGP code.
March 9, 2025 at 9:46 PM