Name: Anonymous 2015-05-25 10:11
Can we fucking wake up here sheeple? We need a SchemeBBS. We need to restore all of prog.db in it. This regex crap the admin does is no good right now for the job.
$ curl --data "(version)" 127.0.0.1/schemebbs
1
$ curl --data "(post ((reply . #f) (post . \"Read SICP\")))" 127.0.0.1/schemebbs
0
$ curl --data "(post ((reply . 0) (post . \"Read my anus\")))" 127.0.0.1/schemebbs
1
$ curl --data "(get 0)" 127.0.0.1/schemebbs
((id . 0) (date . 1433747143) (post . "Read SICP"))
$ curl --data "(posts> 0 1)" 127.0.0.1/schemebbs
(((id . 1) (date . 1433747169) (post . "Read my anus")) ((id . 0) (date . 1433747143) (post . "Read SICP")))
$