Fork me on GitHub
#cljsfiddle2016-03-07
>
shaunlebron03:03:15

has cljsfiddle found a designer yet?

chrisoakman06:03:10

just playing around with some ideas there

escherize12:03:34

Hahaha, you're really good at that

escherize13:03:30

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

chrisoakman15:03:16

thanks friend simple_smile

chrisoakman15:03:22

that screenshot looks so much better than my computer

chrisoakman15:03:27

I really need to upgrade my monitors

shaunlebron15:03:04

@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

shaunlebron15:03:56

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

chrisoakman15:03:28

damn Slack not supporting inline links 😉

escherize23:03:22

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.