squint
squint copied to clipboard
Light-weight ClojureScript dialect
Implement `last` See #22 for implementation details of sequence functions
Implement `some` See #22 for implementation details of sequence functions
Implement `shuffle` See #22 for implementation details of sequence functions
Implement `sort-by` See #22 for implementation details of sequence functions
Implement `sort` See #22 for implementation details of sequence functions
Implement `reverse` See #22 for implementation details of sequence functions
Implement `flatten`. See #22 for implementation details of sequence functions
Implement `but-last`. See #22 for implementation details of sequence functions
Implement `take-nth`, ignoring transducer arity (see https://github.com/clavascript/clavascript/issues/41 for why) See #22 for implementation details of sequence functions
Implement `take-while`, ignoring transducer arity (see https://github.com/clavascript/clavascript/issues/41 for why) See #22 for implementation details of sequence functions