Skip to content

Commit

Permalink
Update what.md
Browse files Browse the repository at this point in the history
Rolling back a grammar change
  • Loading branch information
caseykneale authored Mar 15, 2021
1 parent 22c275e commit 866e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/what.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Think of MLStyle.jl as a package bringing advanced functional programming idioms

## Motivations

Those used to functional programming may feel limited when they don't have access to pattern matching and ADTs. Of course I'm one of those people.
Those used to functional programming may feel limited when they don't have pattern matching and ADTs, and of course I'm one of them.

When making this package I didn't want to make a trade-off by using some alternatives that don't have enough features or are not well-optimized. Just like [why those greedy people created Julia](https://julialang.org/blog/2012/02/why-we-created-julia), I'm also greedy. **I want to integrate all those useful functional programming features into one language, and make all of them convenient, efficient and extensible**.

Expand Down

0 comments on commit 866e3bf

Please sign in to comment.