[racket-users] Re: Andy Wingo's fold

2020-06-08 Thread Stephen De Gabrielle
Hi Catonano Did you resolve this Kind regards Stephen On Saturday, March 21, 2020 at 9:16:14 AM UTC, Catonano wrote: > > Hi, > in Guile there are some modules inspired by Andy Wingos paper: > "applications of fold to xml transformation" > > In Guile these concepts are used not only for xml

Re: [racket-users] Re: [racket] Web Framework Benchmarks

2020-06-08 Thread Stephen De Gabrielle
Thank you Bogdan! On Sun, Jun 7, 2020 at 6:39 PM Bogdan Popa wrote: > Small update on this: I've updated the benchmarks to run multiple Racket > processes with an Nginx load balancer in front. After some tuning[1], here > is what the results look like on my 12 core AMD Ryzen 9 3900 server: > >

Re: [racket-users] Poor documentation of List*

2020-06-03 Thread Stephen De Gabrielle
Hi Hendrik, I can't see the example you mention in https://docs.racket-lang.org/ts-reference/type-ref.html#%28form._%28%28lib._typed-racket%2Fbase-env%2Fbase-types-extra..rkt%29._.List%2A%29%29 i'm assuming (List* c) is shorthand for (Pair c null)? I don't know typed racket so I've probably got

[racket-users] Re: Migrating from a "model-driven" language framework to Racket

2020-05-22 Thread Stephen De Gabrielle
Hi Guillaume I don't think I can answer your questions, as I'm not a language developer, but this topic interests me; What are the Racket Syntax Classes you have implemented? Can you provide an example? I'm aware of syntax objects, as a specialised data structure for syntax manipulation, but

[racket-users] Re: Portable version for Windows

2020-05-16 Thread Stephen De Gabrielle
Thats awesome! Thanks for the updated version. (I note the original was form 2011!) s. On Saturday, May 16, 2020 at 6:55:05 AM UTC+1, Marcio Andrey Oliveira wrote: > > The original article can be found here: > https://www.wisdomandwonder.com/link/5656/portable-racket-for-windows-users > . > >

Re: [racket-users] Re: Racket Program doesn't save

2020-05-13 Thread Stephen De Gabrielle
der but > doesn't work > > On Wednesday, May 13, 2020 at 1:20:32 AM UTC+5:30, Stephen De Gabrielle > wrote: >> >> What happens if you try to save to Desktop? >> >> S. >> >> On Mon, 11 May 2020 at 22:56, Sai Ganesh Buchireddy >> wrote: >> >&

Re: [racket-users] Re: Racket Program doesn't save

2020-05-12 Thread Stephen De Gabrielle
What happens if you try to save to Desktop? S. On Mon, 11 May 2020 at 22:56, Sai Ganesh Buchireddy wrote: > After I save the file and try to close Dr. Racket, I get the msg saying > the file is not saved as shown in the 2nd image. > > On Tuesday, May 12, 2020 at 3:23:40 AM UTC+5:30, Sai Ganesh

Re: [racket-users] Re: Racket Program doesn't save

2020-05-12 Thread Stephen De Gabrielle
What is the full path for the save? On Mon, 11 May 2020 at 23:05, Sorawee Porncharoenwase < sorawee.pw...@gmail.com> wrote: > Does tst.rkt get created? I use racket-7.7-x86_64-macosx and run macOS > Catalina too, but could not reproduce the problem. > > On Mon, May 11, 2020 at 2:56 PM Sai Ganesh

[racket-users] New Racket blog post

2020-05-10 Thread Stephen De Gabrielle
https://blog.racket-lang.org/2020/05/racket-is-25.html -- 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+unsubscr...@googlegroups.com. To view this

Re: [racket-users] for/set

2020-05-08 Thread Stephen De Gabrielle
It’s with the set data type - but I haven’t used it https://docs.racket-lang.org/reference/sets.html#%28form._%28%28lib._racket%2Fset..rkt%29._for%2Fset%29%29 On Sat, 9 May 2020 at 00:07, Hendrik Boom wrote: > Where is for/set documented? What does it do? > > It is mentioned in the typed

Re: [racket-users] Quickscript of the day: Extract to function

2020-05-07 Thread Stephen De Gabrielle
Awesome - keep them coming. You should feature one in each Racket-News! Stephen On Thu, 7 May 2020 at 10:33, Laurent wrote: > Have you ever wanted to extract a block of code out of its context and > wrap it in a function? > > Have you ever *not* done it because of the cognitive load(*) of

[racket-users] double titlebar effect

2020-05-06 Thread Stephen De Gabrielle
Hi, Any other racketeers seeing this? [image: image.png] DrRacket 7.7 cs and macOS Catalina Kind regards Stephen -- 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

