Re: Srfi-159/166 - monadic formatting for guile

2019-06-18 Thread Linus Björnstam
So, I have had a look and played around with trimmed/lazy and it does nothing fancy. It relies solely on guiles own procedures for custom printers, which means we get guile's guarrantees for free. Recursive records are no problem, nor are circular lists of any rank or vectors any problem. trim

I made something: grid printer

2019-06-18 Thread Zelphir Kaltstahl
Hi Guile Users! I made a grid printer (nothing too fancy), which prints stuff nicely to a terminal. I am not sure this is of any use for anyone, but here it is: https://gitlab.com/ZelphirKaltstahl/guile-grid-printer I imagine it could be a library for printing something like a chess board on com