starman@programming.dev to Programming@programming.devEnglish · 2 years agoUnison | A friendly, statically-typed, functional programming language from the future · Unison programming languagewww.unison-lang.orgexternal-linkmessage-square5fedilinkarrow-up10arrow-down10file-textcross-posted to: lobsters
arrow-up10arrow-down1external-linkUnison | A friendly, statically-typed, functional programming language from the future · Unison programming languagewww.unison-lang.orgstarman@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square5fedilinkfile-textcross-posted to: lobsters
minus-squaresteersman2484@sh.itjust.workslinkfedilinkarrow-up0·2 years agoYes, in functional programming you want to use pure functions. Exceptions are impure, therefore it has to be declared. Other functional languages don’t even have exceptions
Yes, in functional programming you want to use pure functions. Exceptions are impure, therefore it has to be declared.
Other functional languages don’t even have exceptions