-
I understand that:
But I wish I could just learn the basics, even if everything is subject to change and if the cpp2 I write now has a 100% risk to be invalid code in the future. There could be a short tutorial with basics and so on, with a BIG RED WARNING that it's not final. I also understand that since C++ is large, thus cpp2 semantics can also be quite complicated to explain thoroughly. Right now the regression tests seem quite fastidious to read as doc. Personally, I'm really excited about cppfront, but apart from the cpp talks there are not (I think) things I can read about how to right this new syntax. Having a short syntax summary might help a bit to toy around with it. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
I think it would be great if there was a markdown file for documentations in this repository, and we could contribute to it. There are many learning stuff from discussions, issues and commits. They could be gathered in one place as Cpp2's documentation. |
Beta Was this translation helpful? Give feedback.
-
For a while I've been working on an overview of Cpp2, available here: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
From #650 (comment):
Another place where documentation has been discussed is 258190e#commitcomment-103478383. |
Beta Was this translation helpful? Give feedback.
-
I've initiated a tutorial on Cppfront within my GitHub repository: https://github.com/lauler1/cppfront/tree/main/tutorial. Currently, only Part I (Basics) is available. While it's not fully polished, the foundational structure of the tutorial is in place. I warmly invite you to explore, provide feedback, and even contribute if you're interested. Your insights and contributions would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Docs are finally on the way! https://hsutter.github.io/cppfront/ These are the three pages:
I decided to try using @squidfunk's MkDocs Material with GitHub Pages and I love it. Thanks, Martin! Things I love:
Zooming a little: Dark theme: Okay, a little more detail about things I love:
If I sound little giddy, it's because I insist that docs look good, and I'm no GitHub/web expert so I kind of dreaded figuring out how to make cppfront docs look good. I didn't expect to get a result nearly this nice. Exceeds expectations, would buy again. 👍 @gregmarr and anyone who would like to contribute can do so by submitting PRs to the |
Beta Was this translation helpful? Give feedback.
Docs are finally on the way! https://hsutter.github.io/cppfront/
These are the three pages:
I decided to try using @squidfunk's MkDocs Material with GitHub Pages and I love it. Thanks, Martin!
Things I love: