Fork me on GitHub
#clojurescript
<
2015-08-01
>
fluke77703:08:36

@meow @martinklepsch The template you posted yesterday definitely helps. I was able to port my electron app into that in 20 minutes. Reloading works great. @meow you should definitely spend some time hacking with it. It is really cool for writing apps.

ul04:08:29

@mfikes: no, I have no one, but I could send you compiled js I used to make a whole line of runs on your machine

ul05:08:12

the only thing i've changed is updating project deps before build

martinklepsch11:08:47

@fluke777: did you find a way to compile the file for the electron main process with :none?

martinklepsch11:08:49

@fluke777: never mind. :none + :target :nodejs+ :asset-path did the trick simple_smile

meow12:08:41

@fluke777: that's good to hear. Playing with electron is definitely on my todo list. Will get there eventually.

benzen12:08:33

hi, I'm looking for a way to access item in an html pseudo array

benzen12:08:22

something like TouchList {0: Touch}

darwin12:08:55

(taken from light-table)

benzen12:08:55

i tryed (first) which doesn't work because this struct isn't seqable

benzen12:08:23

i tryed aget, which yeld undfined in this case

benzen12:08:54

so your solution is to implement seq on HTMLCollection?

benzen12:08:51

seems overkill to me

darwin12:08:55

I haven't studied it much, it is a drop-in which turns js/HTMLCollection and js/NodeList into behaving CLJS citizens

darwin12:08:19

as you can see, they use (.item …) to access nth item

benzen12:08:29

This is exactly what i was looking for

joelkuiper20:08:34

Decided to open source / make public my first experience with ClojureScript! It’s been amazing https://github.com/joelkuiper/knowledge

joelkuiper20:08:57

Now I just need to convince my coworkers, although we have Clojure covered! The front-end dev team is still mostly Coffeescript 😉

grounded_sage23:08:47

So it is clear to me that LightTable development has stalled. I'm looking to level up my IDE/text editor should I move onto VIM, EMACS or IntelliJ. I like the idea of being able to navigate my environment without using a mouse and having it snappy.

potetm23:08:46

IMHO far and away the best.

grounded_sage23:08:00

That is a plugin to IntelliJ, kind of what I meant when I said it haha.

potetm23:08:37

If you’re not invested at all, my personal ordering is: Cursive > Emacs > Vim

potetm23:08:14

I prefer Vim for everything else, but not having a real, interactive repl buffer is really frustrating.

grounded_sage23:08:53

ok cool. Yea I was kind of leaning towards VIM due to steep learning curve of Emacs and apparently keybindings were better or something. I wish LightTable kept moving at a reasonable speed being developed and didn't get really slow when using it. I might start giving Cursive a go simple_smile

shaym23:08:54

why do you think that LT is stalled ? even the current version i find to be very good

grounded_sage23:08:33

The creator said himself LT is 'asleep' in Gitter

grounded_sage23:08:52

I like it and wish to see it become a good contender as a preferred IDE. But I find it lags quite a bit and can be slow. I want something that can keep up with me when I type and move around.