[racket-users] Autumn Lisp Game Jam 2021

2021-09-23 Thread Bruce O'Neel
This might interest some of you... Autumn Lisp Game Jam 2021 - itch.io [https://itch.io/jam/autumn-lisp-game-jam-2021] -- 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] Autumn Lisp Game Jam 2021

2021-09-23 Thread Stephen De Gabrielle
There is a collection of links that may be useful for games at https://github.com/racket/racket/wiki/Game-Development And don’t forget 2htdp/universe can be used from #lang racket Bw Stephen On Thu, 23 Sep 2021 at 09:16, Bruce O'Neel wrote: > > This might interest some of you... > > Autumn

Re: [racket-users] [ANN] Introducing "social" contracts

2021-09-23 Thread Nathaniel W Griswold
The changes look good, i like the idea of this. > On Aug 25, 2021, at 10:59 AM, Siddhartha Kasivajhula > wrote: > > Hello again folks, > I recently migrated one of my repos to use social-contract, and thought I'd > share the before/after as an example to illustrate what the package does: > >

[racket-users] Re: Writing to serial port?

2021-09-23 Thread Zeta Convex
Ah, OK. It seems fairly straightforward: (system "stty -F /dev/ttyACM0 115200 crtscts") (define out 0) (set! out (open-output-file "/dev/ttyACM0" #:mode 'binary #:exists 'append)) ;(set! in (open-input-file port-name #:mode 'binary)) (file-stream-buffer-mode out 'none) (write-byte whatever

[racket-users] Writing to serial port?

2021-09-23 Thread Zeta Convex
How do I write to a serial port? I'm on Linux, and want a baud rate of 115200. I'm new to Scheme. I can't seem to find a library to do what I want. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop

Re: [racket-users] New module log-bracketed; should probably be something else

2021-09-23 Thread jackh...@gmail.com
This looks quite a bit like you're trying to implement tracing, which is like logging, but instead of emitting messages associated with *points* in time, you emit messages for *ranges* of time. Rust has an excellent library for tracing. Perhaps that

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

2021-09-23 Thread Ryan Kramer
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 on Dr Mario has expired, I'm not a lawyer and