[racket-users] Re: Gui editable grid/table

2019-07-19 Thread Travis Hinkelman
Hi Raoul, Matthias Felleisen is working on a Racket implementation of the 7GUIs project, which includes a simple spreadsheet as one of the tasks. https://github.com/mfelleisen/7GUI Perhaps that will suit your needs. Best, Travis On Friday, July 19, 2019 at 8:17:58 PM UTC-7, Raoul Schorer wr

[racket-users] Gui editable grid/table

2019-07-19 Thread Raoul Schorer
Hi, I am trying to make a gui editable table. Is that possible in racket/gui? It seems list-box% is not editable by default. Apparently, one can't stick editors as list-box% choices either. Can you please help? Thanks! Raoul -- You received this message because you are subscribed to the Goog

Re: [racket-users] The case, and a proposal, for elegant syntax in #lang racket2

2019-07-19 Thread Hendrik Boom
On Fri, Jul 19, 2019 at 08:54:41AM -0700, Brian Adkins wrote: > This may seem like a nitpick, but I think there would be a *huge* shift in > attitudes if the suggestion for an infix syntax was framed in a similar > manner to Typed Racket as opposed to Racket 2. The latter seems to imply a > prem

Re: [racket-users] (ninth RacketCon) videos

2019-07-19 Thread Neil Van Dyke
If you want to youtube-dl the videos, this script might work: https://www.neilvandyke.org/racket/download-racketcon-2019-videos.sh (My living room airgapped Blu-ray player delights houseguests, with a curated collection of fine videos on Racket and other CS topics.) -- You received this messa

Re: [racket-users] images in racket files

2019-07-19 Thread Stephen De Gabrielle
thanks. I was trying to help Connie with her language idea. Her eyes lit up when I pasted a pic of a waffle into DrRacket S. On Fri, 19 Jul 2019 at 18:22, Laurent wrote: > Looks like your best bet is to save the pict as a bitmap in a separate > file, then load it in your module and export t

[racket-users] (ninth RacketCon) videos

2019-07-19 Thread Matthew Flatt
Individual videos for this year's RacketCon talks are now available: https://www.youtube.com/playlist?list=PLXr4KViVC0qJp4_2uTTAOjt-4URQBAR4c -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving ema

Re: [racket-users] Scheme Coding Competition

2019-07-19 Thread David Storrs
Oh, wait. I didn't scroll down far enough. There's a bunch of irrelevant stuff at the top, then a giant image, and the requirements are down at the bottom. My bad. Huh. Why is Racket worth only 25 points while everything else is 50 or 75? Is the idea is that Racket is too powerful and needs a

Re: [racket-users] Scheme Coding Competition

2019-07-19 Thread David Storrs
Are there specifics anywhere? I mean, if all we have to do is use Scheme-ish to turn text into HTML on our local machine then I could just do: #lang racket (require racket/system) (system "pod2html foo.pod >out.html") On Thu, Jul 18, 2019 at 9:56 AM amz3 wrote: > Hello racketeers, > > I am o

Re: [racket-users] images in racket files

2019-07-19 Thread Laurent
Looks like your best bet is to save the pict as a bitmap in a separate file, then load it in your module and export this value. >From the top of my head: where the pic is produced: (send (pict->bitmap my-pict) save-bitmap "path-to/the-bitmap-file.png" 'png) (or maybe: right click on the snip then s

[racket-users] Re: Impromptu racket meetup in London Friday, 19 July at 12pm-3pm

2019-07-19 Thread Stephen De Gabrielle
Thank you to all those who came to the meet-up today S On Fri, 12 Jul 2019 at 16:20, Stephen De Gabrielle wrote: > Hi, > > Next Friday, 19 July at 12pm-3pm there will be an impromptu Racket meetup > at the cafe at the British Library 'The Last Word'. > https://goo.gl/maps/M62e4b9JK7c1oaA69 > >

[racket-users] images in racket files

2019-07-19 Thread Stephen De Gabrielle
Hi, I'm trying to export an 'pict' image i have pasted in a DrRacket file, e.g. #lang racket (require pict) (define my-pasted-image ) (provide my-pasted-image ) I can specify it in (provide ..) , but attempting to reference it causes this error ../../../../Applications/Racket v7.3/collects/racke

Re: [racket-users] The case, and a proposal, for elegant syntax in #lang racket2

2019-07-19 Thread Brian Adkins
This may seem like a nitpick, but I think there would be a *huge* shift in attitudes if the suggestion for an infix syntax was framed in a similar manner to Typed Racket as opposed to Racket 2. The latter seems to imply a premature conclusion, where the former proposes a question to be answered

Re: [racket-users] Re: Impromptu racket meetup in London Friday, 19 July at 12pm-3pm

2019-07-19 Thread Stephen De Gabrielle
I’m running a little late... will be there by 1230 S. On Tue, 16 Jul 2019 at 11:41, Laurent wrote: > Good idea. I might come between 12pm and 1pm. > > On Fri, Jul 12, 2019 at 8:36 PM zeRusski wrote: > >> argh, wish you'd go with after work hours or the weekend. Sorry, won't be >> able to make i