dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
meow 2016-01-12T07:33:44.000009Z

@darwin: how have you been?

jimmy 2016-01-12T09:31:06.000012Z

hi guys 😄

jimmy 2016-01-12T09:31:18.000013Z

but the thing is when ever I refresh the browser

jimmy 2016-01-12T09:31:31.000014Z

I have to run the same command to require devtools and install over again ?

jaen 2016-01-12T09:38:17.000015Z

Well, you could put it in your code, I suppose? Or am I misunderstanding something?

jimmy 2016-01-12T09:40:29.000017Z

ah , yes xD

2016-01-12T13:10:03.000019Z

@meow: Hi Patrick, thanks, I have been working on Clojure(Script) projects :simple_smile: chromex in November, and started hacking on dirac in December

2016-01-12T13:10:38.000020Z

Dirac took more time than initially expected, but I think I will be able to release 0.1 later this week

2016-01-12T13:14:29.000021Z

@meow: What are you hacking on these days?

meow 2016-01-12T13:15:50.000022Z

couple of things

meow 2016-01-12T13:16:03.000023Z

#C0CB40N8K

meow 2016-01-12T13:16:11.000024Z

and #C0J20813K

meow 2016-01-12T13:16:29.000025Z

not writing code for those, just helping out

meow 2016-01-12T13:17:14.000026Z

https://twitter.com/ErgoAlgorithmic

2016-01-12T13:19:20.000028Z

I used to be into 3D as well, actually I have masters in CS - computer graphics

2016-01-12T13:19:26.000029Z

wanted to do game dev

2016-01-12T13:20:02.000030Z

worked on Mafia2 PC game for couple of years

2016-01-12T13:21:26.000031Z

so braid-chat could be a new home for our slack community some day, I suppose :simple_smile:

jaen 2016-01-12T13:31:25.000033Z

@darwin: don't have time just now, but will be interested in getting dirac working with boot toolchain soon; I hope I can hassle you to get pointers how to do it then?

2016-01-12T13:32:14.000034Z

@jaen: thank you, I completely ditched Figwheel dependency and rewrote all for using nREPL, so there should be no lein specific bits now

2016-01-12T13:32:43.000035Z

I will provide docs for lein, but would be really glad for someone familiar with boot to write some tips for boot

jaen 2016-01-12T13:33:09.000036Z

Oooh, cool, then maybe it will be easy to get it working with boot ❤️

jaen 2016-01-12T13:33:33.000037Z

cljs-devtools saved me from grief countless times, I expect dirac to be the same.

2016-01-12T13:34:04.000038Z

we’ll see, haven’t used it personally much yet :simple_smile:

2016-01-12T13:34:25.000040Z

for me two major features: eval-ing in the context of paused debugger on selected stack frame

2016-01-12T13:34:43.000041Z

and second will be system-wide shortcut to focus repl prompt

2016-01-12T13:34:45.000042Z

:simple_smile:

jaen 2016-01-12T13:35:21.000043Z

Yeah, you can do simple thing writing Javascript on a breakpoint, but more complex expression? No dice.

jaen 2016-01-12T13:35:27.000044Z

So it'll certainly be helpful.

meow 2016-01-12T13:56:43.000046Z

@jaredly: get yer butt over here and check out what @darwin has been doing

meow 2016-01-12T13:57:30.000047Z

@darwin: guy looking for d3.js help over on #C0F0V8DT5 right now if you can help, plus we discuss lots of graphics issues there

2016-01-12T13:58:45.000049Z

heh, last time I used d3 was few years back with coffeescript: https://github.com/darwin/cmx.js

meow 2016-01-12T13:59:04.000051Z

right

meow 2016-01-12T13:59:20.000052Z

@jaredly: is into all things repl

2016-01-12T13:59:40.000053Z

I want to do some blockchain visualizations using d3.js some day, maybe I will write it in cljs :simple_smile:

meow 2016-01-12T13:59:41.000054Z

you two should find much to discuss

meow 2016-01-12T14:00:09.000055Z

come over to #C0F0V8DT5 to discuss further

2016-01-12T14:00:18.000056Z

sure, thanks

2016-01-12T14:35:57.000058Z

@meow: 😄 yeah I’m using @darwin’s stuff in the repl I’ve made