An new try: C++ like program with the same characteristics as rust
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 ] threadAre 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.]
---
Why the examples say "add(3,5)"? Doesn't your language support operators?