This application is a presentation tool written in Clojure. You can create slides with S-expression. See a sample files under sample directory for example.
Just download L5.jar and run it.
$ wget http://github.com/downloads/fukamachi/L5/L5.jar
$ java -jar L5.jar
Then a managing window appears.
If JAR is given a file name, load it and start a presentation directory.
$ java -jar L5.jar sample/introduction-to-clojure.clj
$ clj sample/introduction-to-clojure.clj
Then the frame appears, press <Right> or <Space> to move to next and <Left> or <Backspace> to back. Press <F5> to toggle fullscreen mode.
You need not restart the frame when you modified slides. You should only press <R>, they reflect to the frame immediately.
You can access to L5 during it running.
$ nc localhost 12345
clojure.core=> (ns L5)
nil
L5=> (next-slide)
NEXT
L5=>
See a sample files under sample directory for example.
Press <E> on the presentation frame.
Copyright (c) 2010-2011 深町英太郎 (E.Fukamachi).
Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)