ldnclj

Find us on #clojure-uk
agile_geek 2015-09-19T09:38:24.000435Z

Might try prelude when I get bored by current emacs setup. I tried Spacemacs but too much about it was different so I would have customised it so much. I might go back to Spacemacs sometime when I feel brave enough to use Vim keys!

agile_geek 2015-09-19T09:39:35.000436Z

I find the hardest thing to deal with is having emacs on an evening and weekend….and Eclipse at work 😦

pupeno 2015-09-19T13:19:17.000437Z

Since Nashorn proved not to be enough, now I’m experimenting with NodeJS. I just managed to have Clojure start a NodeJS web server, have the server open a random port, save it to a file and have Clojure pick it up to know which port to use for requests. This is exciting! 😎

tcrayford 2015-09-19T13:20:33.000438Z

woah 😮

pupeno 2015-09-19T13:22:53.000439Z

It won’t be without some leakage (you still need to recompile your clojurescript targeting nodejs), but I’m confident it’ll be encapsulated well enough.

pupeno 2015-09-19T13:23:37.000440Z

In Clojure I’m calling Thread/sleep 100 twice… not happy about it.

pupeno 2015-09-19T13:24:26.000441Z

anyway, gym+food, see you later 💪 🍴

thomas 2015-09-19T19:40:17.000442Z

I guess that is one of my problems with Emacs... there are too many ways to achieve something. I followed the instructions on Clojure for the Brave.

thomas 2015-09-19T19:40:27.000443Z

but now some more yada hacking.