cross-posted from: https://lemmy.world/post/31184706

C is one of the top languages in terms of speed, memory and energy

https://www.threads.com/@engineerscodex/post/C9_R-uhvGbv?hl=en

you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 1 year ago (1 child)

WASM would be interesting as well, because lots of stuff can be compiled to it to run on the web

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago* (last edited 1 year ago) (1 child)

    Indeed, here's an example - my climate-system model web-app, written in scala running (mainly) in wasm
    (note: that was compiled with scala-js 1.17, they say latest 1.19 does wasm faster, I didn't yet compare).
    [ Edit: note wasm variant only works with most recent browsers, maybe with experimental options set - if not try without ?wasm ]

  • source
  • parent
  • hideshow 2 child comments