What if these were real, type-safe expressions in Java:
2025 July 19 // → LocalDate
299.8M m/s // → Velocity
1 to 10 // → Range<Integer>
Schedule meeting with Alice on Tuesday at 3pm // → CalendarEvent
That's the idea behind binding expressions — a compiler plugin I built to explore what it would mean if adjacency had operator semantics. It lets adjacent expressions bind based on their static types, forming new expressions through type-directed resolution.
owlstuffing•4h ago
Details here: [https://github.com/manifold-systems/manifold/blob/master/doc...](https://github.com/manifold-systems/manifold/blob/master/doc...)