Greetings,

I have recently made a GForth eval bot which you can use in ##forth channel on libera.chat . It’s pretty much in beta state right now and has some weird rough edges. you can run arbitrary forth code using !gforth prefix.

feel free to give me some feedback :)

  • whoareuOP
    link
    fedilink
    arrow-up
    1
    ·
    1 day ago

    to connect to an IRC server you would need a IRC client, the most straight forward way to connect to IRC is using the web interface (https://web.libera.chat/).

    you have to send message with !gforth prefix, so for example if you want to add two numbers 1 and 2 you will write something like the following in the IRC channel.

    !gforth 1 2 + .
    

    don’t forget to add period ( . ) at the end!

    • Arghblarg
      link
      fedilink
      arrow-up
      1
      ·
      17 hours ago

      Hmm, it’s working now (Fri 12:53 PST). Thanks.

    • Arghblarg
      link
      fedilink
      arrow-up
      1
      ·
      20 hours ago

      Weird… I joined the channel last night via Libera web chat, and tried that… nothing responded. I’ll try again today and log what happens.