[racket-users] Fwd: [Racket]VS Code Racket extension gains LSP support via /r/Racket

2020-05-04 Thread Stephen De Gabrielle
-- Forwarded message - From: Date: Sun, 3 May 2020 at 23:36 Subject: [Racket]VS Code Racket extension gains LSP support via /r/Racket To: *VS Code Racket extension gains LSP support* Hey, remember Magic Racket (GitHub , VS Code

Re: [racket-users] Reducing parentheses without language damage.

2020-05-02 Thread Stephen De Gabrielle
Quick question: Would it better if this discussion happened over at https://github.com/racket/rhombus-brainstorming/blob/master/resources/goals.md or on the Racket Slack #rhombus channel? I’m aware that email and slack is a bit ephemeral - it is probably a good idea to turn any proposals into

[racket-users] Script of the day! (2-May-2020)

2020-05-02 Thread Stephen De Gabrielle
> Script of the day: Have a Menu that displays all open tabs in DrRacket. > (Currently, DrRacket displays only the first 10). > > How to install: Click on Scripts | Manage scripts | New script... > Enter "All tabs" (a new script opens filled with a template. > > Replace the template with the

Re: [racket-users] Reducing parentheses without language damage.

2020-04-30 Thread Stephen De Gabrielle
On Thu, 30 Apr 2020 at 20:01, Hendrik Boom wrote: > [...] > > Also is there a programming editor that *won't* do parenthesis matching? > > Evidently the Racket editor whan debugging is disabled, I’m not sure that’s true. Kind regards Stephen -- -- You received this message because

Re: [racket-users] Re: contributing fixes to documentation

2020-04-30 Thread Stephen De Gabrielle
ex > > On Thu, Apr 30, 2020 at 11:55 AM Stephen De Gabrielle < > spdegabrie...@gmail.com> wrote: > >> I'd forgotten the tutorial to contributing - someone kindly reminded me >> recently >> https://blog.racket-lang.org/2017/09/tutorial-contributing-to-racket.html >&g

[racket-users] Re: contributing fixes to documentation

2020-04-30 Thread Stephen De Gabrielle
On Thursday, April 30, 2020 at 10:49:33 AM UTC+1, Stephen De Gabrielle wrote: > > Yo Racketeers! > > Someone recently mentioned that is was tricky to update documentation. it > can be. > I thought I'd provide the steps I took to create a PR for the DrRacket > docu

[racket-users] contributing fixes to documentation

2020-04-30 Thread Stephen De Gabrielle
Yo Racketeers! Someone recently mentioned that is was tricky to update documentation. it can be. I thought I'd provide the steps I took to create a PR for the DrRacket documentation in the hope that they are useful for others who see an issue with documentation but finding locating the right

[racket-users] Racket documentation translations

2020-04-26 Thread Stephen De Gabrielle
Hi I just discovered https://github.com/OnRoadZy/RacketGuideInChinese I think this is awesome! Thank you to 张恒源 (OnRoadZy) Are there any other translations out there? Kind regards Stephen -- -- You received this message because you are subscribed to the Google Groups "Racket Users"

[racket-users] Re: [racket-dev] Racket now on GitHub sponsors

2020-04-23 Thread Stephen De Gabrielle
I love the themed levels - a nice touch ! S On Thu, 23 Apr 2020 at 21:48, Sam Tobin-Hochstadt wrote: > Racketeers, > > It's now possible to "sponsor" Racket with a monthly contribution > using GitHub sponsors, at https://github.com/sponsors/racket/ > > Racket is and will always be free to

Re: [racket-users] minicosm - a Racket universe/big-bang inspired game engine in ClojureScript

2020-04-22 Thread Stephen De Gabrielle
Thanks this is interesting S. On Thu, 16 Apr 2020 at 11:33, Annaia Danvers wrote: > Hey folks! > > This is technically slightly outside the remit of this list, but I felt it > proper to give credit where it's due. > > minicosm is an FP-oriented game engine for the browser that was >

[racket-users] ‘beginners get the *impression* Racket is slow’

2020-04-22 Thread Stephen De Gabrielle
There was a very interesting thread on #beginners about speed of Racket https://racket.slack.com/archives/C09L257PY/p1587535427171800?thread_ts=1587488943.145200=C09L257PY_ts=1587535427.171800 What I took away from the discussion is beginners get the *impression* Racket is slow due to some design

[racket-users] New week, new Racket! What are you folks up to?

2020-04-19 Thread Stephen De Gabrielle
New week, new Racket! What are you folks up to? Answer here or on - https://racket.slack.com/ (Sign up at https://racket-slack.herokuapp.com/ ) - `#racket` IRC on freenode.net https://botbot.me/freenode/racket/ - Tweet @racketlang on Twitter - Racket discord https://discord.gg/6Zq8sH5 -

[racket-users] Suggestions for "The Racket Guide"

2020-04-08 Thread Stephen De Gabrielle
That’s a good suggestion! Do you know the relevant JavaScript we can try it out with. Might be an easy PR. -- 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] Just had a student ask me to do their work

2020-03-23 Thread Stephen De Gabrielle
On Discord. -- -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: [racket-users] Important message about meet up on 9 April (Racket London)

2020-03-16 Thread Stephen De Gabrielle
Thanks James, much appreciated. Stephen -- 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+unsubscr...@googlegroups.com. To view this discussion on

[racket-users] Important message about meet up on 9 April (Racket London)

2020-03-16 Thread Stephen De Gabrielle
The 9 April meet-up is cancelled. If anyone has any suggestions about a virtual meet-up I’d be interested. Stephen -- 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

[racket-users] Important message about meet up on 9 April (Racket London)

2020-03-13 Thread Stephen De Gabrielle
Hi All, While I haven't yet, I'm expecting it will be appropriate to cancel the meet up on 9 April. Now the good news: I'm planning an 'After Work' Racket London Picnic Tuesday 16 June in Kensington Gardens Probably start at 5pm sunset is around 9:20pm Stephen -- You received this message

[racket-users] Stack overflow developer survey

2020-03-06 Thread Stephen De Gabrielle
https://stackoverflow.blog/2020/02/05/the-2020-developer-survey-is-now-open/ Represent! -- 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] London Racket meet-up 9 April 1-2pm

2020-03-03 Thread Stephen De Gabrielle
London Racket Meet-up Thursday 9th April 1-2pm Meet at 1pm at ‘The Last Word’ (cafe)[1] and after introductions we will move to The Alan Turing Institute[2]. [1] The Last Word (cafe in front of British Library) 96 Euston Rd, London NW1 2DB Google maps: https://goo.gl/maps/SbUeExYddSnWPQbz6 [2]

Re: [racket-users] Starting racket with at-exp

2020-03-02 Thread Stephen De Gabrielle
I tried this but had no luck; Miriams-MBP:~ spdegabrielle$ cat start.rkt #lang at-exp racket/base (require racket/format) (displayln "try me") (~a "foo bar") @~a{foo bar} Miriams-MBP:~ spdegabrielle$ racket -t ~/start.rkt -i Welcome to Racket v7.6. try me "foo bar" "foo bar" > (~a

[racket-users] Today’s Easter egg?

2020-03-02 Thread Stephen De Gabrielle
Hi, Is the star/lambda Easter egg something to do with independence? (Referencing Texas March 2nd) S. -- -- 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

Re: [racket-users] Re: quick racket editor survey

2020-02-29 Thread Stephen De Gabrielle
, James Platt wrote: > > On Feb 26, 2020, at 10:44 AM, Stephen De Gabrielle wrote: > > > At 62 response, sadly the histogram doesn't show how many people use two > or even three editors. > > https://www.surveymonkey.com/results/SM-GBD6J7ST7/ > > I am in transition b

[racket-users] Re: quick racket editor survey

2020-02-26 Thread Stephen De Gabrielle
At 62 response, sadly the histogram doesn't show how many people use two or even three editors. https://www.surveymonkey.com/results/SM-GBD6J7ST7/ s. On Mon, Feb 24, 2020 at 2:05 PM Stephen De Gabrielle < spdegabrie...@gmail.com> wrote: > at 18 responses > [image: Three-set Venn di

[racket-users] Re: racket meet-up in London ?

2020-02-24 Thread Stephen De Gabrielle
need to book a meeting room I think the best I can get is an hour at kingscross.impacthub.net for £5.70 pp) It will be casual introductions and chat, though if someone wants to do a short talk or demo that would be most welcome. Kind regards, Stephen On Sun, 23 Feb 2020 at 20:56, Stephen De

