TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

BASIC – The Most Consequential Programming Language in the History of Computing

26 点作者 axiomdata31610 个月前

4 条评论

breput10 个月前
He&#x27;s not wrong.<p>Despite Edsger Dijkstra&#x27;s infamous quote[0], it is a fact that most late Boomer&#x2F;Gen X&#x27;s first programming experience was probably with BASIC.<p>For some people, it ended at GOTO 10, but for others it was a springboard into 6502 machine language, and then degenerating into C or Pascal, and devolved from there. Everyone has to start somewhere and BASIC is fine by me.<p>[0] <a href="https:&#x2F;&#x2F;www.cs.scranton.edu&#x2F;~mccloske&#x2F;dijkstra_quotes.html" rel="nofollow">https:&#x2F;&#x2F;www.cs.scranton.edu&#x2F;~mccloske&#x2F;dijkstra_quotes.html</a>
wduquette10 个月前
My first experience in programming was on DEC PDP-11 rebranded and sold as a kit by Heath as the H-11. My dad built it around 1976&#x2F;77. It with a paper tape reader and punch, assembler and linker, and a BASIC interpreter. Later we upgraded it with a dual 8&quot; floppy drive unit (as big as a tower PC case is now) and the Heath-branded version of DEC&#x27;s RT-11 O&#x2F;S. We had Assembler, Fortran, Focal,... and BASIC.<p>I learned to program by typing in games from Dave Ahl&#x27;s original 101 BASIC Games, as published by DEC...which usually involved porting them from whatever dialect they were written in (there were several, all sold with different DEC systems) to the version we had. Younger folks shudder at the idea of spaghetti code; I&#x27;ve shuddered at the real thing.<p>I&#x27;ve used BASIC on the H-11, the Apple II, the CompuColor II, the Commodore Pet, the TRS-80, the DEC VAX, the Kaypro-4, the IBM PC, and some weird HP supermicro, the HP-98-mumble-mumble. In most cases I moved on to Pascal as soon as I could; but BASIC was the one that let me bootstrap myself into a career in software engineering.
dlachausse10 个月前
As a child QBasic was amazing. It came with fun example games (Nibbles and Gorillas), a friendly IDE, thorough online help, and batteries included to write just about anything you could want on a MS-DOS 5.0 PC. I spent so many hours tinkering with it.
deterministic10 个月前
I will argue that Python is the BASIC of today. Am I wrong? If yes why?