masukomi, to random
@masukomi@connectified.com avatar

Had a sad realization the other day.

I love occasionally explaining repeating tasks in pseudo . E.g.

  1. do x.
  2. do y
  3. GOTO 1

No-one learns basic anymore. Most folks can follow what i've said but they don't actually know why i said GOTO. and they don't know why that really would have been written 10, 20, 30 instead of 1, 2, 3.

1/?

amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

Those who dismiss or deride BASIC don't go beyond the language. Guillaume Chereau points out there's more to BASIC as on early microcomputers it provided a full development environment too, almost an IDE.

I'd say BASIC also supported a REPL-based, exploratory programming style similar to Lisp's.

https://gcher.com/posts/2023-12-24-basic/

fell, (edited ) to programming
@fell@ma.fellr.net avatar
vwbusguy, to VintageOSes
@vwbusguy@mastodon.online avatar

Decisions were made.

vwbusguy, to ArtificialIntelligence
@vwbusguy@mastodon.online avatar

I am a . My company is known more for video games. My American counterpart was only for video games, but I got a special floppy disk system and could run programs from a keyboard and could even do financial services through my modem. What am I?

profoundlynerdy, to retrocomputing
@profoundlynerdy@bitbang.social avatar

What is your favorite text-based game written in ?

Rules:

  1. Any dialect of BASIC is valid.
  2. "Text" can include extended characters in common use in the 8-bit era.
  3. or is valid, but the scope of the question is wider than that.
  4. No sprites or graphical tiles.
  5. Modern games that meet this criteria are valid.

vwbusguy, to programming
@vwbusguy@mastodon.online avatar

When I say , I mean anything from Dartmouth up to and including Q/uickBASIC. I do not consider VisualBasic, VB.net, etc, to be BASIC any more than I consider Javascript to be Java. Newer ones in the same spirit - FreeBASIC and qb64, do count, however.

This is my personal opinion and I'm sure many draw the line somewhere else, but when I use that word, it's somewhere in that range (including Atari, Commodore, CP/M, Altair, etc flavors).

mjgardner, to programming
@mjgardner@social.sdf.org avatar

59 years ago today, the first computer program written in was run.

The easy-to-learn and -use language revolutionized . A decade later, would co-found to develop and sell the BASIC interpreter for the 8800, the first commercially successful desktop microcomputer.

More from when celebrated BASIC’s fiftieth anniversary: https://www.dartmouth.edu/basicfifty

asjmcguire, to webdev
@asjmcguire@allthingstech.social avatar

OK then, time for an

Hi, I'm Andy. I started my technology journey with a ZX Spectrum 48K. I learned . Later I moved up to the Spectrum 128K +2. A few years before starting college, I taught myself 5 in the bath (I didn't have a PC, just a book). My first computer was a Cyrix 686. At college I learned (not CSS that wasn't really a thing). Since then I have taught myself and and I have a million courses on Udemy to learn other stuff.

olimex, to retrocomputing
@olimex@mastodon.social avatar
SinclairSpeccy, to aitools

Happy 46th birthday to the TRS-80, an iconic computer that was released on this day in 1977!

As one of the pioneering microcomputers, it played a significant role in shaping the early personal computer era.

tantramar, to random
@tantramar@nojack.easydns.ca avatar

10 make tea
20 forget I made tea
30 tea gets cold
40 goto 10

#basic #runProgram

vwbusguy, to ai
@vwbusguy@mastodon.online avatar

The correct answer is "No"

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

My life in

10 eat
20 code
30 sleep
40 goto 10

MartinWdd, to random German

Ich höre gerade https://open.spotify.com/episode/4AxqQXXkwkQOuPCWLGU0Xl?si=MeAXv9crQV27FnsKZ2Bx5Q&context=spotify%3Acollection%3Apodcasts%3Aepisodes

Leider wusste ich in den 90ern nicht, dass bei DOS dabei war - ich hatte nur die „Shell“-Programmierung mit GOTO und IF ERRORLEVEL gefunden und bin damit schnell an Grenzen gestoßen

f_dion, to retrocomputing
@f_dion@mastodon.online avatar

In the early 80s, both Radio-Quebec (now TeleQuebec) which I watched on UHF channel 17 (Montreal broadcast) and TVOntario (both similar to PBS in the USA) would produce educational programs to teach people how to use and program computers.

The radio-quebec program had even homework you had to send through mail. The TVOntario show had really intricate animation to explain concepts. For example, a pulse wave generation (and a PET).

kubikpixel, (edited ) to bapcsalescanada German
@kubikpixel@chaos.social avatar

A small update to the alternative #PC operating systems list beside #Linux and #BSD - If you want to try something #new and use either way and only #basic functions & programs on your #desktop, you might want to try these:

🖥️ https://serenityos.org
🖥️ https://www.menuetos.net
🖥️ https://www.redox-os.org
🖥️ https://www.haiku-os.org
🖥️ https://nakst.gitlab.io/essence
🖥️ https://plan9.io/plan9/
🖥️ https://www.vitanuova.com/inferno/
🖥️ https://github.com/llenotre/maestro

vwbusguy, to python
@vwbusguy@mastodon.online avatar

Every once and a while, I come across modern code that reminds me that #Python is the new #BASIC.

https://www.c64-wiki.com/wiki/DATA

walkerb, to programming

So for tonight I decide to rewrite the leibniz algorithm from to - in particular - we had been talking about earlier...

Cut iterations to 1000 and blew the dust off my brain.

After several revisions ... it worked 😂

Commodore 64 running the Leibniz approximation for Pi to 1000 steps, it takes 17 seconds to complete

8bitTim, to programming

A little quality time with this grand old lady.
-80

rml, (edited ) to 8bit
@rml@functional.cafe avatar

While I'm not personally particularly interested in old computers (beyond PDPs & LMs), I'm extremely interested in people designing their own 8/16bit computers, and the exploration of / computing as a living medium, rather than as relics of primarily nostalgic value.

Maybe needs a proper cyberpunk counterculture, , less and more

amoroso, to zxspectrum
@amoroso@fosstodon.org avatar

A friend of mine is looking for a reimplementation of Sinclair ZX Spectrum BASIC for modern operating systems.

I mean an implementation of the ZX BASIC language with close source compatibility with legacy programs, designed to run BASIC on and leverage the environment of Windows or Linux. Not a Spectrum emulator, a cross compiler, or an alternate BASIC dialect.

I found SpecBAS:

https://github.com/ZXDunny/SpecBAS

Any other recommendations?

carbontwelve, to programming
@carbontwelve@notacult.social avatar

Reading another book from the 80s, this time “Writing BASIC adventure programs for the TRS-80” by Frank Dacosta.

A rather dense book compared to the others I have read in this genre but has this banger of a quote!

vwbusguy, to opensource
@vwbusguy@mastodon.online avatar

Who's doing in these days? Hit me with some source/project links.

vwbusguy, to pop_os
@vwbusguy@mastodon.online avatar

Tonight I got to witness @Mirppc livestream attempting to get the 1.1.0 floppy disk to work on !

https://www.twitch.tv/mir_ppc/v/2101578506

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • tacticalgear
  • DreamBathrooms
  • osvaldo12
  • mdbf
  • everett
  • magazineikmin
  • khanakhh
  • Youngstown
  • rosin
  • slotface
  • modclub
  • kavyap
  • tester
  • JUstTest
  • ngwrru68w68
  • thenastyranch
  • cisconetworking
  • Durango
  • ethstaker
  • InstantRegret
  • normalnudes
  • Leos
  • GTA5RPClips
  • megavids
  • cubers
  • anitta
  • lostlight
  • All magazines