badkins has joined #racket
ec has quit [Quit: ec]
ec has joined #racket
badkins has quit [Ping timeout: 260 seconds]
ur5us has quit [Ping timeout: 250 seconds]
ec has quit [Quit: ec]
twosuns has quit [Quit: ...]
ec has joined #racket
monkey_ has joined #racket
badkins has joined #racket
ec has quit [Quit: ec]
ec has joined #racket
skapata has quit [Remote host closed the connection]
badkins has quit [Read error: Connection reset by peer]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
ur5us has joined #racket
emacsomancer has quit [Ping timeout: 240 seconds]
monkey_ has quit [Ping timeout: 250 seconds]
monkey_` has joined #racket
emacsomancer has joined #racket
monkey_` has quit [Client Quit]
morte_ has joined #racket
twosuns has joined #racket
notzmv has quit [Ping timeout: 248 seconds]
twosuns has quit [Quit: ...]
notzmv has joined #racket
morte_ has quit [Ping timeout: 260 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
jao has quit [Remote host closed the connection]
sabry has joined #racket
littlebobeep has quit [Ping timeout: 240 seconds]
kengruven has quit [Remote host closed the connection]
ermo has quit [Quit: ZNC 1.8.2 - https://znc.in]
ermo has joined #racket
cwithmichael has joined #racket
badkins has joined #racket
cwithmichael has quit [Client Quit]
badkins has quit [Ping timeout: 246 seconds]
ur5us has quit [Ping timeout: 250 seconds]
sabry has quit [Quit: Client closed]
littlebobeep has joined #racket
kengruven has joined #racket
kengruven has quit [Ping timeout: 250 seconds]
lortabac has joined #racket
capfredf has joined #racket
ttree has quit [Ping timeout: 250 seconds]
capfredf has quit [Ping timeout: 260 seconds]
littlebobeep has quit [Remote host closed the connection]
littlebobeep has joined #racket
littlebo1eep has joined #racket
littlebobeep has quit [Ping timeout: 240 seconds]
Helmholtz has joined #racket
<Helmholtz> Is racket a proper language for short CLI scripts (with argument handling) for tasks like scraping info from websites or consuming a RESTful service and presenting info via notify-send?
<Helmholtz> Currently I do these with bash + curl | jq/pup | notify-send
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
littlebo1eep has quit [Remote host closed the connection]
badkins has joined #racket
notzmv has quit [Ping timeout: 248 seconds]
badkins has quit [Ping timeout: 250 seconds]
littlebobeep has joined #racket
<jboy> Helmholtz: I've used it for such purposes. The startup time will be a bit higher, but otherwise it definitely beats writing a shell script.
<Helmholtz> jboy: can Racket compile static single binaries?
<jboy> That was a topic of discussion here recently...
<jboy> dzoe>Anyway, it is not purely "static", however the resulting binaries built with --orig-exe have second to no dynamic dependencies.
Avichi has joined #racket
<jboy> it gets pretty close, but if you want to compile to a single binary you can copy someplace, you may be better off with gambit, gerbil or chicken scheme.
sudden has quit [Ping timeout: 272 seconds]
ur5us has joined #racket
abrantesasf has joined #racket
kengruven has joined #racket
kengruven has quit [Ping timeout: 248 seconds]
ur5us has quit [Ping timeout: 240 seconds]
montxero has joined #racket
sudden has joined #racket
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #racket
notzmv has joined #racket
montxero has quit [Remote host closed the connection]
dbohdan has quit [Read error: Connection reset by peer]
dbohdan has joined #racket
ormaaj has quit [Killed (NickServ (GHOST command used by ormaaj254!~ormaaj2@user/ormaaj))]
ormaaj has joined #racket
ormaaj has quit [Client Quit]
ormaaj has joined #racket
abrantesasf has quit [Remote host closed the connection]
twosuns has joined #racket
twosuns is now known as TCZ
leah2 has joined #racket
<leah2> hi. building 8.5 i get some raco errors when building docs (8.4 builds fine), ala "draw-rectangle in dc<%>: drawing context is not ok: (wrapper-object:bitmap-dc% .
<leah2> any ideas what that means?
sagax has joined #racket
abrantesasf has joined #racket
brettgilio has quit [Quit: The Lounge - https://thelounge.chat]
herlocksholmes has quit [Quit: The Lounge - https://thelounge.chat]
herlocksholmes has joined #racket
brettgilio has joined #racket
szkl has joined #racket
skapata has joined #racket
skapata has joined #racket
skapata has quit [Changing host]
littlebobeep has quit [Remote host closed the connection]
littlebobeep has joined #racket
average_ has joined #racket
TCZ has quit [Quit: ...]
Skyz has joined #racket
Skyz34 has joined #racket
Skyz has quit [Ping timeout: 252 seconds]
Skyz34 is now known as Skyz
badkins has joined #racket
jA_cOp has quit [Quit: Reconnecting]
jA_cOp has joined #racket
Skyz has quit [Quit: Client closed]
littlebobeep has quit [Ping timeout: 240 seconds]
kengruven has joined #racket
kengruven has quit [Ping timeout: 240 seconds]
Skyz has joined #racket
sabry has joined #racket
capfredf has joined #racket
capfredf has quit [Ping timeout: 276 seconds]
sabry has quit [Quit: Client closed]
ec has quit [Quit: ec]
ec has joined #racket
Skyz has quit [Ping timeout: 252 seconds]
lortabac has quit [Quit: WeeChat 2.8]
capfredf has joined #racket
kengruven has joined #racket
ec has quit [Remote host closed the connection]
ec has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
szkl has quit [Quit: Connection closed for inactivity]
average_ has quit [Quit: Connection closed for inactivity]
badkins has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 250 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
capfredf has quit [Remote host closed the connection]
ec has quit [Quit: ec]
ec has joined #racket
badkins has joined #racket
skapata has quit [Ping timeout: 248 seconds]
nate-b has joined #racket
<nate-b> Howdy. I'm using racket's FFI, and I'm trying to register a callback. How do you define a callback that takes a list? E.g., (_fun [len : _int] [vals : (_list i _int len)]) is what I want to write but _list i doesn't take a length. What do I do?
ttree has joined #racket
skapata has joined #racket
skapata has quit [Changing host]
skapata has joined #racket
badkins has quit [Ping timeout: 240 seconds]
ec has quit [Ping timeout: 240 seconds]
ec has joined #racket
capfredf has joined #racket
capfredf has quit [Ping timeout: 246 seconds]
badkins has joined #racket
TeddyDD has joined #racket
jao has joined #racket
badkins has quit [Remote host closed the connection]
Avichi has quit [Quit: Client closed]
jao has quit [Remote host closed the connection]
jao has joined #racket
badkins has joined #racket
capfredf has joined #racket
<kengruven> is there a good example of a racket game? i want multiple workers (threads?) to continuously update a shared view, and that seems game-like, but i don't have experience with all the concurrency/synchronization tools that racket provides so i don't know which to pick.
capfredf has quit [Ping timeout: 276 seconds]
littlebobeep has joined #racket
lowak has quit [Remote host closed the connection]
lowak has joined #racket
szkl has joined #racket
<technomancy> kengruven: oofoe has released a bunch of game jam entries in racket: https://oofoe.itch.io/
kengruve_ has joined #racket
kengruven has quit [Read error: Connection reset by peer]
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #racket
littlebo1eep has joined #racket
littlebobeep has quit [Ping timeout: 240 seconds]
capfredf has joined #racket
littlebo1eep has quit [Ping timeout: 240 seconds]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
littlebobeep has joined #racket
abrantesasf has quit [Remote host closed the connection]
badkins has quit [Remote host closed the connection]
capfredf_ has joined #racket
capfredf has quit [Read error: Connection reset by peer]
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #racket
littlebobeep has quit [Ping timeout: 240 seconds]
badkins has joined #racket
littlebobeep has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
littlebobeep has quit [Ping timeout: 240 seconds]
badkins has quit [Ping timeout: 260 seconds]
ec has quit [Ping timeout: 240 seconds]
ec has joined #racket
littlebobeep has joined #racket
capfredf_ has quit [Remote host closed the connection]
littlebobeep has quit [Ping timeout: 240 seconds]
littlebobeep has joined #racket
codingquark has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
codingquark has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
capfredf has joined #racket
capfredf has quit [Ping timeout: 250 seconds]
szkl has quit [Quit: Connection closed for inactivity]
nate-b has left #racket [#racket]
capfredf has joined #racket
ur5us has joined #racket
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
casaca has quit [Remote host closed the connection]
capfredf has quit [Ping timeout: 256 seconds]
capfredf has joined #racket
ec has quit [Ping timeout: 240 seconds]
ec has joined #racket
littlebobeep has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
capfredf has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 250 seconds]
ec has quit [Ping timeout: 240 seconds]
ec has joined #racket
badkins has joined #racket
capfredf has joined #racket
badkins has quit [Ping timeout: 240 seconds]
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
capfredf has quit [Ping timeout: 240 seconds]
badkins has joined #racket
notzmv has quit [Ping timeout: 240 seconds]