Remix.run Logo
Show HN: Logan Basic v2.1 - An online BASIC interpreter.(sinusoft.com)
10 points by Sinusoid314 3 days ago | 3 comments
vunderba 2 days ago | parent | next [-]

Nice job. Kinda reminds me more of BlitzBasic - a BASIC variant that simplified a lot of multimedia commands for graphics/sounds.

One bit of feedback: consider adding a keyboard shortcut for running a program - a popular option in the JS online IDE community is Ctrl/Cmd + Enter.

getstowly 3 days ago | parent | prev | next [-]

OK this is pretty cool. Been a long time since I've coded in BASIC but I remember making some pretty cool programs. Trying to run a "basic" program (pun intended) and getting a compile error on line 1 as it's expecting an end statement. What am I missing?

Sinusoid314 3 days ago | parent | prev [-]

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 https://github.com/Sinusoid314/LoganBASIC