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

Implement all the Clojure seq classes #45

Open
ingydotnet opened this issue Jul 26, 2023 · 1 comment
Open

Implement all the Clojure seq classes #45

ingydotnet opened this issue Jul 26, 2023 · 1 comment
Assignees
Labels

Comments

@ingydotnet
Copy link
Collaborator

ingydotnet commented Jul 26, 2023

APersistentMap      => Lingy::Base::Map
APersistentVector   => Lingy::Base::Vector
ArraySeq            => Lingy::ArraySeq
ChunkedCons         => Lingy::ChunkedCons
Cons                => Lingy::Cons
Cycle               => Lingy::Cycle
EnumerationSeq      => Lingy::Enum
Iterate             => Lingy::Iterate
IteratorSeq         => Lingy::IteratorSeq
LongRange           => Lingy::LongRange
PersistentArrayMap  => Lingy::ArrayMap
PersistentHashMap   => Lingy::HashMap
PersistentList      => Lingy::List
PersistentQueue     => Lingy::Queue
PersistentStructMap => Lingy::StructMap
PersistentTreeMap   => Lingy::TreeMap
PersistentVector    => Lingy::Vector
Range               => Lingy::Range
Repeat              => Lingy::Repeat
StringSeq           => Lingy::StringSeq
@ingydotnet
Copy link
Collaborator Author

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

No branches or pull requests

1 participant