Monthly Archives: February 2022

lib-sxe-jitson Type Registration

The first part of transforming lib-sxe-jitson to allow types to be registered is done. This was to replace all non-parsing operations that were implemented on multiple JSON types with functions that execute per type operations via a table of registered … Continue reading

Posted in Uncategorized | Leave a comment

Type and Operation Registration

In a work project, I came across the need to be able to create a language that can be extended by registering new types and operations. I’ve been thinking about how I would do this, and sxe-jitson seems like a … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Developing for Linux with Vagrant on Windows

I want to write code for Linux on my new Windows laptop. In the past, I’ve used VMWare player, but I thought this time around, I’d try to build something a little nicer: Install Git for Windows (see https://gitforwindows.org/) Install … Continue reading

Posted in tools | Tagged , , , | Leave a comment