devilish666@lemmy.world to Programmer Humor@lemmy.ml · 8 months agoAaargh....my eyes......my eyes......lemmy.worldimagemessage-square97fedilinkarrow-up1622arrow-down112
arrow-up1610arrow-down1imageAaargh....my eyes......my eyes......lemmy.worlddevilish666@lemmy.world to Programmer Humor@lemmy.ml · 8 months agomessage-square97fedilink
minus-squarewarlaan@lemm.eelinkfedilinkarrow-up4·8 months agoYou may enjoy having a look at F#. It says that it’s “functional first”, but I think a better description would be “an opinionated version of C#”. For example it doesn’t have a “const”-keyword. Instead it has a “mutable”-keyword, because everything is const by default.
You may enjoy having a look at F#. It says that it’s “functional first”, but I think a better description would be “an opinionated version of C#”.
For example it doesn’t have a “const”-keyword. Instead it has a “mutable”-keyword, because everything is const by default.