On Sunday, 17 August 2025 at 01:24:51 UTC, Monkyyy wrote:
I don't think you should attempt to port a python data structure 1 to 1. I'd like to see a smarter data structure I'd suggest figuring out smarter filtering on statictyped data. There's hard problems before mimicking a dymanic language will just add complexity.

That’s why iam trying to make it with type information. But it’s very restrictive I feel and some mutations which are common when manipulating a data frame are hard to implement. Maybe it can be implemented with a different more smarter structure.

Reply via email to