OCaml’s Standard Library (Stdlib
)
Every programming language comes with some “batteries” included - mostly in the form of its standard library. That’s typically all of the functionality that’...
Stdlib
)
Every programming language comes with some “batteries” included - mostly in the form of its standard library. That’s typically all of the functionality that’...
I wasn’t an early adopter of TreeSitter in Emacs, as usually such big transitions are not smooth and the initial support for TreeSitter in Emacs left much to...
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 ...