Two great OPAM articles by @Khady:
https://khady.info/opam-sandbox.html
https://khady.info/opam-npm.html
Two great OPAM articles by @Khady:
https://khady.info/opam-sandbox.html
https://khady.info/opam-npm.html
These articles have been making the rounds on the Interwebs:
https://pl-rants.net/posts/haskell-vs-go-vs-ocaml-vs/
https://pl-rants.net/posts/ocaml-run-on-24-cores/
Excellent blog post on implementing typing for algebraic effects in OCaml:
http://gallium.inria.fr/blog/safely-typing-algebraic-effects/
Some ICFP 2018 OCaml videos are up:
Winning on Windows: https://www.youtube.com/watch?v=1DAuSSljLFI
Wall (vector graphics): https://www.youtube.com/watch?v=bQB8kBkHxjk
Safely mixing OCaml and Rust: https://www.youtube.com/watch?v=UXfcENNM_ts
Merlin: A language server for OCaml: https://www.youtube.com/watch?v=VjLL9We1Fxc
I don’t know who is the author and how to contact him.
But, he should give a try at the parany library, if he is interested into parallelization of OCaml code.
The interface is more generic than parmap.
There might be times where one (parmap or parany) is faster than the other.
Especially, parany can work on an infinite stream of elements.
Did we just blow Go in this parallelization benchmark?
@ostera has started live-casting programming sessions on major OCaml libraries, written in Reason syntax (which is easy enough for OCamlers to understand). Highly recommended!
His twitch videos are here. Make sure to show up and chat for his live streams!
For posterity (since twitch deletes old videos), his youtube channel is here.
I’d love to see more of this kind of thing from the community – new users are much more likely to want to watch a fun programming session than to read something.
Ok, here is my contribution to try promoting OCaml in my field:
I always thought the other way. Watching a video is very hard because it forces on you the timing of the author which is different from your own. This was also an issue for me with university lectures and meetup talks - they are either too slow when I know/understand the part and too fast when I don’t.
But I considered doing a video of a project of my own. It is mostly the editing which I absolutely dread.
One advantage of videos for newcomers is it helps them see an example development workflow in a an environment they might not be familiar with.
I don’t know how much editing would be involved, but I’ve heard good things about Video, a Racket DSL for video editing. It might help automating tedious steps, or just nerd-snipe the functional programmers that we are…
Clearly a port to OCaml is in order.
Definitely true, but keeping yourself going through an article is harder. The fact that you have no control of the tempo also means that you’re more likely to make it though to the other end, at which point you should have some familiarity with the topic. You can also pause and replay parts, or even play at 1.5x speed, which you can’t do in a lecture.
I think it’s easier than it seems, so long as you’re not doing any fancy special effects (which are unnecessary). Cutting out stuff is fairly easily done on just about any video editing software out there, and once you start doing it you’ll get better and better.
AFAIK this is implemented in OCaml: