Fork me on GitHub
#hoplon
<
2016-07-18
>
thedavidmeister02:07:25

hey, my understanding is that in clojure there is clojure.core/read-string and clojure.edn/read-string and they have different security implications

thedavidmeister02:07:36

but in clojurescript i could only find cljs.reader/read-string

thedavidmeister02:07:44

so, is that safe to use?

jumblerg06:07:07

unless you're running it on the server, since client code is untrusted in the first place, you should be fine.

raywillig15:07:49

good morning hoploners. does anyone have a good recommendation for mobile js lib for hoplon apps?

raywillig15:07:10

i need pretty simple functionality for now, mainly just swiping i think

dm315:07:20

jquery-mobile?

thedavidmeister15:07:14

jquery mobile was pretty prescriptive and monolithic last time i used it

thedavidmeister15:07:17

(which was years ago)

thedavidmeister15:07:18

or just google some gesture libs

raywillig16:07:15

@thedavidmeister: thanks for the suggestions.

raywillig18:07:12

@micha cool thx. does that use the cljsjs package?

raywillig18:07:44

oh that’s really old lol

raywillig18:07:48

oh i see what that is. super clever. maybe i’ll bring it up to code

jjttjj20:07:21

is there any basic example out there of the hoplon/ui form stuff?