Core: match sizeof etc. syntax with C, Core RTS: Beautifying + animations
This commit is contained in:
@@ -74,7 +74,7 @@ main :: (): int
|
||||
|
||||
- [x] Runtime reflection
|
||||
- [x] Package of type and pointer which enables dynamic typing
|
||||
- [x] Types are values holding type ids, this way we can do if TypeOf(value) == S64 ;; blah
|
||||
- [x] Types are values holding type ids, this way we can do if typeof(value) == S64 ;; blah
|
||||
- [x] Typesafe variadic arguments using []Any slice (no more var args!)
|
||||
- [x] Any semantics that make it easy to use (automatic unpacking to pointer and type)
|
||||
- [x] Optional type information dump which allows an application to recursively serialize the data. Something you would need special tools for in C++.
|
||||
|
||||
Reference in New Issue
Block a user