@[email protected] to Programmer [email protected] • 1 year agoAaargh....my eyes......my eyes......lemmy.worldimagemessage-square97fedilinkarrow-up1623
arrow-up1623imageAaargh....my eyes......my eyes......lemmy.world@[email protected] to Programmer [email protected] • 1 year agomessage-square97fedilink
minus-square@[email protected]linkfedilink4•1 year 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.
minus-square@[email protected]linkfedilink1•1 year agoBeing attached to the CLR isn’t my cup of tea, but I have been learning its older cousin OCaml off & on the last 1½ years
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.
Being attached to the CLR isn’t my cup of tea, but I have been learning its older cousin OCaml off & on the last 1½ years