Fork me on GitHub
#ldnclj
<
2016-02-02
>
agile_geek08:02:55

@annapawlicka: as I said, no one leaves ldnclj...mwah ha ha!

agile_geek08:02:29

@annapawlicka: no the problem is you're asleep when we are on line!

maleghast08:02:29

@annapawlicka: Thanks, I will take a look simple_smile

agile_geek08:02:38

Finally decided to take the plunge and ordered Dell XPS13 and it's left the manufacturing plant in China on it's way to me!

maleghast08:02:58

@annapawlicka: Thanks very much for the tip - I sent Adam an email - as they say in Scotland, “Shy bairns get nae sweets.” simple_smile

thomas10:02:54

Adding cljs to an existing Compojure project is a right pain…. 😞

thomas10:02:18

taken me over 2 hours so far and it still isn’t working.

thomas10:02:38

nor is this the first time I am doing this 😞

thomas10:02:44

rant over.

thomas10:02:48

for the moment

mccraigmccraig10:02:29

@thomas: working the other way is probably easier, since a cljs project is generally more complicated than a clj project...

thomas10:02:53

yes… I was wondering if I should do that...

agile_geek10:02:11

@mccraigmccraig: I found that too.. but only after I'd been through the pain @thomas is suffering!

agile_geek10:02:55

One of the reasons I want to look at Boot (which I have no idea about) is to see if it makes projects more composable.

thomas10:02:27

is there a good boot template for cljs?

thomas10:02:51

aahyes, you mentioned that one...

mccraigmccraig10:02:51

a while back and it was good

thomas10:02:58

let me have a look

martinklepsch10:02:37

Run boot show -u after generating the project, some deps might be out of date :)

mccraigmccraig10:02:09

boot takes a bit of getting used to, but there is sufficient familiar stuff (cljs compiler options etc) to be productive straight away

thomas10:02:02

how simple would it be to add compojure to it?

thomas10:02:16

as I would like to use that for serving the files and some mode data?

malcolmsparks11:02:11

@thomas fwiw @dominicm and I are putting together a boot-based template project that has both server and cljs repls

malcolmsparks11:02:39

the file serving will be #C0702A7SB based however

malcolmsparks11:02:49

(yada my-directory)

agile_geek11:02:05

@malcolmsparks: look forward to it. As an 'occasional dabbler' in clj and cljs I feel the pain of the newcomer over and over which is why I bang on about trying to make entry and intermediate level learning easier in the community.

agile_geek11:02:39

It's also the biggest frustration I hear in all the Dojo's I attend/run

thomas11:02:38

@malcolmsparks: for the thing I am currently working on Yada would be a bit of over kill…. But I might port it over as an excercise

thomas11:02:43

sounds good though.