From 787df615b8ed88b34c903a5216998298b43abb60 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 3 Mar 2024 19:11:02 -0600 Subject: Fix some errors in the post --- posts/awk-with-kakoune.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'posts') diff --git a/posts/awk-with-kakoune.njk b/posts/awk-with-kakoune.njk index ccf4b1a..82428c6 100644 --- a/posts/awk-with-kakoune.njk +++ b/posts/awk-with-kakoune.njk @@ -1,13 +1,13 @@ --- layout: post.njk -title: Using Awk to Enable Kakoune to Generate Types for OCaml +title: Using Awk with Kakoune to Generate SQL Types for OCaml tags: post date: 2024-03-03 ---

Lately I have been using the Kakoune text editor for my editing. What -absolutely blows my mind is how interoperable it is with Unix scripts +blows my mind is how interoperable the editor is with Unix scripts and how easy it is to create extensions.

-

I am working on a Web server in OCaml. In my work, I levarage a +

So I am working on a Web server in OCaml. In my work, I levarage a library called ppx_rapper, which allows you to write SQL queries which are then converted to OCaml types. So a select query looks something like -- cgit v1.2.3