Flattools Programs
Algorithms + Data Structures = Programs So said Niklaus Wirth in 1976. But there is a debate 40+ years later about how important each of them is for the most common use cases. On one end of the s...
Algorithms + Data Structures = Programs So said Niklaus Wirth in 1976. But there is a debate 40+ years later about how important each of them is for the most common use cases. On one end of the s...
A practical view of PEP 622 Python’s PEP-622 proposal seeks to add much needed pattern matching, sealed classes and algebraic data types to the language. This is a more practical criticism of the ...
FlatBuffer as serialization agnostic IDL Many popular IDLs mix the following two separate concerns into one leading to less than optimal results. Language agnostic type system supporting enums...
Fquery Improvements A few months ago, I published some code as open source with minimal unit tests and without much of an announcement. This is an attempt to describe what the code does with some ...