squint icon indicating copy to clipboard operation
squint copied to clipboard

Light-weight ClojureScript dialect

Results 76 squint issues
Sort by recently updated
recently updated
newest added

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