https://github.com/athos/intro-to-prejenter
https://github.com/athos/intro-to-prejenter
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/athos/intro-to-prejenter
- Owner: athos
- Created: 2018-05-31T10:55:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T05:53:03.000Z (about 8 years ago)
- Last Synced: 2025-05-03T06:44:52.937Z (about 1 year ago)
- Language: Clojure
- Size: 38.1 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## intro-to-prejenter
My slides to introduce [Prejenter](https://github.com/athos/prejenter),
a presentation framework written in Clojure.
## Prerequisites
- Java
- [Clojure CLI tool](https://clojure.org/guides/deps_and_cli)
- Emacs
- [CIDER](https://github.com/clojure-emacs/cider)
## Usage
First, start Clojure REPL from CIDER, using `cider-jack-in` or something.
Then, enter the following statements in the REPL:
```clj
(use 'prejenter.repl)
(start! 'intro-to-prejenter.slides)
```
And you'll see a slide image shown in the REPL buffer.
You can go back and forth with `(prev!)` and `(next!)`. If you want to jump to
a specific page, use `(goto! )` instead.
## License
Copyright © 2018 Shogo Ohta
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.