Hacker News new | ask | show | jobs
by i_s 488 days ago
Here is one in 73 lines of F# by Jon Harrop:

https://gist.github.com/isaksky/6681cfad8ced1708a04b2eca92fc...

4 comments

Here's another approach at parsing JSON in F# that is part of a tutorial on building your own parser combinator:

https://fsharpforfunandprofit.com/posts/understanding-parser...

I love how in F# you can express many concepts with simplicity. Thanks for the example.
Thanks, very cool
Meta: github is now requiring a login to see gists?
I don't even have an account and I could see it.
Most github pages used to be rendered on the server but they often require js for the actual content now.
I got log in page on first click but it went away after closing it and opening again.
No, I am not logged in and I can view it.