Fast. Modular. Geometric.
Experience Uex: the systems language built for crystalline logic and high-performance modularity.
uex.module Crystal {
func main() {
let shard = uex.init(geometry.hex);
shard.refract("Hello, Uex!");
}
}