cljsfiddle

escherize 2016-03-07T01:02:35.000007Z

hi

richiardiandrea 2016-03-07T01:21:09.000012Z

hey πŸ˜„

escherize 2016-03-07T02:52:56.000014Z

Hello

shaunlebron 2016-03-07T03:42:09.000015Z

hello!

shaunlebron 2016-03-07T03:42:15.000016Z

has cljsfiddle found a designer yet?

chrisoakman 2016-03-07T06:08:27.000017Z

@escherize: http://oakmac.com/cljsfiddle-idea/

chrisoakman 2016-03-07T06:08:34.000019Z

https://github.com/oakmac/cljsfiddle-idea

chrisoakman 2016-03-07T06:09:10.000021Z

just playing around with some ideas there

escherize 2016-03-07T12:43:34.000022Z

Hahaha, you're really good at that

escherize 2016-03-07T13:35:30.000023Z

btw, I just got parinfer to shuffle parens! Still have to figure out how to write new text into the codemirror textbox though.

shaunlebron 2016-03-07T15:29:30.000025Z

^nice design @chrisoakman

chrisoakman 2016-03-07T15:30:16.000026Z

thanks friend :simple_smile:

chrisoakman 2016-03-07T15:30:22.000027Z

that screenshot looks so much better than my computer

chrisoakman 2016-03-07T15:30:27.000028Z

I really need to upgrade my monitors

shaunlebron 2016-03-07T15:47:04.000029Z

@escherize, are you basing off of parinfer-codemirror? I remember we talked about it briefly, but i haven’t looked at it yet: https://github.com/hiram-madelaine/codemirror-parinfer

shaunlebron 2016-03-07T15:47:56.000032Z

I know [Dirac](https://github.com/binaryage/dirac) and [Reepl](https://github.com/jaredly/reepl) are integrating parinfer with codemirror somehow

chrisoakman 2016-03-07T15:52:28.000036Z

damn Slack not supporting inline links πŸ˜‰

3πŸ˜•
escherize 2016-03-07T23:53:22.000045Z

btw, I just got parinfer to shuffle parens! (It took me a while to figure out I needed to call start-editor-sync! too.) Still have to figure out how to write new text into the codemirror textbox though. I'm basing off, the codemirror-parinfer repo, but I think there is a unique issue. So with cljsfiddle, we need to write and read from the codemirror instance. The repl implementations only need to read from it, and afaik the parinfer site just needs to write to it (via vcr). For reading, I can query the :text field on the state atom. But I havn't figured out how to write into the codemirror panel yet.