GeistHaus
log in · sign up

GitHub - vindarel/cl-ansi-term: Colorized output on ANSI terminals, print tables of lists, plists, hash-tables, titles, banners and more

github.com

Colorized output on ANSI terminals, print tables of lists, plists, hash-tables, titles, banners and more - vindarel/cl-ansi-term

2 pages link to this URL
snippets - functional style, sequences, debugging and more utilities - Lisp journey

From sjl’s utilities (thanks so much for the nice docstrings). The goal here is to read some code and learn about (hidden) gems.The following snippets should be copy-pastable. They are the ones I find most interesting, I left some behind.To reduce the dependency load, Alexandria or Quickutil functions can be imported one by one with Quickutil.Table of Contents Higher order functions Sequences Debugging and logging Profiling (with SBCL) Higher order functions See also https://github.

3 inbound links article en tiptutoriallibrarieswebcompaniesproductguidebuggingclojurepythonsbcldatabaseweb-scrapingabclgoogle-special-tag
cl-ansi-term: print tables with style, and other script utilities - Lisp journey

I am not the original author of cl-ansi-term, but I revived it lately. In particular, I added useful stuff to print data in tables: print list of lists (where the first one is the list of headers) print horizontal or vertical tables the header keys are either the first row, either the first column print hash-tables, plists, alists filter keys to display (include, exclude) limit the number of columns they can be styled: with or without borders choose the columns’ width choose the borders’ elements (“-|+”) choose the headers’ and the cells’ style (color, bold…).

1 inbound link article en librariestutorialwebcompaniesproductguitipdebuggingclojurepythonsbcldatabaseweb-scrapingabclgoogle-special-tag