ɐɥO@lemmy.ohaa.xyz to linuxmemes@lemmy.world · 1 year agoI HATE electronlemmy.ohaa.xyzimagemessage-square174fedilinkarrow-up1591arrow-down151
arrow-up1540arrow-down1imageI HATE electronlemmy.ohaa.xyzɐɥO@lemmy.ohaa.xyz to linuxmemes@lemmy.world · 1 year agomessage-square174fedilink
minus-squarecrispy_kilt@feddit.delinkfedilinkarrow-up11·1 year agoThat’s because all the important bits in VSCode are reimplemented in C++
minus-squareSuperSpruce@lemmy.mllinkfedilinkarrow-up3·1 year agoYou can use C++ for web technology instead of JavaScript? I’m taking a class in C++ right now so I’d be happy to swap janky JavaScript for pedantic but speedy C++ in new projects.
minus-squarecrispy_kilt@feddit.delinkfedilinkarrow-up4·1 year agoVSCode is a desktop app, hence using real languages is easy. For websites there is webassembly. Try this: https://www.rust-lang.org/what/wasm
minus-squareb_crussin@programming.devlinkfedilinkEnglisharrow-up3·1 year agoIt’s getting there! https://webassembly.org/
That’s because all the important bits in VSCode are reimplemented in C++
You can use C++ for web technology instead of JavaScript? I’m taking a class in C++ right now so I’d be happy to swap janky JavaScript for pedantic but speedy C++ in new projects.
VSCode is a desktop app, hence using real languages is easy. For websites there is webassembly. Try this: https://www.rust-lang.org/what/wasm
It’s getting there!
https://webassembly.org/