
LavaPE
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
LavaPE is a programming environment for the experimental object-oriented programming language Lava. It replaces text editing with structure editing, thereby preventing all syntactic and many semantic errors. The pure point-and-click nature of Lava programming and the concise representation of programs as declaration trees with small chunks of executable code simplify programming, and ease comprehension.
6 years ago
Release 0.9.4 is based on Qt 5.1.1 now; Qt 4 isn't supported any longer. A number of broken links has been fixed in the online documentation.
6 years ago
Release 0.9.4 is based on Qt 5.1.1 now; Qt 4 isn't supported any longer. A number of broken links has been fixed in the online documentation.
LightTemplar
3 years ago
Report
unclewerner
14 years ago
You ever considered to develop a structure editor for a subset of an established language, for instance like Python, Ruby or C++?
Report
guenthk
14 years ago
No, we did not yet thing about structure editing for more established languages, since we are heavily engaged in the further development of Lava.
Structure editing is only one of many advanced features of Lava that we want to push forward (see our Lava documentation).
Our next big milestone will be a considerable enhancement ouf our present semi-automatic mechanisms of UI generation, based on annotations to the application data structures.
Regards,
Klaus.
Report