body { width: 98%; } img { max-width: 25%; } del { text-decoration: none; background-color: black; } del:hover { background-color: transparent; } th { text-align: left; font-weight: normal; text-decoration: underline; padding-bottom: 1em;} td { padding: 0.2em 2em 0.2em 0} pre { background-color: #ddd; padding: 0.4em} blockquote { color: #666; border-left: 2px solid #999; padding-left: 0.5em; margin-left: 0}

SchemeBBS


An anonymous BBS (textboard) written in R5RS Scheme

News

Sat Sep 9 10:23:06 UTC 2023

Thu Dec 30 15:36:50 UTC 2021

Sat Jun 6 11:14:44 UTC 2020

Demo board

If you just want to try SchemeBBS, please do so in /sandbox/

Boards

Features

bbs.scm is a 2ch clone with the following features:

Formatting

One newline is a line break (<BR>), two or more newlines will start a new paragraph.

inputoutput **bold**bold __italic__italic ==monospaced==monospaced ~~spoiler~~spoiler http://c2.comhttp://c2.com link to post >>7link to post >>7 >quoted text

quoted text

```
;;;This is a block of code
(lambda (h)
  ((lambda (f) (f f))
   (lambda (f) (h (lambda (x) ((f f) x))))))
```
;;;This is a block of code
(lambda (h)
  ((lambda (f) (f f))
   (lambda (f) (h (lambda (x) ((f f) x))))))

Alternate Access

This site is also accessible via i2p: bbs.i2p

Source Code

You can clone SchemeBBS source code repo at gitlab

A Bit of History

/prog/ was a textboard about ``programming'', hosted at world4ch.org and later dis.4chan.org. It was an odd and fascinating place that went mostly unmoderated for years. Unfortunately the owners were made to remember its existence thanks to imbecilic spammers. Without consideration for the small community that inhabited the place, the plug was finally pulled on a sad day of July 2014.

If you weren't lucky enough to have been a part of it, an archive of all the posts is available at archive.org. There's a search engine for this archive which has also been entirely restored as web pages at archive.tinychan.net.

Back then, a somewhat recurrent joke was that the BBS script, Shiichan, should be rewritten in Scheme. I'm not aware this task was ever completed. Well, it is, now. For the sake of it. Another motivation was to write some real world software in Scheme: beside implementations you won't find a lot of Scheme code in the wild. This is especially true for MIT Scheme. So, however trivial this program is, its merits are its mere existence and the fact it's been deployed.

More History

If you're interested in the history of textboards as a whole, here are a few interesting reads:

Other Textboard Scripts

There's a huge list of textboard softwares at Overscript.

Software Stack

SchemeBBS is written in MIT/GNU Scheme, Nginx is used as a reverse proxy and the whole system runs on FreeBSD. There's no database, messages are stored as Scheme objects in plain files. This stack is lovely. Nice icons too.

MIT Scheme logoGNU logoNginx logoFreeBSD logo

Bonus Track

Listening to this tune will make you enjoy writing Scheme code.

The SICP snake


Valid ISO/IEC 15445:2000 This site doesn't use cookies This site doesn't use Javascript