[racket-users] Re: quick racket editor survey

2020-02-24 Thread Stephen De Gabrielle
at 18 responses [image: Three-set Venn diagram (at 18 responses).png] I think this is fascinating. (I'm filled with fear and admiration for the lone racketeer in the middle) S. On Mon, Feb 24, 2020 at 1:31 PM Stephen De Gabrielle < spdegabrie...@gmail.com> wrote: > If anyone is i

[racket-users] Re: quick racket editor survey

2020-02-24 Thread Stephen De Gabrielle
If anyone is interested you can view the responses here: https://www.surveymonkey.com/results/SM-GBD6J7ST7/ s. -- 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] quick racket editor survey

2020-02-24 Thread Stephen De Gabrielle
Hi, quick racket editor survey: https://www.surveymonkey.co.uk/r/H23ZTDW I'm not part of the racket team but I am working on a community survey. I'm hoping the results of this will inform part of that. No personal data collected, but SurveyMonkey logs

[racket-users] racket meet-up in London ?

2020-02-23 Thread Stephen De Gabrielle
Is anyone up for another racket meet-up in London ? Need to work out a time and place to meet. Kind regards Stephen -- -- 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,

[racket-users] Making -doc/-lib packages?

2020-02-11 Thread Stephen De Gabrielle
Ok Turns out the better approach is to use the Built Package server with raco pkg install —binary-lib packagename https://pkg-build.racket-lang.org/about.html :) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group

[racket-users] Making -doc/-lib packages?

2020-02-11 Thread Stephen De Gabrielle
Is there a guide to making packages with -doc & -lib versions so you can require the package-lib without getting/building the documentation? Best, Stephen -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop

[racket-users] What are you folks up to this week?

2020-01-27 Thread Stephen De Gabrielle
New week, new Racket! What are you folks up to? Answer here or on - https://racket.slack.com/ (Sign up at https://racket-slack.herokuapp.com/ ) - `#racket` IRC on freenode.net https://botbot.me/freenode/racket/ - Tweet @racketlang on Twitter - Racket discord https://discord.gg/6Zq8sH5

[racket-users] Re: Running DrRacket on Chromebook

2020-01-27 Thread Stephen De Gabrielle
Hi Shu-Hung, I didn't see a response from any chromebook+racket users. Were you able to find a way to run Racket/DrRacket on your Chromebook? I'm not a chromebook user but my limited experience is the linux installer normally works:

[racket-users] Any examples of multi-language applications or packages

2019-12-10 Thread Stephen De Gabrielle
Hi Racketeers, Please let me know if you are aware of any examples of multi-language applications or packages. Specifically multi-‘#lang’ package/app examples. Kind regards Stephen PS I was looking at Polyglot and thinking about sorting out some sort of website when the question came up, and

[racket-users] What’s everyone working on this week?

2019-12-10 Thread Stephen De Gabrielle
New week, new Racket! What are you folks up to? Answer here or * https://racket.slack.com/ (Sign up at https://racket-slack.herokuapp.com/ ) * #racket IRC on freenode.net https://botbot.me/freenode/racket/ * Tweet @racketlang on Twitter * Racket discord https://discord.gg/6Zq8sH5 Don’t forget to

Re: [racket-users] Re: GUI (get-directory)

2019-11-25 Thread Stephen De Gabrielle
Many packages contain an /examples folder, and adding examples is an easy way to contribute. There is also https://github.com/racket/racket/wiki/Artifacts > This page captures useful code snippets that are too small to be a package. > > Please contribute your own! Though these might be better

[racket-users] racket-2019-gamejam

2019-11-22 Thread Stephen De Gabrielle
**racket-2019-gamejam** Submissions due in 7 days 2 hours 9 minutes 57 seconds Join jam https://itch.io/jam/racket-2019-gamejam -- -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails

[racket-users] 2019 Racket Advent of Code Leaderboard

2019-11-18 Thread Stephen De Gabrielle
Thank you Sam, this is awesome. -- 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+unsubscr...@googlegroups.com. To view this discussion on the web

[racket-users] Re: What’s everyone working on this week (46/2019)?

2019-11-18 Thread Stephen De Gabrielle
47/2019! On Monday, November 18, 2019 at 9:01:30 PM UTC, Stephen De Gabrielle wrote: > > New week, new Racket! What are you folks up to? Answer here or over at > /r/racket <https://www.reddit.com/r/Racket> ! > -- You received this message because you are subscribed to

[racket-users] What’s everyone working on this week (46/2019)?

2019-11-18 Thread Stephen De Gabrielle
New week, new Racket! What are you folks up to? Answer here or over at /r/racket ! -- 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

Re: [racket-users] What’s everyone working on this week (46/2019)?

2019-11-11 Thread Stephen De Gabrielle
800, Stephen De Gabrielle wrote: > > New week, new Racket! What are you folks up to? Answer here or over at > > /r/racket <https://www.reddit.com/r/Racket> ! > > Trying to figure out pict3d's use of opengl. > There seems to be a lot of useful code there for openGL buffer

[racket-users] What’s everyone working on this week (46/2019)?

2019-11-11 Thread Stephen De Gabrielle
New week, new Racket! What are you folks up to? Answer here or over at /r/racket ! -- 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

Re: Overbooked November. Re: [racket-users] Racket News - Issue 18

2019-10-22 Thread Stephen De Gabrielle
I’ve updated the game jam description to add: - Full games, game components or tools are all acceptable entries. e.g. tile editor, game map editor, procedural content generator, etc. On Tue, 22 Oct 2019 at 01:59, Stephen De Gabrielle wrote: > > > On Mon, 21 Oct 2019 at 23:18

Re: Overbooked November. Re: [racket-users] Racket News - Issue 18

2019-10-21 Thread Stephen De Gabrielle
On Mon, 21 Oct 2019 at 23:18, Hendrik Boom wrote: > On Mon, Oct 21, 2019 at 11:13:34PM +0100, Stephen De Gabrielle wrote: > > A NaNoGenMo submission counts as a game jam entry. > > Even if it's not a game? Algorithmically generated text is an important part of many games.

Re: Overbooked November. Re: [racket-users] Racket News - Issue 18

2019-10-21 Thread Stephen De Gabrielle
A NaNoGenMo submission counts as a game jam entry. HTH Stephen On Mon, 21 Oct 2019 at 20:04, Hendrik Boom wrote: > On Mon, Oct 21, 2019 at 07:54:39PM +0200, pmatos@linki.tools wrote: > > > > Racket News Issue 18 is here! > > https://racket-news.com/2019/10/racket-news-issue-18.html > > > >

Re: [racket-users] Vulkan integration ready for first round of testing

2019-10-19 Thread Stephen De Gabrielle
Thanks for doing this. This might be of interest to for potential racket game jam participants.! S. On Fri, Oct 18, 2019 at 7:26 PM Sage Gerard wrote: > I think I'm ready to do my first rounds writing/supporting Vulkan > applications. It would not surprise me if some design gaps pop up, but I

Re: [racket-users] Fwd: Re: Racket code query

2019-10-04 Thread Stephen De Gabrielle
fixed my code and it’s working > now. I’ll update my github today :) On Fri, Oct 4, 2019 at 12:25 PM Stephen De Gabrielle < spdegabrie...@gmail.com> wrote: > Thanks All, > I've passed on your responses. > > I'll let you know if I get any feedback. > > Stephen >

