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 12, 2015
1 parent 46a2104 commit 5861bb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<div style="display:inline-block;">
<b><a href="https://travis-ci.org/EntilZha/ScalaFunctional">Travis CI Build</a></b>

<a href="https://travis-ci.org/EntilZha/ScalaFunctional">
<img src="https://travis-ci.org/EntilZha/ScalaFunctional.svg?branch=master"/>
</a>
<div><b><a href="https://travis-ci.org/EntilZha/ScalaFunctional">Travis CI Build</a></b></div>
<div>
<a href="https://travis-ci.org/EntilZha/ScalaFunctional"><img src="https://travis-ci.org/EntilZha/ScalaFunctional.svg?branch=master"/></a>
</div>
</div>
<div style="display:inline-block;>
<b><a href="https://readthedocs.org/projects/scalafunctional/">ReadTheDocs Build</a></b>

<div><b><a href="https://readthedocs.org/projects/scalafunctional/">ReadTheDocs Build</a></b></div>
<div>
<a href="https://readthedocs.org/projects/scalafunctional/">
<img src="https://readthedocs.org/projects/scalafunctional/badge/?version=latest">
</a>
</div>
</div>

# Motivation
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.
Expand Down

0 comments on commit 5861bb7

Please sign in to comment.