hades@lemm.ee to Programming@programming.dev · 2 years agoIf you had to choose one programming language that you had to use for the rest of your life, what would it be?message-squaremessage-square25linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1message-squareIf you had to choose one programming language that you had to use for the rest of your life, what would it be?hades@lemm.ee to Programming@programming.dev · 2 years agomessage-square25linkfedilink
minus-squareUndertaker@feddit.decakelinkfedilinkarrow-up0·2 years agoYou may explained it unprecisley or simply wrong. You can not run it in browser. It is done on web Server side like PHP. In browser you run JavaScript.
minus-squareatheken@programming.devlinkfedilinkarrow-up1·2 years agoYou should do some research on wasm. You can run frickin’ docker containers in the browser now. I don’t make the rules.
minus-squareeluvatar@programming.devlinkfedilinkarrow-up1·2 years agoNope. You can compile it to web assembly and run it in the browser.
You may explained it unprecisley or simply wrong. You can not run it in browser. It is done on web Server side like PHP. In browser you run JavaScript.
You should do some research on
wasm
.You can run frickin’ docker containers in the browser now.
I don’t make the rules.
Nope. You can compile it to web assembly and run it in the browser.