[racket-users] Get a job hacking scheme to save the internet!

2022-10-20 Thread Christine Lemmer-Webber
We're hiring over at the Spritely Institute (where I'm CTO!) Put all that Racket'y PLT and Scheme'y experience to use! https://spritely.institute/news/we-are-hiring.html We have implementations in Racket and Guile (though the latter is the primary one these days, but both are being supported)!

[racket-users] Re: Let over lambda and location information

2021-11-29 Thread Christine Lemmer-Webber
Oops, just saw the discourse forum. Moved to: https://racket.discourse.group/t/let-over-lambda-and-source-location-information/306 Christine Lemmer-Webber writes: > Take the following code: > > #+BEGIN_SRC racket > (require racket/match) > > (define-syntax-rule (methods* [(

[racket-users] Let over lambda and location information

2021-11-29 Thread Christine Lemmer-Webber
Take the following code: #+BEGIN_SRC racket (require racket/match) (define-syntax-rule (methods* [(method-name method-args ...) body ...] ... fallback) (let ((method-name (lambda (method-args ...) body ...)) ...) (define all-methods (list (c

Re: [racket-users] Announcing Fission Flare, a falling block video game

2021-09-24 Thread Christine Lemmer-Webber
Looks very fun. :) Ryan Kramer writes: > I've just released v0.1 of a falling block video game: > https://github.com/default-kramer/fission-flare It draws a lot of > inspiration from Dr Mario but I don't like to advertise that since my > game has plenty of unique ideas. And although the patent o