Learning OCaml: Functions without Parameters
A couple of days ago I noticed on OCaml’s Discord server that someone was confused by OCaml function applications (invocations) like these:
A couple of days ago I noticed on OCaml’s Discord server that someone was confused by OCaml function applications (invocations) like these:
.zshrc simplicity is the ultimate sophistication. – Leonardo Da Zshinci
I maintain many open-source projects and one of the most common tasks for me is to “create a GitHub release”, which is more or less the process of attaching ...
I’ve noticed that some newcomers to OCaml are a bit confused by code like the following:
When people think of OCaml they are usually thinking of compiling code to a binary before they are able to run it. While most OCaml code is indeed compiled t...