Skip to content

Commit 9e3b468

Browse files
remove multiple dispatch mention from readme.
1 parent 9e6e7c7 commit 9e3b468

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
Python is a powerful, dynamic language. Rather than bake everything into
77
the language, it lets the programmer customize it to make it work for
88
them. `fastcore` uses this flexibility to add to Python features
9-
inspired by other languages we’ve loved, like multiple dispatch from
10-
Julia, mixins from Ruby, and currying, binding, and more from Haskell.
11-
It also adds some “missing features” and clean up some rough edges in
12-
the Python standard library, such as simplifying parallel processing,
13-
and bringing ideas from NumPy over to Python’s `list` type.
9+
inspired by other languages we’ve loved, mixins from Ruby, and currying,
10+
binding, and more from Haskell. It also adds some “missing features” and
11+
clean up some rough edges in the Python standard library, such as
12+
simplifying parallel processing, and bringing ideas from NumPy over to
13+
Python’s `list` type.
1414

1515
## Getting started
1616

nbs/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"source": [
28-
"Python is a powerful, dynamic language. Rather than bake everything into the language, it lets the programmer customize it to make it work for them. `fastcore` uses this flexibility to add to Python features inspired by other languages we've loved, like multiple dispatch from Julia, mixins from Ruby, and currying, binding, and more from Haskell. It also adds some \"missing features\" and clean up some rough edges in the Python standard library, such as simplifying parallel processing, and bringing ideas from NumPy over to Python's `list` type."
28+
"Python is a powerful, dynamic language. Rather than bake everything into the language, it lets the programmer customize it to make it work for them. `fastcore` uses this flexibility to add to Python features inspired by other languages we've loved, mixins from Ruby, and currying, binding, and more from Haskell. It also adds some \"missing features\" and clean up some rough edges in the Python standard library, such as simplifying parallel processing, and bringing ideas from NumPy over to Python's `list` type."
2929
]
3030
},
3131
{

0 commit comments

Comments
 (0)