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)!
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* [(
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
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
4 matches
Mail list logo