BrikoX@lemmy.zipM to Technology@lemmy.zipEnglish · 3 months agoIn 1995, a Netscape employee wrote a hack in 10 days that now runs the Internetarstechnica.comexternal-linkmessage-square43fedilinkarrow-up1229arrow-down12file-textcross-posted to: technology@piefed.socialtechnology@lemmy.world
arrow-up1227arrow-down1external-linkIn 1995, a Netscape employee wrote a hack in 10 days that now runs the Internetarstechnica.comBrikoX@lemmy.zipM to Technology@lemmy.zipEnglish · 3 months agomessage-square43fedilinkfile-textcross-posted to: technology@piefed.socialtechnology@lemmy.world
minus-squareMacN'Cheezus@lemmy.todaylinkfedilinkEnglisharrow-up8arrow-down1·3 months agoYep. JavaScript is basically a LISP wearing a Java trenchcoat. Functions are first class citizens and can be passed around just like variables. Object orientation is weird and bolted on as an afterthought. In case you’re wondering just how much functional programming is possible in JS, I recommend reading this: https://mostly-adequate.gitbook.io/mostly-adequate-guide/
Yep. JavaScript is basically a LISP wearing a Java trenchcoat. Functions are first class citizens and can be passed around just like variables. Object orientation is weird and bolted on as an afterthought.
In case you’re wondering just how much functional programming is possible in JS, I recommend reading this: https://mostly-adequate.gitbook.io/mostly-adequate-guide/