[Haskell-cafe] Is the #functional programming paradigm antithetical to efficient strings? #Haskell

Stefan Monnier monnier at iro.umontreal.ca
Sun Jul 10 21:20:13 UTC 2016


> Is the #functional programming paradigm antithetical to efficient strings?

Why would it be?
Most string operations in non-low-level languages are naturally
functional (e.g. my local Emacs build makes strings immutable and 99%
of Elisp packages don't even notice the difference).


        Stefan



More information about the Haskell-Cafe mailing list