This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-21
Channels
- # announcements (1)
- # beginners (20)
- # biff (5)
- # calva (43)
- # cider (5)
- # clj-commons (7)
- # clj-kondo (11)
- # clojure (58)
- # clojure-brasil (1)
- # clojure-denmark (1)
- # clojure-europe (27)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (2)
- # clojurescript (71)
- # data-science (32)
- # datalevin (6)
- # datomic (19)
- # emacs (1)
- # gratitude (3)
- # honeysql (8)
- # hoplon (15)
- # hyperfiddle (3)
- # introduce-yourself (1)
- # lsp (19)
- # malli (4)
- # nbb (7)
- # other-lisps (5)
- # practicalli (1)
- # re-frame (14)
- # releases (1)
- # ring-swagger (1)
- # squint (118)
- # xtdb (9)
- # yada (2)
And it is alive. Thanks to @borkdude for all the help getting this done.
<html>
<head>
<script src="" type="application/javascript"></script>
<script src="" type="application/javascript"></script>
<script src="" type="application/javascript"></script>
<script type="application/x-scittle">
(require '[hoplon.core :as h])
(require '[javelin.core :as j])
(j/defc title "From Hoplon")
(h/body
(h/h1 title))
</script>
</head>
<body>
</body>
</html>
@U04VC31U8 can you paste the app.cljs
source as a gist or so?
this is so freaking awesome
is there a way to have a cljs pane in fiddle or something like it?
don't know, if you can get to the DOM node you can extract the innerText and then evaluate with:
scittle.core.eval_string
@U04VC31U8 @U05094X3J Perhaps worth a message in #C06MAR553 This is a nice demo
https://twitter.com/borkdude/status/1727031314086535497 for those inclined to retweet
I plan to make a live code example for each Hoplon feature using this. I already have all I want to show in a single file but it is too much. And I also want to move https://github.com/hoplon/demos to the same setup.