hades@lemm.ee to Programming@programming.dev · 2 年前If you had to choose one programming language that you had to use for the rest of your life, what would it be?message-squaremessage-square168fedilinkarrow-up1105arrow-down19
arrow-up196arrow-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 年前message-square168fedilink
minus-squareUndertaker@feddit.delinkfedilinkarrow-up0arrow-down5·2 年前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.
minus-squareeluvatar@programming.devlinkfedilinkarrow-up7·2 年前Nope. You can compile it to web assembly and run it in the browser.
minus-squareatheken@programming.devlinkfedilinkarrow-up5·2 年前You should do some research on wasm. You can run frickin’ docker containers in the browser now. I don’t make the rules.
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.
Nope. You can compile it to web assembly and run it in the browser.
You should do some research on
wasm
.You can run frickin’ docker containers in the browser now.
I don’t make the rules.