Paolo Redaelli personal blog

Month: October 2022

Uniform eXchange Format (uxf)

Uniform eXchange Format (uxf) is a plain text human readable optionally typed storage format that supports custom types. It may serve as a convenient alternative to csv, ini, json, sqlite, toml, xml, or yaml. https://github.com/mark-summerfield/uxf Looks smart and interesting! Expecially this part: Implmenting a UXF pretty printer whould be doable by a CS major as…

Eiffeldoc: ANY

twin: ANY– Return a new object with the dynamic type of Current. copy (other: ANY) — Update current object using fields of object attached to other, so as to yield equal objects. Too bad that those Eiffel features, (function members) available in each and every object and variable are not available in Kotlin.