Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add go-funk #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- [OCaml](#ocaml)
- [Racket](#racket)
- [Languages](#languages)

## Tutorials and Articles

* [Thinking in Ramda - Blog series](http://randycoulman.com/blog/categories/thinking-in-ramda/)
Expand Down Expand Up @@ -487,8 +487,8 @@ ___
* [Parallel Computing: Theory and Practice](http://www.cs.cmu.edu/afs/cs/academic/class/15210-f15/www/tapp.html)
* [Haskell Tutorial and Cookbook](https://leanpub.com/haskell-cookbook/read)
* [Розплутаний ClojureScript](https://lambdabooks.github.io/clojurescript-unraveled/)
* [Get Programming with Haskell](https://www.manning.com/books/get-programming-with-haskell)
* [Haskell in Depth](https://www.manning.com/books/haskell-in-depth)
* [Get Programming with Haskell](https://www.manning.com/books/get-programming-with-haskell)
* [Haskell in Depth](https://www.manning.com/books/haskell-in-depth)
* [Grokking Simplicity: Taming complex software with functional thinking - Eric Normand](https://www.manning.com/books/grokking-simplicity)

---
Expand Down Expand Up @@ -995,6 +995,7 @@ ___
***
* [**go-linq** - .NET LINQ-like query methods for Go](https://github.com/ahmetalpbalkan/go-linq)
* [**The Oden Programming Language** - Oden is an experimental, statically typed, functional programming language, built for the Go ecosystem](https://oden-lang.org/)
* [A modern Go utility library which provides helpers (map, find, contains, filter, ...)](https://github.com/thoas/go-funk)

### [Haskell](https://www.haskell.org)

Expand Down