A Nostr browser in Clojure.
Go to file
2022-04-08 12:35:27 -05:00
spec/more_speech Better sorting technique, using sorted-set. I expect that will do insertions rather than continual sorting of a large collection. Also reversed the sense of the sort, so latest articles are on top. 2022-04-08 12:28:30 -05:00
src/more_speech Added things to todo list. 2022-04-08 12:35:27 -05:00
.gitignore First Commit. Basic formatting 2022-01-18 13:04:57 -06:00
issues Added the edit window. Non-functional. 2022-03-08 11:27:24 -06:00
project.clj Better sorting technique, using sorted-set. I expect that will do insertions rather than continual sorting of a large collection. Also reversed the sense of the sort, so latest articles are on top. 2022-04-08 12:28:30 -05:00
README.md First Commit. Basic formatting 2022-01-18 13:04:57 -06:00

more-speech

A Quil sketch designed to ... well, that part is up to you.

Usage

LightTable - open core.clj and press Ctrl+Shift+Enter to evaluate the file.

Emacs - run cider, open core.clj and press C-c C-k to evaluate the file.

REPL - run (require 'more-speech.core).

License

Copyright © 2016 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.