EndBASIC 0.14: Are we multimedia yet?
endbasic.dev
EndBASIC 0.14: Are we multimedia yet?
1–10 of 12 posts
Re: EndBASIC 0.14: Are we multimedia yet?
#2Re: EndBASIC 0.14: Are we multimedia yet?
#3This is very cool, though I'd want to see typed FUNCTION blocks.
Re: EndBASIC 0.14: Are we multimedia yet?
#4Re: EndBASIC 0.14: Are we multimedia yet?
#5Re: EndBASIC 0.14: Are we multimedia yet?
#6> 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?
#7Always 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.
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?
#8Much thanks!
Re: EndBASIC 0.14: Are we multimedia yet?
#9Always 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.
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?
#10This 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.
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.