Live data from Hacker News

EndBASIC 0.14: Are we multimedia yet?

endbasic.dev

1–10 of 12 posts

Re: EndBASIC 0.14: Are we multimedia yet?

#4
post #3

This is very cool, though I'd want to see typed FUNCTION blocks.

What do you mean? FUNCTIONs are supported, and their arguments and return values are strongly typed.

Sorry I missed it. I was expecting an As clause but conflating VB is probably not what is wanted.

Re: EndBASIC 0.14: Are we multimedia yet?

#6
Always nice having an BASIC update.

> For extra trivia, note that the convention in Visual Basic is to use CamelCase.

This actually traces back to other BASIC dialects already in MS-DOS, I can tell this was already the common convention on Turbo BASIC, and QuickBASIC.

There were also tools that would format to the desired way, long before go fmt became a thing.

Re: EndBASIC 0.14: Are we multimedia yet?

#7
post #6

Always nice having an BASIC update. > For extra trivia, note that the convention in Visual Basic is to use CamelCase. This actually traces back to other BASIC dialects already in MS-DOS, I can tell this was already the common convention on Turbo BASIC, and QuickBASIC. There were also tools that would format to the desired way, long before go fmt became a thing.

The IDEs would format the desired way as soon as you cursored off the line in some cases. This had benefits and drawbacks: it would actually parse the line, so if there was a syntax error, you had to dismiss the dialog and fix it before you could move anywhere. Kind of a pain when you're roughing out code.

Out of modern IDEs for more conventional languages, the one that comes the closest to the behavior I want in this regard is Emacs, which is one reason I've stuck with it lo these 30 years.

Re: EndBASIC 0.14: Are we multimedia yet?

#9
post #6

Always nice having an BASIC update. > For extra trivia, note that the convention in Visual Basic is to use CamelCase. This actually traces back to other BASIC dialects already in MS-DOS, I can tell this was already the common convention on Turbo BASIC, and QuickBASIC. There were also tools that would format to the desired way, long before go fmt became a thing.

If you like QuickBASIC, perhaps FreeBASIC is also an interesting choice.

For many years, it practically only supports Windows, Linux, and DOS. Now add macOS into the list: https://deb.fbxl.net/macos/

Re: EndBASIC 0.14: Are we multimedia yet?

#10
post #3

This is very cool, though I'd want to see typed FUNCTION blocks.

What do you mean? FUNCTIONs are supported, and their arguments and return values are strongly typed.

Very neat implementation! I freaking love how nice Rust makes this!

Any plans to support structures in the language? I know that's not a typical Basic feature, but it would be awesome. Also, be a rebel: add block comments.

Post reply on HN