It’s a pity there is not 1 code example on the Front Page. I spent a few minutes trying to find a page with some code and all I found was Why, Why Not, what is different etc and not any code examples so I am out. Look at Zig within seconds I can see if I like the syntax, does it make sense to me. I would love to know what Pony lang looks like. I might like it but it seems like
I totally agree, it’s one of the reasons it took awhile for me to try it out. If you’re interested, I put together a ray tracer in pony awhile ago, and it was more than up to the task. This is the only large project I made in pony so it might not be the highest quality example: https://github.com/edison-moreland/SceneEngine/blob/main/render_core/main.pony
Pony! Its actor based, with a really interesting type system
https://www.ponylang.io
It’s a pity there is not 1 code example on the Front Page. I spent a few minutes trying to find a page with some code and all I found was Why, Why Not, what is different etc and not any code examples so I am out. Look at Zig within seconds I can see if I like the syntax, does it make sense to me. I would love to know what Pony lang looks like. I might like it but it seems like
I totally agree, it’s one of the reasons it took awhile for me to try it out. If you’re interested, I put together a ray tracer in pony awhile ago, and it was more than up to the task. This is the only large project I made in pony so it might not be the highest quality example: https://github.com/edison-moreland/SceneEngine/blob/main/render_core/main.pony