Re: Flowstone - Toy or Real Deal?
Posted: Tue Sep 01, 2020 11:33 pm
I take it you've never used the VBA programming environment.MichaelBenjamin wrote:...in-excel-impossible-to-debug-programming...
DSP Robotics and FlowStone Graphical Programming Software Support and Forums
https://dsprobotics.com/support/
I take it you've never used the VBA programming environment.MichaelBenjamin wrote:...in-excel-impossible-to-debug-programming...
Except for the VST thing, yeah. The thing is, most of the stuff you're concerned with has more to do with the programming environment, not the language. Visual Studio supports a couple of dozen languages/compilers at this point, VB just happens to have one of the easier learning curves. (VBA is sort of a dumbed-down VB-only subset of Visual Studio for application extensions.)RJHollins wrote:For myself, I'm looking for an easy, flexible way of putting an app together, without having to spend years to learn how to print 'Hello World'.
A 'simple', structured language that allows passing parameters to sub-routines .... with a built in error checking editor ... real time compiler. [basically, GFABasic for Windows].
Be great to have available basic template for things like VST plugins too.
Has to be 64-bit.
Is that VB ???
If you want to suggest that FS would be better off on anther OS or multiple OSs, feel free to make that case, but it's kind of pointless. "Multi-platform" inevitably devolves to "least-common-denominator". Been there, done that, and given a choice, I'll pass.MichaelBenjamin wrote:but aren't these languages aswell if not more and more tied to windoze OS?
i mean ofc many business if not 98% use miroshift office, and excel, and VBA.
for me this is not a good situation, if you can use python on any OS to edit these excel files i always prefer the multiplatform way because it is more sustainable and more hardened by future changes in software.
same thing could be with flowstone: ruby is multiplatform so developing some exe in ruby to translate some excel file is much better than a comparable vba script.
MichaelBenjamin wrote:ok, with "Real Deal" i mostly had actual "excel-business" stuff in mind, like MicheleANE brought up.
as a real world example i imagine some business probably has some pretty huge excel tables somewhere with lots data in it, now that data needs to set in some other context, reordered, reassigned, reformatted, revisualised.
What i learnt last days, is that Flowstone seems to be a pretty universal ruby2exe wrapper on windows with some caveats, with the ability to visualise in gdi+ aswell.
deraudrl wrote:Except for the VST thing, yeah. The thing is, most of the stuff you're concerned with has more to do with the programming environment, not the language. Visual Studio supports a couple of dozen languages/compilers at this point, VB just happens to have one of the easier learning curves. (VBA is sort of a dumbed-down VB-only subset of Visual Studio for application extensions.)RJHollins wrote:For myself, I'm looking for an easy, flexible way of putting an app together, without having to spend years to learn how to print 'Hello World'.
A 'simple', structured language that allows passing parameters to sub-routines .... with a built in error checking editor ... real time compiler. [basically, GFABasic for Windows].
Be great to have available basic template for things like VST plugins too.
Has to be 64-bit.
Is that VB ???
Integrated development environments have come a long way since the Atari days...hell, they've come a long way just in the last 10 years.
Urp. Using FS as a general-purpose development tool feels a bit like using AutoCad to draw cartoons: possible in theory, but very much not the right tool for the job.Spogg wrote:Oh I think I get it now! You mean as a general programming environment rather that something dedicated to making synths and stuff.