Changes between Version 7 and Version 8 of Sysel
- Timestamp:
- 2010-04-13T21:02:29Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v7 v8 27 27 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties) 28 28 * Arithmetic: big integers, addition, subtraction, multiplication 29 * Static type checking (mostly), Exception handling29 * Static type checking (mostly), generic classes (unconstrained), exception handling 30 30 * Bindings: Text file I/O, `WriteLine`, `Exec` 31 31 … … 43 43 * working with binary data 44 44 45 * generic type s45 * generic type constraints 46 46 * method and operator overloading 47 47 * packaging