Re: [racket-users] Fwd: Re: Racket code query

2019-10-04 Thread Stephen De Gabrielle
Thanks All, I've passed on your responses. I'll let you know if I get any feedback. Stephen On Fri, Oct 4, 2019 at 4:25 AM Ben Greenman wrote: > I opened a pull request with a suggestion > https://github.com/conniepocky/Waffle-Lang/pull/1 > > On 10/3/19, Stephen De Gabrielle w

[racket-users] Fwd: Re: Racket code query

2019-10-03 Thread Stephen De Gabrielle
updated so thats why it doesn’t work anymore. How > should I attempt to recreate or fix this? > > On 1 Oct 2019, at 20:31, Stephen De Gabrielle <> wrote: > > Please let me know if Connie is uncomfortable with those options? > > If she prefers Stack Overflow I can copy the

Re: [racket-users] NOT SOLVED: texture mapping on pict3d

2019-09-24 Thread Stephen De Gabrielle
. s. On Tue, Sep 24, 2019 at 12:05 PM Hendrik Boom wrote: > On Tue, Sep 24, 2019 at 01:58:35AM -0700, Stephen De Gabrielle wrote: > > Hi Hendrik > > > > Did you work out how to do this ? I’m also interested. > > No. Not at all. I'm starting to look at using am Open

