From 4e8c6ed3219072b548eb4547490374008e984c8d Mon Sep 17 00:00:00 2001 From: Jiadeng Ruan Date: Mon, 9 Dec 2019 13:48:22 +0800 Subject: [PATCH] add go-funk --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0cd5c21..00dc25a 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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) --- @@ -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)