I have little GUI experience and also not to much clojure experience. I want to remedy both. ;-)
I am thinking about writing a program where I only can insert text and not edit it. Not even do a backspace. At the same time it should display a word count. (The idea is that you should have entering and editing text to be different phases.)
How would I implement this?
There are other things of-course: saving the data and later editing it to begin with. But that I can handle.
--
Cecil Westerhof