jjstankowicz

Results 3 comments of jjstankowicz

I have a proposed `Type` class and `type` method that works similarly to python. I started a forked branch (links below). I've implemented for `Int` and `object` so far. Drawing...

I thought using `__class__` would be confusing because there is apparently a plan to add `class`es to mojo ([see here](https://docs.modular.com/mojo/roadmap#classes)). Using `__class__()` (and `trait Classable` and `trait ClassableRaises`) would privilege...

tl;rd: I think this issue could also be tangentially linked to this one [[Feature Request] typeof](https://github.com/modularml/mojo/issues/894). Not sure this comment is super useful for development, but may be for other...