|
You are here |
dylanamartin.com | ||
| | | | |
esham.io
|
|
| | | | | How to make extra information available as you're parsing JSON with the Aeson library in Haskell. | |
| | | | |
gilmi.me
|
|
| | | | | m.me - The bottom of the Haskell Pyramid | |
| | | | |
blog.drewolson.org
|
|
| | | | | So you've learned some basic Haskell and you're feeling really good about yourself. You sit down the write some code and you're presented with a deeply nested JSON structure: { "foo": "Hello", "bar": 1, "baz": "More stuff", "people": [ { "name": "Drew", "hobbies": [ { "name": "bridge" }, { "name": "haskell" } ] }, { "name": "Jane", "hobbies": [ { "name": "chess" }, { "name": "ocaml" } ] } ] } Your goal is to simply find the name of Drew's first hobby. LET'S WRITE SOME TYPES! | |
| | | | |
www.jhmcstanton.com
|
|
| | | [AI summary] The author reminds readers about the ongoing Advent of Code 2019 programming challenge, which releases two daily problems from December 1st to 25th, and mentions their personal progress and encouragement for others to participate. | ||