View Single Post
Old 05-19-2025, 11:03 PM   #2852
sydmalicious
Cantankerous Contrarian
sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.sydmalicious ought to be getting tired of karma fortunes by now.
 
sydmalicious's Avatar
 
Posts: 153
Karma: 506950
Join Date: Mar 2014
Location: Hershey, PA, US
Device: Kobo Sage 32gb, Kindle Paperwhite, Pixel 7 Pro, M1 iPad Pro 12.9
Quote:
Originally Posted by Katsunami View Post
Eh. Found out about something new. WebAssembly.

The IT-industry is running in **** circles, chasing it's own tail.

- Then there are browsers, and because people get lazier and lazier, the types are cast aside (heh... see what I did there?) and you have typeless, garbage collected languages that are interpreted... making everything very slow, and bug ridden because each typo creates a new variable or even just makes the interpreter ignore lines here or there, which makes your application fall apart.

Some people, somewhere, need to be hanged.

(I know there are and have been many more languages and paradigms, but I'm using the best known ones to illustrate the point.)

Oh have I got good news for you then. Have you heard the good news about Rust? And Zig?

I think you might like them. I am playing around with Rust, which is slowly replacing C in the Linux kernel as well as moving into different embedded spaces. It is memory safe which is why some big projects are using it.

As for Zig, a couple people have written games in it. It's on my todo list to try but right now I am working with Go as it is simpler to get started with in regards to working closer to the metal (it's not exactly that close to the metal). People love to hate Go because it (used to) lack Generics and has a wonky garbage collection heuristic. But coming from web it is a breath of fresh air.
sydmalicious is offline   Reply With Quote