|
You are here |
wingolog.org | ||
| | | | |
www.observationalhazard.com
|
|
| | | | | David Kopec's blog. | |
| | | | |
will-keleher.com
|
|
| | | | | Understanding why `zip(*[iter(s)]*n)` chunks an input `s` into `n` chunks is a good excuse to explore iterators, iterable unpacking, list multiplication, and the zip function. | |
| | | | |
evanhahn.com
|
|
| | | | | Let's look at several ways to combine these buffers into one. | |
| | | | |
sookocheff.com
|
|
| | | I was first introduced to ML through the Coursera Programming Languages course. After the initial learning curve, I was impressed by the power of the type system and the flexibility of pattern matching. I've been wanting to resume my education in functional programming, and am picking up OCaml for a personal project I'm working on. Diving into the OCaml ecoystem, I was drawn to Reason, a new syntax for OCaml, and BuckleScript a compiler that integrates OCaml with the JavaScript ecosystem. The relationship between Reason, BuckleScript, and OCaml can difficult to understand, leading to this blog post about the OCaml compiler pipeline that highlights the intersection between OCaml and BuckleScript. | ||