Dec
6th
Thu
6th
Link
Subtext is a research project in creating a visual programming language. The video shows a screencast the latest version.
The author shows the following code and then how much easier it is to understand when shown in his visual programming language. On first look this seems to make it much eaiser to read until I realised that the example appears to be specifically choosen to make subtext look good was written really stupidly.
The Original example code:
enum Attack { Magic, Melee}
int...