Re: New developments in beginner-friendly editing/repl environments?

2018-08-29 Thread Phillip Lord
Have you asked the developer to provide an option? >From my experience is that parinfer is weird for the first 5 mins. Then it gets less confusing than trying to work out why the indentation is wrong. In paren mode, it does allow adding and removing brackets also. Phil "'Lee' via Clojure" wri

Re: New developments in beginner-friendly editing/repl environments?

2018-08-29 Thread 'Lee' via Clojure
I have indeed had conversations with Zach Oakes (developer of Nightcode) about the required use of Parinfer. If I understand correctly, the fact that Parinfer always maintains matching brackets makes his life significantly easier in developing other aspects of his editor, I guess because he can

Re: Arithmetic simplifier

2018-08-29 Thread bernardH
As an example of how to use intaparse to parse arithmetic expressions (among other things), you might be interested in this notebook https://mybinder.org/v2/gh/bhugueney/binder-test/master?filepath=Clojure.ipynb On Saturday, August 18, 2018 at 2:02:25 PM UTC+2, ckry...@gmail.com wrote: > > Hi,