Replies: 1 comment 3 replies
-
|
Hey @weilbith, thank you for your interest in CGP! Indeed life has been very busy for me, and it takes longer than I expect to write about any topic that I wanted to write. That said, the priority of how I choose topics to write depends quite a lot on what the community asks for. Originally, I did plan on continue finishing the book and cover at least the basic topics. However, the initial challenge I faced was that most of the readers in the Rust community are not motivated enough to read about CGP, because they don't care about modularity and couldn't understand the what kind of problems could be solved by CGP. As a result, a lot of my focus had been shifted from educational towards showcasing the maximal power of CGP to convince readers that it is worth their attention. Since then, the situation has gradually improved, and we start to have a small but growing user base that appreciate CGP and want to learn more about it. As a result, I am slowly able to shift back my focus from explaining the "why" to explaining the "how". That said, I'll probably focus on writing new content in the form of blog posts, instead of continuing the book. This is because blog posts allows me to gain higher engagement in social media, while it is harder to gain upvotes if I just share updates about new chapters in the book. Future TopicsFor the specific topics you asked about, I'd say that command line parsing is currently a low priority, as For async generic, I have removed the feature in contextgeneric/cgp#149, as it is ultimately still not very robust to rely on Cargo feature flags to activate or deactivate the async-ness in async-generic code. However, I have some ideas on how to support async-generic code inside the programs written as type-level DSLs, similar to Hypershell. In the short term, I am currently focusing on publishing articles about If you have any other topics that you are interested, please feel free to let me know. Because my priority can still be shifted based on what the community asks for. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey 👋
I really enjoyed the work on context generic programming. It really resonates with how I'm thinking about modular programming. I read the book two times with quite some time in between.
In the table of contents, there are plenty of interesting topics teased. Like command line parsing or async generic. I'm sure everyone is very busy. But I guess it doesn't hurt to express my interest and ask for any "roadmap"/plans? Is it unlikely these chapters will be ever written?
Beta Was this translation helpful? Give feedback.
All reactions