[racket-users] pict3d and pixel maps for textures

2019-09-24 Thread Stephen De Gabrielle
Hi Hendrik Did you work out how to do this ? I’m also interested. Kr Stephen -- 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

Re: [racket-users] How to disable back button in web application

2019-09-20 Thread Stephen De Gabrielle
Maybe also relevant https://docs.racket-lang.org/continue/index.html#%28part._.The_.Double_.Submit_.Error%29 The whole Continue tutorial is worth the time spent. s. On Fri, Sep 20, 2019 at 12:32 PM Jens Axel Søgaard wrote: > Is `send/forward` what you need? > > Den fre. 20. sep. 2019 kl.

[racket-users] Re: collecting racket tutorials

2019-09-19 Thread Stephen De Gabrielle
no login required to view https://docs.google.com/spreadsheets/d/1Dk_im_MQ_v9fY2b8m63RUAvh13SrTIGBOXO5ew--LRo/edit?usp=sharing On Thursday, September 19, 2019 at 11:11:05 AM UTC+1, Stephen De Gabrielle wrote: > > Thanks for the contributions - please keep them coming > > the

[racket-users] Re: collecting racket tutorials

2019-09-19 Thread Stephen De Gabrielle
, 2019 at 12:49:37 AM UTC+1, Stephen De Gabrielle wrote: > > Hi, > > Someone suggested a tutorial competition > > Unfortunately I don't have a list of what's out there; > > If you know any tutorials relating to racket; in any format; please let me > know > > I'm ma

