|
|
|
|
|
by glimshe
334 days ago
|
|
Python would be the wrong choice. BASIC is the ultimate "batteries included" language. No weirdness hidden behind dynamic types and you can make full games with graphics and sounds (in most implementations) without installing a single external library. BASIC is feature-poor by design and beginners can quickly fully master it. And there are classic variants without line numbers (no need for GOTOs) for those who hate them. IMHO, humanity is yet to build a better beginner language, at least if you look at the late BASICs such as QuickBASIC. |
|