Add tags

Add tags to the following comment
あえて無限リストを使って。
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
(use gauche.net)
(use util.stream)

(call-with-client-socket
    (make-client-socket 'inet (car *argv*) (x->integer (cadr *argv*)))
  (lambda (i o)
    (stream-for-each
     (lambda (l)
       (display #`",|l|\n" o)
       (print (read-line i)))
     (port->stream (current-input-port) read-line))))

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...