squint
squint copied to clipboard
Light-weight ClojureScript dialect
Implement `partition-by` See #22 for implementation details of sequence functions
Implement `split-with` See #22 for implementation details of sequence functions
Implement `split-at` See #22 for implementation details of sequence functions
Implement `cycle` This should probably be implement via generator
Implement `ffirst` See #22 for implementation details of sequence functions
Implement `empty?` See #22 for implementation details of sequence functions
Implement `not-any?` See #22 for implementation details of sequence functions
Implement `not-every?` See #22 for implementation details of sequence functions
Implement `every` See #22 for implementation details of sequence functions
Implement `repeat` See #22 for implementation details of sequence functions