An new try: C++ like program with the same characteristics as rust

3 points by juntz ↗ HN
I have tried a new repo on Github, with a new try for a C++ like program with the same characteristics as rust. It just work as a kind of amateur hobby. URL : https://github.com/juntz-g1thub/UltraCpp.git

3 comments

[ 4.2 ms ] story [ 11.2 ms ] thread
Clicky https://github.com/juntz-g1thub/UltraCpp

Are you the author? People here is friendlier when the author is in the comment section replying technical questions.

Do you have an interesting example? They look just like C or C++. Do you have an example that shows the Rust-like borrow check or something?

[Disclaimer: I know little of C or C++. Perhaps there is something obvious that I'm missing.]

I'm really appreciate for your comments. I'm the author indeed. It is developing the Rust-like borrow check feature and I think I will give the example later soon. Wait for me! I almost thought this project was going to fall through. Thank you for your attention!
How much time have you been working on it? My suggestion is to wait until you have a few examples that use the borrow checker an post again. (Let's say at least wait a month.) After posting, add a comment in HN explaining you are the author and will be glad to answer question.

---

Why the examples say "add(3,5)"? Doesn't your language support operators?