|
|
|
|
|
by Ygg2
280 days ago
|
|
From what I've seen. The Odin has three package collections: `base`, `core` and `vendor`. `base` is intrinsically necessary to port Odin. `core` seems to be its standard library, your `libc`, `xml`, etc. And `vendor` is everything else. So you basically get the Python's '`core` is where packages go to die' approach iff they take backwards compatibility seriously. Otherwise, they have breaking changes mid-language version change. EDIT: Package collections not packages per gingerBill. |
|
And we will take backwards compatibility seriously when we hit 1.0, and only "break" on major versions.