Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | constructors & class methods! | Gianni Ceccarelli | 2023-07-14 |
| | | | | | | "class methods" are not actually a thing, we declare a function for each class, that invokes on the class name and object-id=0 (object-id start from 1 for real objects) | ||
* | inheritance via MOP | Gianni Ceccarelli | 2023-07-14 |
| | | | | | *probably*, I'm still not completely certain I've found all the weirdness | ||
* | much better encoding | Gianni Ceccarelli | 2023-07-14 |
| | |||
* | fix find-method-into | Gianni Ceccarelli | 2023-07-14 |
| | | | | | | `${#foo}` is the character length of the first element of `foo` (because `$foo` is that first element), `${#foo[@]}` is the number of elements | ||
* | method dispatch seems to work | Gianni Ceccarelli | 2023-07-14 |
| | |||
* | flailing about with MOPs | Gianni Ceccarelli | 2023-07-13 |