mehbark has quit [Read error: Connection reset by peer]
notzmv has quit [Ping timeout: 240 seconds]
notzmv has joined #racket
notzmv has quit [Ping timeout: 244 seconds]
wonko-the-sane has quit [Ping timeout: 246 seconds]
shawnw has joined #racket
notzmv has joined #racket
notzmv has quit [Ping timeout: 252 seconds]
notzmv has joined #racket
wonko-the-sane has joined #racket
notzmv has quit [Ping timeout: 244 seconds]
wonko-the-sane has quit [Ping timeout: 246 seconds]
Tuplanolla has joined #racket
wonko-the-sane has joined #racket
nisstyre has quit [Server closed connection]
nisstyre has joined #racket
skapata has quit [Read error: Connection reset by peer]
notzmv has joined #racket
phileasfogg is now known as rand0mApplicativ
mehbark has joined #racket
wonko-the-sane has quit [Ping timeout: 246 seconds]
avocadoist has joined #racket
libertyprime has quit [Quit: leaving]
libertyprime has joined #racket
wonko-the-sane has joined #racket
rand0mApplicativ is now known as cayley5
shawnw has quit [Ping timeout: 244 seconds]
liberalartist has joined #racket
GreaseMonkey has quit [Server closed connection]
morte_ has joined #racket
shawnw has joined #racket
skapata has joined #racket
notzmv has quit [Ping timeout: 240 seconds]
morte_ has quit [Ping timeout: 240 seconds]
libertyprime has quit [Ping timeout: 264 seconds]
liberalartist is now known as philip
philip is now known as liberalartist
shawnw has quit [Ping timeout: 244 seconds]
wonko-the-sane has quit [Ping timeout: 246 seconds]
notzmv has joined #racket
wonko-the-sane has joined #racket
wonko-the-sane has quit [Quit: leaving]
mehbark has quit [Ping timeout: 240 seconds]
ec has quit [Remote host closed the connection]
ec has joined #racket
morte_ has joined #racket
aryehh has joined #racket
<aryehh>
`plait` looks lovely. That said, I would like to use it to build an application that serves HTTP requests. Is this possible without having to create an http server from scratch? I have tried the following:
<aryehh>
```
<aryehh>
```
<aryehh>
[aryehh@nixos:~]$ racket -I plait
<aryehh>
Welcome to Racket v8.10 [cs].
<aryehh>
> (require web-server/servlet)
<aryehh>
string:1:9: require: not a `plait' module
<aryehh>
at: web-server/servlet
<aryehh>
in: (require web-server/servlet)
<aryehh>
[,bt for context]
<aryehh>
```
<liberalartist>
aryehh: I haven't used plait myself, but I immagine it would be difficult to require arbitrary modules for which its typechecker hasn't run.
notzmv has quit [Ping timeout: 240 seconds]
notzmv has joined #racket
aryehh has quit [Remote host closed the connection]