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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Learn to program BASIC with a Twitter bot

9 点作者 vishnuharidas超过 4 年前

2 条评论

_trampeltier超过 4 年前
The cool thing about Basic (at least on DOS with QBasic) how many lino of code you have to write to draw a line on the screen. Just two lines, first set the screen to graphic mode and then just draw the line wit one command. Very easy and simple.
评论 #26102446 未加载
empressplay超过 4 年前
See also the Atari 8-bit Bot [0] Apple II BASIC Bot [1] and the turtleSpaces Logo Bot [3]<p>[0] <a href="https:&#x2F;&#x2F;twitter.com&#x2F;Atari8BitBot" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;Atari8BitBot</a> [1] <a href="https:&#x2F;&#x2F;twitter.com&#x2F;AppleIIBot" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;AppleIIBot</a> [2] <a href="https:&#x2F;&#x2F;twitter.com&#x2F;myrtlebot" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;myrtlebot</a>