piss

entries

  1. on the banks of the O-rontes
    Kooneiform 2012-12-07T06:45:43+00:00
  2. Good advice
    Kooneiform 2013-01-25T19:38:16+00:00
  3. a micro mud?
    Kooneiform 2013-01-28T00:36:15+00:00
  4. First, there was the wheel. Then there was another wheel.
    Kooneiform 2013-02-01T03:30:01+00:00
  5. A single-threaded multiplexing server in Clojure, first attempt
    Kooneiform 2013-02-05T06:17:31+00:00
  6. server in Clojure, second attempt
    Kooneiform 2013-02-13T05:23:27+00:00
  7. server in Clojure, third attempt, solely for posterity’s sake
    Kooneiform 2013-03-03T17:15:01+00:00
  8. server in Clojure, fourth attempt
    Kooneiform 2013-03-04T02:11:42+00:00
  9. Who was Rolindar?
    Kooneiform 2013-03-11T02:35:48+00:00
  10. making roguelikes with Clojure
    Kooneiform 2013-03-22T05:22:56+00:00

on the banks of the O-rontes

Kooneiform

source

<p>I just wanted to highlight a rather interesting MOO-like project I came across on Github, <a href="https://github.com/philchristensen/antioch" target="_blank" title="Antioch on Github">Antioch</a>. According to the readme, </p> <blockquote><p> Django-powered, standards-compliant web interface using Bootstrap, jQuery, REST and COMET</p> <p>Sandboxed Pure-Python execution enables live programming of in-game code</p> <p>PostgreSQL-backed object store scales to million of objects and provides transactional security during verb execution</p> <p>Flexible plugin system, highly scalable messaging using RabbitMQ </p></blockquote> <p>I can&#8217;t say how far along it is but it looks pretty impressive. The author&#8217;s name, Phil Christensen, rang a bell &#8212; and then I realized that Phil (a rather interesting fellow himself) was working on txSpace (a cool Python MOO-like) a few years ago, and that it seems like Antioch is the next iteration of txSpace. Nice! </p>