Fork me on GitHub
#protorepl
<
2017-01-07
>
jasongilman02:01:30

@richiardiandrea: its parsing what it gets back from nREPL as edn. It doesn't really know what they came from. I think it would be possible to write some nrepl middleware to change the representation by examining the underlying classes. I think it's best to keep the representation to match what other repls show though.

jasongilman02:01:20

Though I think I don't exactly get your example. Could you show the input and expected output?

richiardiandrea02:01:37

Yes I got a screenshot but now I am away from it @jasongilman so I will follow up OK? Also...it think protorepl is the only editor that displays inline 😁

richiardiandrea02:01:05

Light table used to do it iirc

richiardiandrea02:01:12

I think that there could be simple filter: when map? directly show second (the value)...Anyway, I will paste a screen

jasongilman04:01:21

Ah I get what you're saying

jasongilman04:01:50

I've had the same thought about how maps should display inline.

richiardiandrea05:01:59

Oh cool it looks very easy to accomplish 😁