is there any programming language that can bring together edit and compile / run ???
Posted
by Aff
on Stack Overflow
See other posts from Stack Overflow
or by Aff
Published on 2010-04-19T05:06:09Z
Indexed on
2010/04/19
5:13 UTC
Read the original article
Hit count: 219
When I code, I always write little pieces of unit, and compile it often. This helps me to make sure that everything run correctly, but it's very time consumed. is there any programming language that can support us to do coding and running at the same time side by side ? i mean as soon as a key press leads to valid code, the effect of the edit is incorporated into the executing program.
© Stack Overflow or respective owner