Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NamedSequence, NamedBlock wrapper classes #9

Open
LTLA opened this issue Nov 13, 2023 · 1 comment
Open

Add NamedSequence, NamedBlock wrapper classes #9

LTLA opened this issue Nov 13, 2023 · 1 comment

Comments

@LTLA
Copy link
Member

LTLA commented Nov 13, 2023

These basically mimic R's names for lists, NumPy arrays, etc. with as little effort as possible, rather than converting them to dictionaries all the time.

@LTLA
Copy link
Member Author

LTLA commented Jan 19, 2024

Actually, what I want to do is more easily achieved by just creating IntegerList, FloatList, and BooleanList subclasses from NamedList, much like for the StringList class. These would be analogous to R's atomic vectors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant