davawen

joined 1 year ago
[–] davawen@programming.dev 7 points 4 months ago

Given it talks about gamedev at the start, I'm pretty sure it's this one: https://loglog.games/blog/leaving-rust-gamedev/

It's indeed very well written and throughout.

[–] davawen@programming.dev 1 points 8 months ago

This is wrong. Their framework uses metal, which is an apple only graphics API.

[–] davawen@programming.dev 6 points 8 months ago (3 children)

They're using metal which is Apple only.

[–] davawen@programming.dev 5 points 9 months ago

For the last point, they mentionned from the very start they wanted to go open source

[–] davawen@programming.dev 1 points 10 months ago

I think I saw something called 'Rune' that might fit the criteria pretty well. I didn't dig really deep.

[–] davawen@programming.dev 2 points 11 months ago

Parallel frontend is huge!

[–] davawen@programming.dev 6 points 1 year ago (2 children)

That's not the point of the article though. Reversing an array is simply an exemple of a very simple CS puzzle. Of course it's common enough to have a builtin function. No, this won't be written in a code base, or asked for a code review. That's not the point.

[–] davawen@programming.dev 2 points 1 year ago

Interesting!
I see OCaml with rust syntax, for the web, which checks out the project goal of bringing functional patterns to everyday programmers.

[–] davawen@programming.dev 7 points 1 year ago

Could you explain to me how simula's implementation of coroutines differ from modern languages (be it stackless or stackful)? I tried to dig a little but didn't find much and I don't really have time to investigate further.

Thank you!