[racket-users] collecting racket tutorials

2019-09-18 Thread Stephen De Gabrielle
Hi, Someone suggested a tutorial competition Unfortunately I don't have a list of what's out there; If you know any tutorials relating to racket; in any format; please let me know I'm made a form if thats easier https://forms.gle/oBEzCPt75X7CSQyw5 otherwise you can also just email me. I'll

[racket-users] Shepherding

2019-09-18 Thread Stephen De Gabrielle
Apologies if not new: https://jamesmunns.com/blog/shepherding-3-1/ This got me thinking about how engagement activities fit in to the bigger picture of growing the contributors to the racket ecosystem. If engagement programmes bring in new racketeers, what next? How do you get them from

[racket-users] Racket discord server trial

2019-09-17 Thread Stephen De Gabrielle
Hi, I just realised I posted this without a subject line...my apologies. On Wednesday, September 11, 2019 at 9:27:48 PM UTC+1, Stephen De Gabrielle wrote: > > > Hi, > I’m trying out a discord server. It’s pretty similar interface to slack > and while it doesn’t do some th

Re: [racket-users] Running Big Bang applications in the browser

2019-09-16 Thread Stephen De Gabrielle
Perhaps RacketScript https://github.com/racket/racket/wiki/RacketScript or Urlang https://github.com/soegaard/urlang ? Maybe Pyret? https://www.pyret.org/docs/latest/world.html HTH Stephen On Mon, Sep 16, 2019 at 11:26 AM Maciek Godek wrote: > Hi, > is there any way to deploy Racket's

[racket-users]

2019-09-11 Thread Stephen De Gabrielle
Hi, I’m trying out a discord server. It’s pretty similar interface to slack and while it doesn’t do some things slack does...it does some things that slack doesn’t. Please give it a try https://discord.gg/6Zq8sH5 Kind regards Stephen -- You received this message because you are subscribed to

Re: [racket-users] [OT] Nostalgia

2019-09-11 Thread Stephen De Gabrielle
I remember being interested in Acornsof Lisp for the BBC Micro, but sadly it was too expensive to be seriously considered(£80 iirc). I did manage to get a hold of 'A little smalltalk' and the associated book later, but ended up going down the Racket rabbit hole instead... S. On Wed, Sep 11, 2019

[racket-users] competition feedback

2019-09-10 Thread Stephen De Gabrielle
Hi Racketeers, I included some optional questions in the voting for the community choice. As the responses were anonymous, and generally very positive and/or reasonable, I thought I’d share them with you. I’d like to recruit a small team to run the next comp - ideally dividing up the tasks so

[racket-users] community choice winners

2019-09-09 Thread Stephen De Gabrielle
Hi Racketeers, The community choice results are in; 1st: tessellation by Zachary Romero https://github.com/zkry/tessellation 2nd: lightsaber by Justin Zamora https://github.com/standard-fish/lightsaber Best Entry with Butter and Local Maine Maple Syrup: waffle-racket by Connie

Re: [racket-users] [OT] Nostalgia

2019-09-06 Thread Stephen De Gabrielle
LOL 128k ! I remember dreaming I had 128K when I was on a 16 K machine. Recently had to change my limit to 1024 MB... S. On Fri, 6 Sep 2019 at 14:41, Hendrik Boom wrote: > I just noticed DrRacket telling me > Language: racket, with debugging ; memory limit: 128 MB > immediatey reminding

[off-topic] Re: [racket-users] Embedding a map widget in the DrRacket REPL

2019-09-06 Thread Stephen De Gabrielle
That is awesome - How you make your videos? - I like the annotations. Kind regards Stephen On Friday, September 6, 2019 at 4:59:56 AM UTC+1, Alex Harsanyi wrote: > > > > On Wednesday, September 4, 2019 at 7:50:19 PM UTC+8, Stephen De Gabrielle > wrote: >> >>

[racket-users] Re: Summer picture competition peoples choice

2019-09-05 Thread Stephen De Gabrielle
I forgot to mention the prize is a limited edition racketeer cap. As far as I know racketeer caps are the most popular and desirable swag. ‘Rare as hens teeth’. Priceless maybe. S. On Thu, 5 Sep 2019 at 11:27, Stephen De Gabrielle wrote: > Hi > > It’s time to vote for the > >

