Skip to content

Commit

Permalink
removing r0b0t
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Sep 3, 2024
1 parent dae624f commit ff48980
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
One of the things I enjoyed when discovering for the first time functional programming, was how it reveals
patterns that traditional imperative programming hides. I was delighted to discover how implementing [Breadth-First Search](https://en.wikipedia.org/wiki/Breadth-first_search) with the sort of restrictions we expect from functional programming, also reveals hidden patterns.

Another surprise is that F# is a great candidate to explore functional data structures, which seem could be
Another surprise is that F# is a great candidate to explore functional data structures, which seem could be
a good update to the excellent work by [Chris Okasaki](https://en.wikipedia.org/wiki/Chris_Okasaki#Purely_functional_data_structures)

- [Breadth-First Search](./docs/bfs.ipynb)
- [Queue](./docs/queue.ipynb)
- [Pattern matching nesting reduction](./docs/pattern_matching_nesting_reduction.ipynb)
- [Fixed points](./docs/fixed_points.ipynb)
- [Exception vs Result](./docs/exception_vs_result.ipynb)
- [Designing a structure from the bottom up: r0b0t](./docs/r0b0t.ipynb)

0 comments on commit ff48980

Please sign in to comment.