tilpner has quit [Read error: Connection reset by peer]
tilpner_ has joined #racket
tilpner_ is now known as tilpner
jmiven has quit [Quit: reboot]
jmiven has joined #racket
phillbush has quit [Quit: Leaving]
acarrico has quit [Ping timeout: 260 seconds]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 264 seconds]
mirrorbird has quit [Quit: Leaving]
tilpner_ has joined #racket
tilpner has quit [Ping timeout: 240 seconds]
tilpner_ is now known as tilpner
sz0 has quit [Quit: Connection closed for inactivity]
phillbush has joined #racket
libertyprime has joined #racket
FreeFull has quit []
mirrorbird has joined #racket
bitmapper has quit [Quit: Connection closed for inactivity]
<nisstyre>
bremner: I don't remember what I asked but thank you for answering
phillbush has quit [Remote host closed the connection]
tilpner has quit [Remote host closed the connection]
tilpner has joined #racket
tilpner has quit [Remote host closed the connection]
tilpner has joined #racket
zxq2 has quit [Ping timeout: 272 seconds]
phillbush has joined #racket
tilpner has quit [Remote host closed the connection]
tilpner_ has joined #racket
tilpner_ is now known as tilpner
tilpner has quit [Remote host closed the connection]
tilpner has joined #racket
tilpner has quit [Remote host closed the connection]
tilpner has joined #racket
aquijoule__ has joined #racket
aquijoule_ has quit [Ping timeout: 265 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 265 seconds]
g-w1 has quit [Quit: WeeChat 2.7.1]
phillbush has quit [Remote host closed the connection]
fredmanglis has joined #racket
fredmanglis has quit [Client Quit]
bitmapper has joined #racket
caente has quit [Ping timeout: 272 seconds]
mirrorbird has quit [Quit: Leaving]
orivej has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
narimiran has joined #racket
mirrorbird has joined #racket
rekahsoft has joined #racket
rekahsoft has quit [Ping timeout: 240 seconds]
sz0 has joined #racket
_whitelogger has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
badkins has joined #racket
badkins has quit [Ping timeout: 264 seconds]
teardown has quit [Remote host closed the connection]
teardown has joined #racket
epony has quit [Ping timeout: 240 seconds]
jellie has joined #racket
aquijoule__ has quit [Ping timeout: 240 seconds]
bitmapper has quit [Quit: Connection closed for inactivity]
mirrorbird has quit [Ping timeout: 272 seconds]
epony has joined #racket
MetaHertz has quit [Ping timeout: 264 seconds]
jellie has quit [Ping timeout: 260 seconds]
jellie has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 265 seconds]
jellie has quit [Read error: Connection reset by peer]
aeth has quit [Ping timeout: 272 seconds]
aeth has joined #racket
jellie has joined #racket
bremner has quit [Ping timeout: 264 seconds]
phillbush has joined #racket
phillbush has quit [Remote host closed the connection]
phillbush has joined #racket
jellie has quit [Ping timeout: 272 seconds]
jellie has joined #racket
badkins has joined #racket
orivej has joined #racket
badkins has quit [Ping timeout: 260 seconds]
jellie has quit [Ping timeout: 240 seconds]
jellie has joined #racket
jellie has quit [Ping timeout: 240 seconds]
nullcone has quit [Quit: Connection closed for inactivity]
bremner has joined #racket
jellie has joined #racket
jellie has quit [Ping timeout: 260 seconds]
jellie has joined #racket
jellie has quit [Ping timeout: 264 seconds]
caente has joined #racket
phillbush has quit [Quit: Leaving]
jellie has joined #racket
phillbush has joined #racket
jellie has quit [Ping timeout: 260 seconds]
aeth has quit [Ping timeout: 272 seconds]
aeth has joined #racket
jellie has joined #racket
badkins has joined #racket
bitmapper has joined #racket
badkins has quit [Ping timeout: 240 seconds]
acarrico has joined #racket
jellie has quit [Ping timeout: 272 seconds]
jellie has joined #racket
jellie has quit [Ping timeout: 240 seconds]
Lowl3v3l has joined #racket
oriba has joined #racket
<oriba>
I'm looking for an old SML-implementation (1993 or before), with weaker / non-static type checking. AFAIK there is an implementation in Scheme (renamed to Racket?) that provides such old SML. How to get started with racket/scheme to get such an old SML running?
dimaugh has joined #racket
<oriba>
In racket get an error "; readline-input:1:0: read-syntax: `#lang` not enabled [,bt for context]"
<oriba>
is this an issue that needs to recompile racket with other settings?
phillbush has quit [Remote host closed the connection]
phillbush has joined #racket
<ecraven>
you should not paste code with #lang in the repl, but load the file instead
<ecraven>
or run `racket -I <lang>`
<oriba>
how to load it?
Sgeo has joined #racket
<oriba>
looks like a long way to get my old SML running... first need to learn racket in more detail it seems
badkins has joined #racket
phillbush has quit [Remote host closed the connection]
aeth has quit [Ping timeout: 256 seconds]
phillbush has joined #racket
aeth has joined #racket
phillbush has quit [Remote host closed the connection]
phillbush has joined #racket
jellie has joined #racket
<samth>
oriba: try "racket <file.rkt>"
<samth>
dzoe: rather than changing the topic i've done something much worse ;)
<samth>
dzoe: tonyg: build time is faster on CS than BC now (at least on 1 thread)
<samth>
things are (maybe) slower than in 2016 because (a) the Chez build is a little slower than the Racket BC runtime build because Chez is slower than GCC and the build isn't parallelized as well (b) there's more code than 5 years ago