[off-topic] Re: [racket-users] Summer picture competition peoples choice

2019-09-05 Thread Stephen De Gabrielle
I disagree - they are still votes and I say there have been 27 votes and the US racketeers are still asleep ;p S. On Thu, 5 Sep 2019 at 12:58, Hendrik Boom wrote: > On Thu, Sep 05, 2019 at 11:27:30AM +0100, Stephen De Gabrielle wrote: > > Hi > > > > It’s time to vote fo

[racket-users] Summer picture competition peoples choice

2019-09-05 Thread Stephen De Gabrielle
Hi It’s time to vote for the *Summer picture competition community choice* You don’t have to choose - you can vote for as many favourites as you want! Vote early, vote often, because voting ends Sunday afternoon uk time. https://forms.gle/G9r8saiQXqjirkAi8 -- -- You received this

[racket-users] Did I forget anyone?

2019-09-03 Thread Stephen De Gabrielle
Hi, It has occurred to me that I was running this while on holidays so may have missed an entry. If you did enter and have not been given credit please contact me so I can add you to the list. Stephen -- You received this message because you are subscribed to the Google Groups "Racket Users"

[racket-users] Re: competition results.

2019-09-03 Thread Stephen De Gabrielle
tree/master/metapict/examples S. On Tue, Sep 3, 2019 at 3:09 PM Stephen De Gabrielle wrote: > Hi All, > > All the entries are in for the summer picture competition. > > Entries have been collated at as forked repositories at > https://github.com/standard-fish and in > https:/

[racket-users] competition results.

2019-09-03 Thread Stephen De Gabrielle
Hi All, All the entries are in for the summer picture competition. Entries have been collated at as forked repositories at https://github.com/standard-fish and in https://github.com/standard-fish/summer-competititon-2019/tree/master/entries for entries that came via email/slack. The winners are

Re: [racket-users] [standard-fish] Update: small house facade, with attribute handling code

2019-09-01 Thread Stephen De Gabrielle
Thank you Hendrik. All entries are in. Give me a few days to sort through them. Stephen On Sat, 31 Aug 2019 at 17:23, Hendrik Boom wrote: > Today's version, together with a new README.md file describing my > longer-term intentions, rather than what the program dies right now. > > The code

Re: [racket-users] New version of file-watchers

2019-08-31 Thread Stephen De Gabrielle
Awesome -thank you for releasing this. s. On Wed, Aug 28, 2019 at 11:30 PM Sage Gerard wrote: > Version 0.2 of the file monitoring package file-watchers is about to > drop. Here's a PR for public review. There are no contributors, so I plan > to merge in 48 hours if there is no feedback.

Re: [racket-users] animated plots?

