Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Mar 14, 2015
1 parent 9f9c252 commit 8df89f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[<img src="https://readthedocs.org/projects/scalafunctional/badge/?version=latest"/>](https://readthedocs.org/projects/scalafunctional/)

# Motivation
[Blog post about ScalaFunctional](http://pedrorodriguez.io/2015/03/14/chain-functional-programming-in-python-2/)

Having programmed functionally in Scala and now using Python I missed the syntax/style for it from Scala. Most of that can be summed up by comparing the Scala style vs Python style for taking a list, filtering on a criteria, mapping a function to it, then reducing it. Below is a comparison of the default Python style and the Scala inspired style that ScalaFunctional uses.

```python
Expand Down

0 comments on commit 8df89f2

Please sign in to comment.