helvede.net is one of the many independent Mastodon servers you can use to participate in the fediverse.
Velkommen til Helvede, fediversets hotteste instance! Vi er en queerfeministisk server, der shitposter i den 9. cirkel. Welcome to Hell, We’re a DK-based queerfeminist server. Read our server rules!

Server stats:

171
active users

#basic

6 posts6 participants0 posts today
Scott Williams 🐧<p>I am a fan of <a href="https://mastodon.online/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a>. I don't say it enough. My love of <a href="https://mastodon.online/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>, <a href="https://mastodon.online/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a>, and <a href="https://mastodon.online/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a>, I wear on my sleeve, but among the many other languages I code in, I almost always appreciate an opportunity to use Go. It just clicked for me in a way rust never did.</p><p>(Obligatory disclaimer upon realizing the date that this is not an April Fools post.)</p>
Juan F. Ramírez<p>A cool 3D Pac Man clone made in <a href="https://mastodon.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> &amp; <a href="https://mastodon.social/tags/machinecode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>machinecode</span></a> for <a href="https://mastodon.social/tags/yourcomputer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>yourcomputer</span></a> magazine.</p><p>You could type it up or write to the author to buy a copy (£2,30), but now you can download it from here:<br><a href="https://spectrumcomputing.co.uk/entry/1483/ZX-Spectrum/Dracman" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">spectrumcomputing.co.uk/entry/</span><span class="invisible">1483/ZX-Spectrum/Dracman</span></a></p><p>This game by Mark C. Jones was later released as 3D Bat Attack by Cheetah Soft</p><p><a href="https://mastodon.social/tags/zxspectrum" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zxspectrum</span></a> <a href="https://mastodon.social/tags/retrogaming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>retrogaming</span></a></p>
Artyom Bologov<p>Okay, I've gotten back to <a href="https://merveilles.town/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a>, and this time I dug deeper. Seems like there are means of abstractions after all. There are one-liner functions (DEF FN) and multi-line subroutines (GO SUB &amp; RETURN.) So I can actually structure my programs without <a href="https://merveilles.town/tags/GOTO" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GOTO</span></a>-s! Maybe I'll implement <a href="https://merveilles.town/tags/ed" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ed</span></a> in BASIC after all...</p><p><a href="https://merveilles.town/tags/theWorkshop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>theWorkshop</span></a></p>
Raymond Russell<p>Been Tinkering in Speccy BASIC to PRINT a double height font. For all of its flexibility Sinclair BASIC doesn't really do text that great. You can PRINT AT X,Y co-ordinates and set INK and PAPER colour but that's it. No bold, height or width size changes. You can use alternative fonts by loading them in and using 2 POKEs to use them.<br>My BASIC program is very slow and uses a very similar algorithm that I would use for a Z80 version. Its all PEEKS and POKES.<br><a href="https://mastodon.scot/tags/ZXSpectrum" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ZXSpectrum</span></a> <a href="https://mastodon.scot/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> <a href="https://mastodon.scot/tags/Font" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Font</span></a> <a href="https://mastodon.scot/tags/Z80" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Z80</span></a></p>
David, not "Dave"<p>My goal was to try and implement a versioning system for <a href="https://oldbytes.space/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> programs without user intervention, but if I can't reliably get the file name, the idea (at least the approach) goes out the window.</p>
Digital Mark λ ☕️ 🕹 🙄<p>Nice, Hotpaw BASIC updated on iPhone &amp; iPad. It's the same as Chipmunk BASIC for Mac, sorta for Linux &amp; PC (it lacks a lot of graphics &amp; system integrations on those).<br><a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>basic</span></a></p>
amen zwa, esq.<p>The original <a href="https://mathstodon.xyz/tags/LISP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LISP</span></a> had 7 primitives: \(\texttt{cons}\), \(\texttt{car,}\) \(\texttt{cdr}\), \(\texttt{atom}\), \(\texttt{quote}\), \(\texttt{eq}\), and \(\texttt{cond}\). And the original <a href="https://mathstodon.xyz/tags/Smalltalk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Smalltalk</span></a> syntax could fit on a 5×7 card. That meant a novice could learn the syntax in a matter of minutes, and direct all his efforts to learning how properly to wield the power of that Turing-complete language. This was why, in the 1970s and the 1980s, many college freshmen were taught FP in Scheme (a more modern LISP) and many middle school children were taught OO in Smalltalk. These were surely the best "first" <a href="https://mathstodon.xyz/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> languages.</p><p><a href="https://mathstodon.xyz/tags/FORTRAN" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FORTRAN</span></a> and <a href="https://mathstodon.xyz/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> were simple, too. FORTRAN, the first high-level language, has been in continuous use since the late 1950s by engineers, who are not keyboard warriors. BASIC was invented in the early 1960s for teaching programming to non-STEM students at Dartmouth. It sired a whole generation of self-taught children in the 1980s.</p><p>Compare those to C++, Erlang, Python, Haskell, Java, JavaScript, Scala, Rust, Kotlin, and pretty much every language in popular use today. Most consider Python and JavaScript to be the simplest of modern languages. Yet, they are massive, complex languages. No 10-year-old could teach himself those, nor should he.</p><p>The original versions of those classic languages cannot be used to solve modern problems. But they should still be taught to youngsters as their first language. Throwing in the kids' faces a modern enterprise language confuses them and discourages them. Consequently, many novices never attain that state of flow, when the joy of programming gushes forth.</p><p><a href="https://mathstodon.xyz/tags/Simplicity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Simplicity</span></a> is a virtue.</p>
randomwizard<p>I have been restructuring Richard Garriott's DND1 code that was written in BASIC. The old kind of BASIC where you had line numbers and did a lot of GOTO a line number.</p><p>It is fascinating trying to move it around with more modern eyes and years of programming dogma.</p><p>The code only has the concept of global variables. Every variable you make is then in the global space.</p><p>You can reuse a bit of code anywhere by just doing a GOTO line number. But it makes it very difficult to reason about because you might think of a stack of lines as a function and want to group them together, but some code somewhere else might just jump right into the middle of it!</p><p>Some bit of code might rely on some variable from somwhere else but it is difficult to know if some other bit of code is clobbering it.</p><p>Anyhow, this is the restructured version I put together.</p><p><a href="https://codeberg.org/random-wizard/dnd1/src/branch/main/restructured/dnd1.basic" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/random-wizard/dnd</span><span class="invisible">1/src/branch/main/restructured/dnd1.basic</span></a></p><p>I moved things into GOSUB sections. Each GOSUB gets 1000 lines (usually it goes by 10s so only 100 lines) and the last line always ends in 999 and is a RETURN. A REM SUBROUTINE means nothing will GOTO in the middle of it.</p><p>This way it sort of acts like a traditional function. Still does not have arguments though.</p><p>I wonder if there are any companies out there looking for BASIC programmers.</p><p><a href="https://social.vivaldi.net/tags/crpg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>crpg</span></a> <a href="https://social.vivaldi.net/tags/ultima" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ultima</span></a> <a href="https://social.vivaldi.net/tags/basic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>basic</span></a> <a href="https://social.vivaldi.net/tags/computerhistory" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>computerhistory</span></a> <a href="https://social.vivaldi.net/tags/gaminghistory" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gaminghistory</span></a> <a href="https://social.vivaldi.net/tags/rpg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rpg</span></a></p>
Venty 🇨🇭🫕<p>Got my <a href="https://chaos.social/tags/Mega65" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mega65</span></a> set up again after fixing the Floppy Eject Button and am now ready to create a little <a href="https://chaos.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> program for <span class="h-card" translate="no"><a href="https://xoxo.zone/@dddaaannn" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>dddaaannn</span></a></span> and <a href="https://chaos.social/tags/drwuro" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>drwuro</span></a> Screenful Of BASIC Competition. Actually found a competitor (see screenshot) but have to tweak it and translate to english for the Compo. 😀</p>
Scott Williams 🐧<p>I'm tempted to put together a "State of <a href="https://mastodon.online/tags/QBASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>QBASIC</span></a> on <a href="https://mastodon.online/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a>" talk.</p><p>There's actually been some really cool stuff done with it in recent years, like qbjs and even a web server. We still talk about COBOL and FORTRAN, but <a href="https://mastodon.online/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> in general is still getting some love to this day.</p><p><a href="https://mastodon.online/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Juan F. Ramírez<p>This <a href="https://mastodon.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> routine from <a href="https://mastodon.social/tags/microhobby" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microhobby</span></a> draws a flower after entering the number of petals, radius of the flower and radius of the petals</p><p><a href="https://mastodon.social/tags/zxspectrum" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zxspectrum</span></a> <a href="https://mastodon.social/tags/retrogaming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>retrogaming</span></a></p>
Sholto Fisher<p>I still feel some of the excitement I felt in 1983 when I held this in my hands for the first time. I wish I had hung on to my copy. <a href="https://mastodon.scot/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> <a href="https://mastodon.scot/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.scot/tags/zxspectrum" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zxspectrum</span></a> <a href="https://mastodon.scot/tags/c64" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c64</span></a></p>
leeuw<p>qb64. remove the first line, then it could be compiled with freebasic. it could work with other "modern" basics as well. i could have gone much more silly than this. an alternative was to require only qb64. and use "select everycase." then challenge c/c++ and python programmers to match it. <a href="https://social.vivaldi.net/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://social.vivaldi.net/tags/basic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>basic</span></a> <a href="https://social.vivaldi.net/tags/qb64" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>qb64</span></a> <br><a href="https://pastes.io/porteustory" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pastes.io/porteustory</span><span class="invisible"></span></a></p>
Profoundly Nerdy<p>All languages have life cycles. Hell, some even go dormant and become popular — or unexpectedly critical – again. </p><p>What would qualities would a language need to have to eventually threaten Python's dominance? My fear is any innovative ideas will just get absorbed. Yes, I realize much of <a href="https://bitbang.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a>'s muscle is marketing by big industry players.</p><p><a href="https://bitbang.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://bitbang.social/tags/perl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>perl</span></a> <a href="https://bitbang.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://bitbang.social/tags/raku" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raku</span></a> <a href="https://bitbang.social/tags/forth" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>forth</span></a> <a href="https://bitbang.social/tags/assembly" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>assembly</span></a> <a href="https://bitbang.social/tags/cplusplus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cplusplus</span></a> <a href="https://bitbang.social/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://bitbang.social/tags/js" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>js</span></a> <a href="https://bitbang.social/tags/fortran" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fortran</span></a> <a href="https://bitbang.social/tags/cobol" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cobol</span></a> <a href="https://bitbang.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> <a href="https://bitbang.social/tags/nimlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nimlang</span></a> <a href="https://bitbang.social/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a></p>
Profoundly Nerdy<p>The annual <a href="https://bitbang.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> 10 Liner contest has returned! Code like it's 1989!</p><p><a href="https://gkanold.wixsite.com/homeputerium/rules2025" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gkanold.wixsite.com/homeputeri</span><span class="invisible">um/rules2025</span></a></p><p><a href="https://bitbang.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://bitbang.social/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>retrocomputing</span></a> <a href="https://bitbang.social/tags/c64" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c64</span></a> <a href="https://bitbang.social/tags/atari" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>atari</span></a> <a href="https://bitbang.social/tags/apple2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>apple2</span></a> <a href="https://bitbang.social/tags/appleii" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>appleii</span></a> <a href="https://bitbang.social/tags/spectrum" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spectrum</span></a> <a href="https://bitbang.social/tags/amiga" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>amiga</span></a> <a href="https://bitbang.social/tags/riscos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>riscos</span></a> <a href="https://bitbang.social/tags/msdos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>msdos</span></a> <a href="https://bitbang.social/tags/freedos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freedos</span></a></p>
Juan<p>Someone was asking on IRC how to do <a href="https://mastodon.gamedev.place/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> cross development on an <a href="https://mastodon.gamedev.place/tags/Amstrad" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Amstrad</span></a> CPC; as in: edit your BAS in a PC and easily load it on an Amstrad CPC.</p><p>I put together this: <a href="https://git.usebox.net/pc-cpc-basic/about/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">git.usebox.net/pc-cpc-basic/ab</span><span class="invisible">out/</span></a></p><p>(my contribution is just the Makefile and the README, all the magic is by iDSK)</p>
h o ʍ l e t t<p>→ Four big reasons to worry about <a href="https://mamot.fr/tags/DeepSeek" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DeepSeek</span></a> (and four reasons to calm down)<br><a href="https://www.platformer.news/deepseek-ai-explainer-china-worries/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">platformer.news/deepseek-ai-ex</span><span class="invisible">plainer-china-worries/</span></a></p><p>“Anyone who has sent the same query to <a href="https://mamot.fr/tags/ChatGPT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ChatGPT</span></a>, <a href="https://mamot.fr/tags/Claude" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Claude</span></a>, and <a href="https://mamot.fr/tags/Gemini" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gemini</span></a> […] has known […] that you can get basically as good an answer from any of them. And anyone who has used <a href="https://mamot.fr/tags/Llama" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Llama</span></a> has known […] that the <a href="https://mamot.fr/tags/open" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>open</span></a>-weights version that arrives later is only slightly worse. Right now a lot of investors are catching up to these <a href="https://mamot.fr/tags/basic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>basic</span></a> facts at the same time, and <a href="https://mamot.fr/tags/stock" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>stock</span></a> prices are falling accordingly.”</p>
Susan Larson ♀️🏳️‍🌈🏳️‍⚧️🌈<p><a href="https://mastodon.online/tags/Trump" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Trump</span></a>’s <a href="https://mastodon.online/tags/definitions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>definitions</span></a> of “<a href="https://mastodon.online/tags/male" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>male</span></a>” and “<a href="https://mastodon.online/tags/female" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>female</span></a>” are <a href="https://mastodon.online/tags/nonsense" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nonsense</span></a> <a href="https://mastodon.online/tags/science" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>science</span></a> with staggering <a href="https://mastodon.online/tags/ramifications" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ramifications</span></a> </p><p>“How can you so fully <a href="https://mastodon.online/tags/misunderstand" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>misunderstand</span></a> <a href="https://mastodon.online/tags/basic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>basic</span></a> <a href="https://mastodon.online/tags/human" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>human</span></a> <a href="https://mastodon.online/tags/biology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>biology</span></a>, and then <a href="https://mastodon.online/tags/legislate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>legislate</span></a> about it?” </p><p><a href="https://www.lgbtqnation.com/2025/01/trumps-definitions-of-male-and-female-are-nonsense-science-with-staggering-ramifications/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">lgbtqnation.com/2025/01/trumps</span><span class="invisible">-definitions-of-male-and-female-are-nonsense-science-with-staggering-ramifications/</span></a></p>
Anthony Horton<p>The kid and I had a great time at the Centre for Computing History in Cambridge today. As I anticipated he had fun playing old games on the many computers, games consoles and arcade machines, but he was also surprisingly interested in writing 2 line BASIC programs on the BBC computers in the "80's classroom" room.</p><p><a href="https://www.computinghistory.org.uk/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">computinghistory.org.uk/</span><span class="invisible"></span></a></p><p><a href="https://aus.social/tags/ComputerHistory" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ComputerHistory</span></a> <a href="https://aus.social/tags/RetroComputing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RetroComputing</span></a> <a href="https://aus.social/tags/BBCcomputer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BBCcomputer</span></a> <a href="https://aus.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a></p>
µP<p>Liam Proven published an article on <span class="h-card" translate="no"><a href="https://geeknews.chat/@theregister" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>theregister</span></a></span> about the role of <a href="https://mastodon.social/tags/Commodore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Commodore</span></a> <a href="https://mastodon.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> in terms of the general view of the <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> language:</p><p><a href="https://www.theregister.com/2025/01/03/reevaluating_basics_legacy/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">theregister.com/2025/01/03/ree</span><span class="invisible">valuating_basics_legacy/</span></a></p><p><a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RetroComputing</span></a></p>