I've never heard anyone express that sentiment before. If anything the opposite is true.
A large part of writing secure code is about avoiding errors, so any language feature that helps you write error-free code is good for security. Functional programming eliminates mutable state as a source of errors, which is one less thing that can go wrong in your secure code. Functional languages often have more sophisticated static typing as well, which is yet another potential aid to producing secure code. - James On 4 May 2014 08:24, Cecil Westerhof <cldwester...@gmail.com> wrote: > I heard the stand that functional programming made it difficult to write > secure programs. I do not know enough of functional programming yet to > determine the value of a statement like this. What is the take here about > it? > > -- > Cecil Westerhof > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.