lowak_ has quit [Read error: Connection reset by peer]
lowak has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
FreeFull has quit []
monkey_ has joined #racket
monkey_ has quit [Remote host closed the connection]
monkey_ has joined #racket
notzmv has quit [Ping timeout: 248 seconds]
monkey_ has quit [Ping timeout: 250 seconds]
snits has joined #racket
lowak has quit [Remote host closed the connection]
lowak has joined #racket
notzmv has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
lowak_ has joined #racket
lowak has quit [Remote host closed the connection]
mfiano has quit [Ping timeout: 244 seconds]
jao has quit [Ping timeout: 264 seconds]
aidalgol_ has joined #racket
aidalgol has quit [Ping timeout: 268 seconds]
aidalgol_ is now known as aidalgol
mfiano has joined #racket
ur5us has quit [Ping timeout: 264 seconds]
skapata has quit [Remote host closed the connection]
williewillus has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.1)]
williewillus has joined #racket
chimp_ has quit [Ping timeout: 252 seconds]
williewillus has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.1)]
badkins has joined #racket
ttree has quit [Ping timeout: 264 seconds]
badkins has quit [Ping timeout: 265 seconds]
ormaaaj has quit [Quit: Bridge terminating on SIGTERM]
jA_cOp has quit [Quit: Bridge terminating on SIGTERM]
jryans has quit [Quit: Bridge terminating on SIGTERM]
ormaaaj has joined #racket
m5zs7k has quit [Ping timeout: 248 seconds]
ur5us has joined #racket
m5zs7k has joined #racket
codingquark has quit [Read error: Connection reset by peer]
codingquark has joined #racket
jryans has joined #racket
Psybur has joined #racket
ur5us has quit [Ping timeout: 264 seconds]
jA_cOp has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
morte_ has joined #racket
badkins has joined #racket
morte_ has quit [Read error: Connection reset by peer]
morte_ has joined #racket
morte_ has quit [Read error: Connection reset by peer]
szkl has quit [Quit: Connection closed for inactivity]
<samth>
jA_cOp: Common Lisp doesn't have "gradual typing", but type annotations in some Common Lisp systems can improve optimization in similar ways to the optimizations Typed Racket does
<jA_cOp>
I've also seen references to declare, declaim and such, but I guess if I wanted to understand the nuances I should go ahead and learn some CL! Hopefully some day! :)
morte_ has joined #racket
skapata has joined #racket
morte_ has quit [Remote host closed the connection]
morte_ has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
jao has joined #racket
williewillus has joined #racket
tonyg0 has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
tonyg0 has quit [Ping timeout: 268 seconds]
msiism has joined #racket
<msiism>
What's a good way to get the invocation name of a Racket program that works with just racket/base?
<msiism>
I've come up with this: (path->string (car (reverse (explode-path (find-system-path 'run-file)))))
<msiism>
But it seems clunky.
<msiism>
Maybe Racket already makes "argv[0]" availabe in some way.