fredokun / cl-jupyter

An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
BSD 2-Clause "Simplified" License
199 stars 29 forks source link

Interprets correctly tabular characters #41

Closed GPPassos closed 6 years ago

GPPassos commented 6 years ago

Tabular characters are not adequately converted currently. This PR fixes that ( solves #26 ).

Perhaps a more general solution would be using a library such as https://github.com/madnificent/jsown . Which features are necessary that are not there?

Thanks.

fredokun commented 6 years ago

Thank you for the PR, it's merged. When I started cl-jupyter I did not really like the APIs of JSON libraries, plus there were some issues wrt. false vs nil, etc. I did not try jsown and at some point I should probably switch to a more robust library.