An open source ClojureScript framework. Hoplon provides a spreadsheet-like dataflow programming environment and unifies the DOM with the dynamic environment. Page markup in Hoplon is simply Lisp expressions which are evaluated when the page loads to produce the DOM.
Questions tagged [hoplon]
20 questions
0
votes
1 answer
How to add the clojure.string library to a front-end Hoplon project using the Boot-clj build tool
I hope these questions are helping someone. I am new to both Hoplon and Boot. I am trying to use the "clojure.string" library in a Hoplon project and I can't seem to get it. I tried in the index.cljs.hl file:
(:require [clojure.string :as…

phlie
- 1,335
- 3
- 10
- 19
0
votes
1 answer
Using Hoplon with the Boot Bulid Tool To Get A Clojure Backend
This is a pretty simple problem. So far I spent all morning drying to figure out the problem. I decided to use Hoplon for my next Clojure based website and was wondering how I can start a new project with the boot build tool and Hoplon to include a…

phlie
- 1,335
- 3
- 10
- 19
0
votes
1 answer
How do I create an ordered list in Hoplon?
Given the list:
- first
- second

BreakPhreak
- 10,940
- 26
- 72
- 108
0
votes
1 answer
Unable to get Hoplon to run
I'm following the tutorial given here, have installed boot (and tested it) and created a new hoplon project called hoplon-webapp.
When I run boot development in my project directory, I get no response. No files are compiled or generated.
I'm using…

divs1210
- 690
- 1
- 8
- 16
0
votes
2 answers
How to get Emacs Live to recognize Hoplon (hl)?
Does anyone know how I can get Emacs Live to recognize Hoplon (hl)? These hl files should be treated as a clojurescript file.

user3328923
- 143
- 2