This is a short summary. ↗ Open original to view full content
Emacs, expanding abbreviations with YASnippet
from blog ring.muhokama.fun, | ↗ original
Related
More from ring.muhokama.fun
Use cases for
15 Jan 2025 |
original ↗
Scenarios where one can use a relatively less known value of the element's method attribute, called dialog.
Why OCaml?
25 Aug 2024 |
original ↗
This article is an attempt to present the reasons why I chose OCaml and why I am satisfied with it, for both personal and professional projects.
Sorting things, rank-aggregation (beginner's approach)
10 Aug 2024 |
original ↗
Summary of a response about how to order products by their votes/reviews using rank aggregation (using Shopify approach).
Effective ML Through Merlin's Destruct Command
29 May 2024 |
original ↗
This article presents the use of the destruct command in Merlin and OCaml-lsp to generate missing patterns, or to specify patterns in pattern matching.
Fold for cheap pattern-matching
18 Mar 2024 |
original ↗
Summary of a response regarding the encoding of visitors without pattern matching in OCaml, using the fold function.