Skip to content

Commit

Permalink
add Clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored Dec 18, 2023
1 parent d9c4a24 commit 73da8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ TODO: expand

| language | chunks | windows | chunks of 0? | truncates windows? |
|----------|--------|---------|--------------|--------------------|
| Clojure | `(partition n n)` | `(partition n 1)` | infinite empty lists | when insufficient padding; terminates after 1 |
| Haskell (split) | `chunksOf` | `divvy` | infinite empty lists | yes |

### JS libraries
Expand Down

0 comments on commit 73da8eb

Please sign in to comment.