Thibaut

Results 5 issues of Thibaut

Flexible `partition-by` implementation which allows to work with `list` and `lists-of-lists` and comes with handy defaults. ```scheme ;; good defaults > (partition-by [1 2 3 1 2]) ((1 1) (2...

Adds support to write a _list-of-strings_ to a csv file. Previously `:std/text/csv` only had support for _lists-of-lists_. Now `(write-csv-file "out.csv" ["1" "2"]` is the same as calling `(write-csv-file "out.csv" [["1"]...

An alias for one of the most used procedures in Scheme.

It would be nice if Newsbeuter would be packaged as [snap-package](http://snapcraft.io/docs/reference/) and published to the [Ubuntu Store](myapps.developer.ubuntu.com). I would be willing to do the work but would need some help...

meta

In case of a failure when installing something, I would expect umake to clean-up all downloaded files and created folders, restoring somewhat the state pre-umake-installation. E.g.: When installing go using...