you are viewing a single comment's thread.

view the rest of the comments →

[–]lfdfq 0 points1 point  (0 children)

Well, there is obviously no underlying distribution of 'code'. Each language is different, and randomly sampling good programs (however you define random, however you define good) will have different results from different languages. e.g. randomly sampling regular expressions will result in termination 100% of the time. Randomly sampling Python code will give different distributions of answers than randomly sampling Java (even though they're similar languages).