I was definitely a Commodore kid, and BASIC was my first language. Maybe it’s nostalgia, but I still like BASIC for hobby stuff.

    • @wjrii
      link
      English
      98 months ago

      In a world with GORILLA.BAS and NIBBLES.BAS, I simply cannot reject the QBASIC faith with which I was raised.

    • @thehatfox
      link
      English
      5
      edit-2
      8 months ago

      There is an open source implementation of BBC Basic for modern systems that’s being actively developed - BBC BASIC for SDL 2.0.

      • Shelldor
        link
        fedilink
        48 months ago

        It is great with lots of libraries. I am writing a game in it right now.

    • Boddhisatva
      link
      fedilink
      48 months ago

      Bring it! I once wrote a basic program off of the random dungeon generator tables in the original Advanced Dungeons and Dragons - Dungeon Masters Guide using Atari BASIC.

    • gregorum
      link
      fedilink
      English
      2
      edit-2
      8 months ago

      GPL BASIC. First language I learned when I was 5 in 1984.

      10 PRINT “Hello world!”
      20 END
      
      • LucasWaffyWaf
        link
        4
        edit-2
        8 months ago

        10 PRINT “Sausage slaps”

        20 GOTO 10

        • Nemo Wuming
          link
          6
          edit-2
          8 months ago
          • 10 PRINT “What is your name?”
          • 20 INPUT $NAME
          • 30 PRINT "Wet noodle slaps " + $NAME
          • 40 GOTO 30
      • @SpaceNoodle
        link
        38 months ago

        GPL as in the GPL? I thought that was first published in 1989

        • gregorum
          link
          fedilink
          English
          38 months ago

          Oh, I guess I was just using Apple’s Intiger BASIC then!