All Projects → jamii → concerto

jamii / concerto

Licence: other
Multiplayer clojure!

Programming Languages

clojure
4091 projects
emacs lisp
2029 projects

Multiplayer clojure!

Concerto adds a broadcast mode to nrepl, so that when multiple users are logged into the same nrepl server they can each see what the others are doing.

For the time being, concerto is just an experiment and will not be supported. Known bugs include poor handling of multiple joins and broken stacktraces. I suspect the latter is due to broken decoding of nested dicts in nrepl.el - certainly the received messages lose fields as soon as concerto begins broadcasting.

Usage

[concerto "0.1.0-SNAPSHOT"]

On the server side:

jamie@alien:~/concerto$ lein repl
...
user=> (require 'concerto)
nil
user=> (def server (concerto/server))
#'user/server

On the client side:

  • load concerto.el in emacs

  • M-x nrepl [host] [port]

  • M-x concerto [username]

You should now get broadcast messages in the *concerto* buffer for every repl interaction.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].