Why aren't you using one of these? What's missing in them? is your use case not covered?
- gtoolkit.com is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
- unison-lang.org A new approach to Distributed programming
- github.com/hyperfiddle/electric A reactive DSL for full-stack web development, with compiler-managed frontend/backend network sync
- redplanetlabs.com a new programming platform that ** reduces the cost of building scalable backends by 100x
- croquet.io Multiplayer Platform for Web and Unity
- enso.org Nodes and wires data manipulation
- rvbbit.com reactive data boards & flows
- wolfram.com/language a symbolic language, deliberately designed with the breadth and unity needed to develop powerful programs quickly.
Very cool list !! I've checked out GT more deeply ... because I'm looking for an extensible editor.
While GT is / can be an extensible editor, I was overwhelmed by it's complexity (does many other things) and by Pharo, a language in which you can extend it.
The question is, if you know some other alternatives.
My problem is that I want to write using the scientific method, which is a strict, tree like workflow, where you start with an observation (root) and do things like questions, hypothesis, experimentation, etc (nested nodes)
And I need an editor which I can extend with this workflow. Once extended, the editor would help/enforce me following the workflow.
I was thinking to write one for myself, but if by chance, it is already written, I would like to be a good / happy user 🙂