1
vote
1answer
61 views
Create from scratch, or build up on Scratch?
I'm considering building a visual programming language, akin to Scratch, for use by children (a.k.a. poor typists) in programming micro-controllers or robots.
There is, for example, a project to …
1
vote
1answer
64 views
GUI for Standard ML?
I started learning Standard ML recently out of curiosity. So what I know is that is has an efficient compiler (MLton) which allows us to freely use abstractions without worrying about performance.
It …
3
votes
11answers
434 views
Write C++ in a graphical scratch-like way ?
I am considering the possibility of designing an application that would allow people to develop C++ code graphically. I was amazed when i discovered scratch (see site and tutorial videos).
I believe …
2
votes
4answers
418 views
The tool for visual programming
I need the tool for graphical representing of work flow in a program (like electronic circuits are described with graphical representation). The representation has to be like the following: functions …
