问HN:C64的启动画面是否可能鼓励更多用户学习BASIC?

5作者: amichail7 个月前原帖
特别是,C64可以在内存中预先加载一个已经准备好运行的BASIC程序。<p>它甚至可以自动列出程序代码(LIST),然后为你运行(RUN)这个程序。<p>为了避免打扰用户,程序应该只进行一些计算,打印结果,然后退出,而不需要任何用户输入。<p>你甚至可以在ROM中存储一系列短程序,每次C64启动时随机选择一个运行。<p>你认为这会鼓励更多用户学习BASIC编程吗?
查看原文
In particular, the C64 could have started with a BASIC program already in memory and ready to run.<p>It could even automatically LIST and then RUN the program for you.<p>To avoid annoying the user, the program should just compute something, print the result, and exit without requiring any user input.<p>You could even have a collection of short programs in ROM, with one randomly selected each time the C64 starts up.<p>Do you think this would have encouraged more users to learn BASIC programming?