Fork me on GitHub
#off-topic
<
2020-05-15
>
Aron06:05:02

I didn't like coffeescript, so I forced myself to work with it for 6 months, after which I could conclude that it's 300% faster to write it than js, but 30000% slower to change, maintain or debug

4
Aron06:05:21

and typescript is not javascript, no matter whatever whoever whyever says.

jaihindhreddy13:05:20

I remember visiting a website with lots of technical articles about game developments. AoS vs SoA, arena allocators, those kinds of things. My Google foo is failing me, doesn't anyone recognise what I'm taking about?

Lennart Buit16:05:36

Otherwise, slightly related, you may be interested in this talk: https://www.youtube.com/watch?v=aKLntZcp27M

Lennart Buit16:05:54

I recall another website that was more technical in nature as well; but lost it

jaihindhreddy18:05:12

No, it wasn't http://gameprogrammingpatterns.com The one I remember had articles full of illustrations, much like Lin Clark's cartoons about React.js

jaihindhreddy12:05:40

Wow! I still didn't find that site, but I got lots of other interesting recommendations. Thanks everyone!

naomarik20:05:04

Finally made something that's getting traffic. Just wanted to share my excitement 😉

🎉 48
parrot 24
bherrmann22:05:10

I heard today that web assembly will replace the JVM. web assembly is the new machine to write to (GC not yet sorted out?)

phronmophobic22:05:27

web assembly has been on the horizon for years. maybe eventually it will be a major player? I certainly wouldn’t bet on the jvm being replaced any time soon

seancorfield23:05:17

Argh! My eyes! 👀 A browser app written in COBOL https://github.com/moxon6/cobol-js-emscripten/blob/master/cob/main.cob

😆 16
😱 12
💀 4
gklijs07:05:30

Not sure about replacing. But if WASI and WAPM mature. You could create secure apps, that only need to download the parts they don't have yet, and it will run on any device. Theoratically you could even start the app while it's still downloading things. And you can use any language you like to compile to WASM. But those are far from mature, debugging it is hard, and WASM hasn't gc or multiple threads yet..

lilactown23:05:22

WASM has a lot of time and $$$ to go before it catches up to the JVM on the server

lilactown23:05:45

but its security model is way better, so I hope it does eventually get there

lilactown23:05:03

also it runs in the browser, which currently is where I spend all of my time 🙂