This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-19
Channels
- # admin-announcements (27)
- # beginners (12)
- # boot (168)
- # cider (4)
- # clojure (27)
- # clojure-art (3)
- # clojure-austria (1)
- # clojure-russia (10)
- # clojurescript (50)
- # datomic (10)
- # editors (2)
- # hoplon (51)
- # ldnclj (26)
- # liberator (1)
- # off-topic (7)
- # om (23)
- # parinfer (6)
- # proton (7)
- # reagent (17)
- # yada (1)
I've added a new wiki page: https://github.com/hoplon/hoplon/wiki/Running-on-Windows
I've also added a new section, Running on Windows, to the getting started page: https://github.com/hoplon/hoplon/wiki/Get-Started
folks, how do you usually make components-“mixins” in hoplon? like draggable, selectable and so on? via defelem wrapper?
Before making the change I updated build and made sure that both changes were required.
@ul you can use the do!
and on!
multimethods to make custom attributes that will span all elements
@urhein: could you share some sample code when you get it working? I'd love to see it added to the demos!
honestly speaking, right now I'm playing with own hoplon-like lib, and my exact solution will not be a great example. but i can take some time and write hoplon example especially for demo purposes
That would be very much appreciated. I see hoplon as a way for me to finally write some nice web pages. Thinking even of starting up a web dev co around hoplon
Hoplon is great! I have only one completely finished app written with it, but it was pure pleasure.
One thing I like about hoplon is that it is one of the best explained projects. So it is a great way to get started with ClojureScript!
<body><div style="position: absolute; top: 0px; left: 0px; width: 100px; height: 100px; background-color: red;"></div><div style="position: absolute; width: 100px; height: 100px; background-color: blue;"></div></body>
the thing i want to work on during my holiday vacation is state machines you can hook up to elements
What you need to do to run on windows depends on what template you use. See the updated wiki page: https://github.com/hoplon/hoplon/wiki/Running-on-Windows