Everyone is welcome to join us for the Racket meet-up: Saturday, 6 June 2026 at 18:00 UTC
In your timezone: 2026-06-06T18:00:00Z. (converter).
This meet-up will be held at https://meet.jit.si/Racketmeet-up - note: we may be hitting the maximum number of users that jitsi can support so if you have trouble joining the meeting please let us know.
Show & Tell - did you make something with Racket? Tell us about it
News & rumours (RacketCon is coming!)
AOB
Racket meet-ups are on the first Saturday of EVERY Month at 18:00 UTC
30 minutes but can overrun (it usually lasts ~1hr)
EVERYONE WELCOME
Stephen
λλλ
Spread the word! Share this announcement on social media:
Racket meet-up: Saturday, 6 June 2026 at 18:00 UTC
EVERYONE WELCOME 😁
Announcement, Jitsi Meet link & discussion at https://racket.discourse.group/t/racket-meet-up-saturday-6-june-2026-at-18-00-utc/4275
#lisp #scheme
We started by talking about Racket meetups in general, especially offline/local ones. There is already a Bay Area meetup coming up: Bay Area Racket Meetup · Luma, and an experimental pub meetup in Scotland: UK Racket meet-up · Luma. Everyone is encouraged to try organizing an offline Racket meetup in their own area.
We also mentioned the RacketCon 2026 call for participation:
Naturally, we also talked about AI: how people are using it, what helps it produce decent results, and how important fast feedback loops are. Error messages came up as a particularly important part of this, with Rust as one example. This recent paper on verbose errors was mentioned: https://arxiv.org/pdf/2606.01522
The chess engine comparison led into a broader AI discussion: chess engines used to be weak, but with better algorithms and more hardware, even a phone can now beat the world champion. We discussed whether AI might follow a similar path, including the possibility that in five years useful models could be locally hosted on ordinary machines.
We also talked about the current economics of AI: hardware scarcity, subsidies, token costs, and whether the promised returns on AI investment are realistic. This little site was mentioned:
On the programming languages side, we mentioned that guaranteed Rust tail-call optimization has been merged into nightly:
We also briefly discussed the take that “every language is either a C or a Lisp”, with JavaScript described as more Lisp-like and Python as more C-like, mostly in terms of how expressions and statements work.