Skip to content

Commit

Permalink
link to benefits of functional programming
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Nov 9, 2013
1 parent acb6319 commit bf5a412
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,11 @@ into a wall using a hammer, but if you feel that a big part of your effort is
wasted energy, there is presumably a better solution. ;-)

Sure, with Python things would likely have been much different
compared to C++, but also there the advantages of pure FP
(like [referential transparency]
(http://en.wikipedia.org/wiki/Referential_transparency_%28computer_science%29))
can not always be utilized fully, and still targetting the browser so easily
in a very clean and abstract way is as far is I know a unique characteristic
of Elm.
compared to C++, but also there the [advantages of pure FP]
(http://www.haskell.org/haskellwiki/Functional_programming
#Benefits_of_functional_programming) can not always be utilized fully,
and still targetting the browser so easily in a very clean and abstract way
is as far is I know a unique characteristic of Elm.


## Concept
Expand Down

0 comments on commit bf5a412

Please sign in to comment.