Coder Social home page Coder Social logo

l5's Introduction

L5 - Yet Another Presentation Tool for Lispers

This application is forked from the L5(author:Mr. Fukamachi) by Kenta Akimoto.

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.

added features by me

  • Page jumping (press a up key)

Installation

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.

How to use?

Pass a file to JAR

If JAR is given a file name, load it and start a presentation directory.

$ java -jar L5.jar sample/introduction-to-clojure.clj

Run as a script

$ clj sample/introduction-to-clojure.clj

Reload the file

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.

REPL

You can access to L5 during it running.

$ nc localhost 12345
clojure.core=> (ns L5)
nil
L5=> (next-slide)
NEXT
L5=>

Write slides

See a sample files under sample directory for example.

Export to PDF

Press <E> on the presentation frame.

License

Copyright (c) 2012 Kenta Akimoto (2010-2011 深町英太郎 (E.Fukamachi)).
Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)

l5's People

Contributors

fukamachi avatar kentaakimoto avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.