2019-08-30 Thread Stephen De Gabrielle
ple 3D animation using the plot package and my > animated-canvas package. > > On Fri, Aug 30, 2019 at 8:45 AM Stephen De Gabrielle < > spdegabrie...@gmail.com> wrote: > >> Hi, >> does anyone know if it is possible to create animated plots with >> `(req

[racket-users] animated plots?

2019-08-30 Thread Stephen De Gabrielle
Hi, does anyone know if it is possible to create animated plots with `(require plot)`? Kind regards stephen -- 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

Re: [racket-users] Failed to load module in drracket

2019-08-28 Thread Stephen De Gabrielle
Hi I’ve logged this as https://github.com/racket/drracket/issues/302 It’s not well logged - simply a placeholder - but it does reference this thread on gg should someone be interested. S On Wed, 28 Aug 2019 at 23:16, Robby Findler wrote: > I think the best path forward probably involves

Re: [racket-users] Racket News - Issue 14

2019-08-23 Thread Stephen De Gabrielle
> >> the SSL cert seems to have expired the other day. >> >> On Wed, Aug 21, 2019 at 8:37 PM Stephen Foster > > wrote: >> >>> My browser is telling me that the SSL certificate for racket-news.com >>> is invalid. >>> Is it just me? >>

Re: [racket-users] Re: Error when I try to use slideshow?

2019-08-23 Thread Stephen De Gabrielle
Hi, It appears I hit [send] too soon; Matthew has *already* pushed a commit that is intended to resolve this issue. Thank you Alex and Matthew. Kind regards, Stephen On Friday, August 23, 2019 at 11:13:24 PM UTC+9, Stephen De Gabrielle wrote: > > FYI > Logged as https://g

Re: [racket-users] Re: Error when I try to use slideshow?

2019-08-23 Thread Stephen De Gabrielle
th better workarounds, but this looks to me like > a > > > problem with the Racket GUI library. Slideshow fails on my home PC > but > > > works on my work PC, both Windows 10 but different build numbers. The > > > problem is that the windows CreateIconIndire

[racket-users] Re: Is it possible to sell commercial use rights to an open source Racket package?

2019-08-23 Thread Stephen De Gabrielle
Hi Sig, GNU provides they reason why not to use LGPL: https://www.gnu.org/licenses/why-not-lgpl.html Location licence in racket repository: https://github.com/racket/racket/blob/master/racket/src/COPYING_LESSER.txt - Github has a summary of what they think the meaning of LGPL is

[racket-users] Re: Error when I try to use slideshow?

2019-08-23 Thread Stephen De Gabrielle
Thanks Alex, your advice resolved the issue for the op, and another user reported the same problem but I expect your advice will help them too! Thanks again Stephen PS I’m logging this as an issue for https://github.com/racket/gui -- You received this message because you are subscribed to

[racket-users] Re: Error when I try to use slideshow?

2019-08-22 Thread Stephen De Gabrielle
(or why it is invalid), but it is probably either the bitmap > or the mask. > > Alex. > > On Thursday, August 22, 2019 at 11:40:45 AM UTC+8, Stephen De Gabrielle > wrote: >> >> Hi >> >> I’m trying to help a user who is getting an error when trying to run >

[racket-users] Error when I try to use slideshow?

2019-08-21 Thread Stephen De Gabrielle
Hi I’m trying to help a user who is getting an error when trying to run slideshow: > I typed "#lang slideshow" into DrRacket and got the following error: > > CreateIconIndirect: call failed (87) > > Interactions disabled: slideshow does not support a REPL (no > #%top-interaction) > They have

[racket-users] is there a list of racket relevant papers/thesis/posters/etc.?

2019-08-21 Thread Stephen De Gabrielle
Hi Racketeers, I know some of the documentation refers to papers[*], but I'm wondering if there is a centralised list. I don't want to duplicate effort, but if there isn't, I'll try add one to the wiki. Kind regards, Stephen [*] https://docs.racket-lang.org/reference/doc-bibliography.html

[racket-users] Re: [standard-fish] Summer competiton 2019

2019-08-21 Thread Stephen De Gabrielle
ack (list character-cat-girl stone-block stone-block stone-block stone-block)) water-block (stack (list grass-block dirt-block)) (stack (list grass-block dirt-block dirt-block))) On Wed, Aug 21, 2019 at 6:19 PM Stephen De Gabrielle < spdegabrie...@gmail.

[racket-users] Re: [standard-fish] Summer competiton 2019

2019-08-21 Thread Stephen De Gabrielle
Only 10 days left! Get your entries in! https://github.com/standard-fish/summer-competititon-2019/blob/master/README.md On Wed, 31 Jul 2019 at 04:28, Stephen De Gabrielle wrote: > *Subject: [standard-fish] Summer competiton 2019* > *'Summer standard fish competition 2019'* > [ima

Re: [racket-users] Possible Racket2 ideas from other languages

2019-08-19 Thread Stephen De Gabrielle
f I could get a better sense > of what might have a chance at gaining some traction. > > Thanks, > Jimmy > > > > > > > > On Mon, Aug 19, 2019 at 8:55 AM Stephen De Gabrielle < > spdegabrie...@gmail.com> wrote: > >> Thanks Jimmy, >> >>

Re: [racket-users] Re: Racket Jupyter/nextJournal

2019-08-19 Thread Stephen De Gabrielle
better, but still terrible location https://github.com/racket/racket/wiki/Racket-in-the-Cloud 'in the cloud'? what is wrong with me? S. On Tue, Aug 20, 2019 at 12:22 AM Stephen De Gabrielle < spdegabrie...@gmail.com> wrote: > added to the wiki > > https://github.com/racket/ra

Re: [racket-users] Re: Racket Jupyter/nextJournal

2019-08-19 Thread Stephen De Gabrielle
added to the wiki https://github.com/racket/racket/wiki/IDE's-and-text-editors https://github.com/racket/racket/wiki/IDE's-and-text-editors KR Stephen On Mon, Aug 19, 2019 at 7:31 AM tbrooke wrote: > Good News from nextJournal > > Good news, turns it Racket actually *does* work: >

Re: [racket-users] Racket News - Issue 14

2019-08-19 Thread Stephen De Gabrielle
Thank you Paulo! Another awesome issue of Racket News. S. On Fri, Aug 16, 2019 at 9:49 PM Paulo Matos wrote: > Racket News issue 14 is here. > https://racket-news.com/2019/08/racket-news-issue-14.html > > Enjoy! > > -- > Paulo Matos > > -- > You received this message because you are

<    1   2   3   4   >