This is not really a thing yet.

^(Edit: I think it is now.)^

Hoo boy; we have all sorts of formatting options here!

10 print "goto 10";
20 hello world!
spoiler

(Personally, I liked to spell it GO TO wherever it’d let me)

  • @Kutsuya
    link
    English
    8
    edit-2
    1 year ago

    I hope this place will become popular and full of useful guides and whatnot

    • @monolaliaOPM
      link
      English
      31 year ago

      Thanks :)

      I haven’t announced it anywhere public yet (= our subreddit); I’m totally new to lemmy.

      • @Kutsuya
        link
        English
        31 year ago

        I’m new too! It’s a new age of internet isn’t it

        • @monolaliaOPM
          link
          English
          21 year ago

          A bit like a cross between the social media and the insular web forum ages, plus added activism and federation. So… I guess yes. :)

          • @Kutsuya
            link
            English
            21 year ago

            Yea, I think it’s a good thing tbh. Reddit used to be a big part of the internet, owned by a single company. Now, not anymore and that’s great!

  • @raspberriesareyummy
    link
    English
    41 year ago

    Hey everyone, I saw this “trending” community and subbed :)

        • bgtlover
          link
          fedilink
          21 year ago

          interesting that no commenter name is shown on my previous comment, like it is for native lemi ones, not even an avatar, not one that can be read with the screenreader anyway, so federation is still a bit flaky, perhaps worth filing some UX related issues over it? hmm, what do you think? Even better imo, would be for this platform to implement the reddit api specification, so that existing clients can be used for it, as it’d be a petty for all that good and perfectly functional software to go to waist, lots of people pored their precious time into making the experience work enough that everyone has it as nice as possible, even though the original one is trash, despite the stupid and nonsensical restrictions and rate limiting reddit did.

  • @monolaliaOPM
    link
    English
    31 year ago

    That said, do feel free to post/comment <3

  • @kalpol
    link
    English
    21 year ago

    we’re used to getting things working, we can shift to this.

  • Rocket
    link
    English
    21 year ago

    Hello there

  • Nanachi
    link
    English
    21 year ago

    hello world!
    hello world!
    hello world!
    hello world!
    hello world!
    hello world!
    hello world!
    hello world!

    • @monolaliaOPM
      link
      English
      3
      edit-2
      1 year ago

      with the ; it would be hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!hello world!

      ;)

      (That makes it still visibly scroll/add text once the screen is full!)

      • Nanachi
        link
        English
        11 year ago

        $the more you know 🌠

        • @monolaliaOPM
          link
          English
          31 year ago

          It’s always so disappointing when retrocomputing YouTubers don’t do that…

  • @MarkHughes4096
    link
    English
    21 year ago

    Checking in… Love the Commodore pic. Started coding on a C64 then Amiga (Which I still have). Do it as a job now on a boring Windows PC.

  • @RoyalEngineering
    link
    English
    11 year ago

    Beautiful device. Would love to see a video of it working.

  • @scutiger
    link
    English
    11 year ago

    Languages that used line numbers didn’t use semicolons to mark the end of a statement.

    Also, this program would just say “goto 10” and then would popup an error because “hello world!” is not a statement.

    But I’m just being silly.

    • @monolaliaOPM
      link
      English
      31 year ago

      Jumbling up that bit of rote code was the joke! But the semicolon isn’t supposed to end the line; it tells BASIC to suppress the newline after the print statement. Makes for a better endlessly scrolling text experience ;)