Hello List! I'm trying to create a TCP connection in Fluxus. The racket docs [1] tell me to (require racket/tcp), but that prints an error in the fluxus REPL:
default-load-handler: cannot open input file: "/usr/local/lib/racket/tcp.ss" (No such file or directory; errno=2) Is it possible to do TCP networking in Fluxus? Thanks, Johannes [1] http://docs.racket-lang.org/reference/tcp.html
