[racket-users] Re: tabular text display

2017-09-21 Thread Jack Firth
I've implemented this for board games occasionally, so +1 to someone making a package. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[racket-users] Re: Inside Racket Seminar 7. Alexis King on Hackett

2017-09-21 Thread Jay McCarthy
Reminder: This is tomorrow! On Wed, Sep 6, 2017 at 6:07 AM, Jay McCarthy wrote: > On September 22nd at 3:30pm Eastern time, please join us for the > seventh Inside Racket Seminar where Alexis King will give us a > walk-through of the Hackett programming language

Re: [racket-users] tabular text display

2017-09-21 Thread Jay McCarthy
`raco pkg show` implements something very close that you could turn into a library https://github.com/racket/racket/blob/master/racket/collects/pkg/private/show.rkt#L102 On Thu, Sep 21, 2017 at 5:03 PM, 'John Clements' via users-redirect wrote: > Before I go re-inventing

Re: [racket-users] tabular text display

2017-09-21 Thread Greg Hendershott
Clojure's pretty print collection has a `print-table`[^1]. Similar might be a handy addition to `racket/pretty`. Presumably it would work on any dictionary -- as well as a header-less sequence flavor like you showed? Maybe someone could do during the Sunday Rackethon. :) [^1]:

Re: [racket-users] tabular text display

2017-09-21 Thread Hendrik Boom
On Thu, Sep 21, 2017 at 05:03:57PM -0400, 'John Clements' via users-redirect wrote: > Before I go re-inventing the wheel, I want to ask you folks: has anyone > written a library that prints out tabular data in a textual format? > > E.G: given > > ‘((“a” “bcd” “ef”) (“gh” “hhu.thnt” “t”) > >

[racket-users] tabular text display

2017-09-21 Thread 'John Clements' via users-redirect
Before I go re-inventing the wheel, I want to ask you folks: has anyone written a library that prints out tabular data in a textual format? E.G: given ‘((“a” “bcd” “ef”) (“gh” “hhu.thnt” “t”) returns " -- | a | bcd | ef | | gh | hhu.thnt | t | ——— “ (sorry

[racket-users] GUI toolkits

2017-09-21 Thread Hendrik Boom
On Thu, Sep 21, 2017 at 06:09:53AM -0400, Neil Van Dyke wrote: > One possibility is that Racket was working with GTK3 before, but GTK3 broke > that (or broke your GTK3 theme) in a newer version.  I've heard developer > complaints about this, and about engineering culture changes and politics. > >

Re: [racket-users] Strange gray lines in DrRacket editor

2017-09-21 Thread Neil Van Dyke
One possibility is that Racket was working with GTK3 before, but GTK3 broke that (or broke your GTK3 theme) in a newer version.  I've heard developer complaints about this, and about engineering culture changes and politics. Firefox might be a good example to look at.  Some URLs that don't

[racket-users] Strange gray lines in DrRacket editor

2017-09-21 Thread Luis Sanjuán
Hi again, Jaroslaw and everyone concerned. I have investigated a bit further on this issue. This is a quick report of my findings thus far. If I can provide more useful information, I'll do it in a new post. To summarize what I have found. 1. Artifacts are still there, though mitigated, even