dataangel has quit [Remote host closed the connection]
m455 has quit [Quit: WeeChat 2.3]
m455 has joined #racket
TCZ has quit [Quit: Leaving]
badkins has quit [Remote host closed the connection]
TCZ has joined #racket
m455 has quit [Quit: WeeChat 2.3]
jmiven_ is now known as jmiven
nebunez has joined #racket
m455 has joined #racket
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #racket
badkins has joined #racket
efm has quit [Read error: Connection reset by peer]
m455 has quit [Quit: WeeChat 2.3]
TCZ has quit [Quit: Leaving]
YuGiOhJCJ has joined #racket
efm has joined #racket
orivej_ has joined #racket
orivej has quit [Ping timeout: 265 seconds]
Sgeo has joined #racket
countvajhula has joined #racket
orivej_ has quit [Read error: Connection reset by peer]
orivej has joined #racket
aaaaaa has quit [Ping timeout: 256 seconds]
nikita` has quit [Quit: leaving]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
efm has quit [Quit: Konversation terminated!]
badkins has quit [Ping timeout: 256 seconds]
bocaneri has quit [Ping timeout: 256 seconds]
casaca has joined #racket
badkins has joined #racket
iyzsong has quit [Read error: Connection reset by peer]
iyzsong has joined #racket
orivej has quit [Ping timeout: 264 seconds]
m455 has joined #racket
TCZ 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
countvajhula has quit [Ping timeout: 256 seconds]
countvajhula has joined #racket
narimiran has quit [Ping timeout: 258 seconds]
_whitelogger has joined #racket
countvajhula has quit [Ping timeout: 260 seconds]
countvajhula has joined #racket
countvajhula has quit [Ping timeout: 256 seconds]
aaaaaa has joined #racket
acarrico has quit [Ping timeout: 258 seconds]
aaaaaa has left #racket [#racket]
sonata has joined #racket
acarrico has joined #racket
badkins_ has quit [Remote host closed the connection]
badkins has joined #racket
acarrico has quit [Ping timeout: 246 seconds]
badkins has quit [Ping timeout: 258 seconds]
<sonata>
Are there any generally-popular packages suited to writing static HTML/CSS/JS, no communication with the server? My use case is a singleplayer game playable offline in a web browser.
selimcan has joined #racket
badkins has joined #racket
sagax has quit [Remote host closed the connection]
aaaaaa has joined #racket
<aaaaaa>
Hi all. I'm using write/read for toy serialization. So far so good. But I want to stress the fact that some list has a name. And I'm doing (list 'x-values-goes-here x)
<aaaaaa>
For the user
<aaaaaa>
Who will open the text file
<aaaaaa>
I can weed out the first symbol by (rest...) OK
<aaaaaa>
But is there more elegant way? I just want to add comments, not symbols/values
notzmv has quit [Ping timeout: 244 seconds]
TCZ has quit [Quit: Leaving]
<m455>
hmm weird, i'm trying to (require racket/vector) (vector-empty? (vector)) and racket is saying vector-empty isn't defined