mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-25 05:20:18 +00:00
Update README.md
This commit is contained in:
parent
c67346c240
commit
99479dd7e0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ What's so hard about writing a Slack Client in Rust? [[Video](https://www.youtub
|
|||
|
||||
## History
|
||||
|
||||
Coming from Python I loved to have some guidelines on how "idiomatic Python" looks like. I was inspired by the likes of Peter Norvig, who wrote this amazing article about spellchecker for example: http://norvig.com/spell-correct.html.
|
||||
Coming from Python I loved to have some guidelines on how "idiomatic Python" looks like. I was inspired by the likes of Peter Norvig, who wrote amazing articles about [spellchecker](http://norvig.com/spell-correct.html) and [sudoku solvers](http://norvig.com/sudoku.html).
|
||||
And, of course, the [Zen of Python](https://www.python.org/dev/peps/pep-0020/).
|
||||
|
||||
The goal is to have a peer-reviewed collection of articles/talks/repos which teach idiomatic Rust style. It's a community project.
|
||||
|
|
Loading…
Reference in a new issue