Fork me on GitHub
#clojurescript
<
2015-10-27
>
peterschwarz02:10:59

@samumbach: Would you mind putting that in a gist? Would be handy to be able to star it...

samumbach02:10:52

@peterschwarz: will do; I've also moved it out to a separate namespace in my codebase

iambrendonjohn08:10:45

My workmate built a small website in clojurescript + om that was part of a project that won a design award in New Zealand.

iambrendonjohn09:10:14

Instead of linking to the work (which I can still do), would it be better to do a breakdown of the work as a blog?

chedgren09:10:47

I'd love that

ordnungswidrig10:10:23

does anybody have an example on how to use pprint in clojurescript 1.7?

iambrendonjohn10:10:04

It really was quite simple but was sweet to use cljs, om and figwheel on a design gig

ricardo10:10:26

Bit lost on this part of cljs library deployment… what’s the way to specify/add externs on a library you’re going to distribute? Or is the standard approach to just tell the user “you need to download externs from that source”?

dnolen10:10:16

@ricardo: if you depend on a CLJSJS thing … nothing to do

dnolen10:10:24

if you don’t then read up on managing dependencies

dnolen10:10:33

all of this is covered in ClojureScript documentation

dnolen10:10:44

looking around the web will lead you astray

ricardo10:10:55

@dnolen: Will go through it… I’m wondering if I should package the chrome extensions’ externs with khroma, or just leave it up to the user (some libraries like jayq leave it up to the user, but that feels error prone).

dnolen10:10:12

leaving it up to the user doesn’t make any sense to me

dnolen10:10:54

jayq is ancient and doesn’t follow modern CLJS practice

dnolen10:10:20

(real deps.cljs support didn’t exist then)

ricardo11:10:16

Acknowledged. I’ll bundle it up.

chedgren11:10:32

Jumpin' Jesus on a Pogo Stick! Is this a meme now

hugog12:10:30

is it plausible to use clojurescript to build terminal applications?

hugog12:10:52

if so, is there any tutorial? (noob eager to learn clojurescript)

dnolen12:10:58

@hugog: yes via Node.js or @mfikes's Planck

martinklepsch12:10:25

Anyone having used ReactDOMServer from cljs? https://github.com/cljsjs/packages/pull/265

mfikes12:10:42

@hugog: My collected Planck writings are tagged: http://blog.fikesfarm.com/tags/Planck.html

hugog12:10:00

I came across this by reading https://swannodette.github.io/2015/07/29/clojurescript-17/ "write fast starting shell scripts with Planck or with Node.js"

hugog12:10:13

The thing as being a noob don't know where to start

hugog12:10:19

Plank is just for osx?

hugog12:10:39

@dnolen: is there any leiningen template for nodejs apps?

lvh13:10:03

hugog: you may want to consider nexe too

lvh13:10:13

same idea, but shove an interpreter + your thing into a binary

mfikes13:10:19

@hugog: Yes, currently Planck targets only OS X.

mfikes14:10:55

@hugog: Cool. I'd like to port Planck to Linux. For now, node may be the best way to go.

bensu23:10:01

Hi everybody! Yesterday I asked everybody at #C03S1KBA2 to try http://asterion-dev.elasticbeanstalk.com/index.html

bensu23:10:11

It's a tool to visualize dependency graphs. Today it works for ClojureScript projects,

bensu23:10:04

a very cool/big one to try out is https://github.com/circleci/frontend