Fundament-Software / scopes

Fundament fork of the Scopes language
Other
3 stars 1 forks source link

Scopes stdlib not designed for functional programming #1

Open octylFractal opened 2 years ago

octylFractal commented 2 years ago

Parts of the stdlib do not follow typical FP paradigms, e. g. Array allows you to access the last element only if the array is non-empty, rather than returning an Option. This results in needing a wrapper type to handle these kinds of operations.