3 comments

  • vunderba2 days ago
    Nice job. Kinda reminds me more of BlitzBasic - a BASIC variant that simplified a lot of multimedia commands for graphics&#x2F;sounds.<p>One bit of feedback: consider adding a keyboard shortcut for running a program - a popular option in the JS online IDE community is Ctrl&#x2F;Cmd + Enter.
  • getstowly2 days ago
    OK this is pretty cool. Been a long time since I&#x27;ve coded in BASIC but I remember making some pretty cool programs. Trying to run a &quot;basic&quot; program (pun intended) and getting a compile error on line 1 as it&#x27;s expecting an end statement. What am I missing?
  • Sinusoid3142 days ago
    Logan BASIC is an online BASIC interpreter that allows you to write and run text- or graphics- based programs directly in the browser. Check out the source code at <a href="https:&#x2F;&#x2F;github.com&#x2F;Sinusoid314&#x2F;LoganBASIC" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Sinusoid314&#x2F;LoganBASIC</a>