dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

figure out how to drive defect density down in intent #79

Open dhh1128 opened 9 years ago

dhh1128 commented 9 years ago

Read this academic study: http://macbeth.cs.ucdavis.edu/lang_study.pdf

What attributes of the language design could make certain categories of bugs less common? For example, could we drive out race condition bugs by automating some kind of fuzz testing that artificially orders different code paths in different ways relative to each other?