Tyra v0.10.0 is out.
This release adds tuple types, SortedMap / SortedSet, LinkedMap.from(...), and safer string interpolation diagnostics (E0314 instead of runtime crashes for unsupported types).
Also in v0.10.0:
- standard .ty file extension
- curl | sh installer
- Homebrew tap
- AI benchmark updates and LLM docs refresh
Tyra is a Ruby-readable, statically typed native language focused on explicit errors, fixed conventions, and AI-auditable code.
github.com/tyra-lang/tyra
🚀 Day 34 Java: Sets & Maps!
Set Interface-Inherits all core funtionality.
TreeSet-NavigableSet and SortedSet for ordering.
Internal Storage-Sets internally use a HM.
ConcurrentHashMap-Preferred Hashtable for multi-threaded environments.
Specialized Maps-Covered EnumMap.