Measures Concepts
GitHub icon

Uniform eXchange Format

Uniform eXchange Format - Data notation

< >

Uniform eXchange Format is a data notation created in 2022 by Mark Summerfield.

Source code:
git clone https://github.com/mark-summerfield/uxf
#1277on PLDB 2Years Old

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


Example from the web:
uxf 1 [ {<Point> [1.4 9.8 -0.7 3.0 2.1 -6.3]} <TrafficLightGreen> <TrafficLightAmber> <TrafficLightRed> ]

Language features

Feature Supported Token Example
Line Comments ✓
#
Integers ✓
80766866
Lists ✓
[1 2]
Strings ✓
Comments ✓
# 
Booleans ✓

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout