Umka 0.7
- Variadic functions
- Default parameters of structured types
- Implicit interface-to-concrete conversions are no longer allowed
- Null strings are equivalent to empty strings
fiber
is now a pointer;^fiber
is no longer needed- Dynamic arrays are now accessible through the C API (read only)
valid()
checks if a dynamic array, interface or function variable is not null- Improved garbage collection for long lists
- Web-based playground
- Bug fixes