Skip to content

Use cons/linked list for sequence data types #27

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

Open
rpip opened this issue Apr 26, 2016 · 0 comments
Open

Use cons/linked list for sequence data types #27

rpip opened this issue Apr 26, 2016 · 0 comments

Comments

@rpip
Copy link
Owner

rpip commented Apr 26, 2016

Sequence data types includes: lists, records and tuples. The elements of these data types are currently represented as flat objects, but should instead be

Seq :: Head -> Tail
Tail :: Seq

This makes it easy to lazily evaluate the elements and also to later introduce streams.

@rpip rpip changed the title simplify parse tree Use cons/linked list for sequence data types May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant