RetroBASIC

Basicprogramming(.org) => General questions and discussions => Topic started by: Tomaaz on January 11, 2019, 09:45:24 AM

Title: An interesting quote about ScriptBasic
Post by: Tomaaz on January 11, 2019, 09:45:24 AM
Quote
There are a lot of languages that run on the JVM, even such crap as ScriptBasic.

But the most interesting fact about it is that the author of these words is... Peter Verhas, the author of ScriptBasic himself!

https://dzone.com/articles/java-getting-back-to-the-browser
Title: Re: An interesting quote about ScriptBasic
Post by: Aurel on January 11, 2019, 10:15:30 AM
Holly C M F

Soo who we are ??

If author says that ScriptBasic is a crap...is a crap
right?
Well that is not good ..not good  ::)
Title: Re: An interesting quote about ScriptBasic
Post by: Aurel on January 11, 2019, 10:33:12 AM
Tomek maybe you know
there are many articles about why developers hate python for clear reasons.

What i "like " + Basic
in mainstream languages ---of course is:

C
JavaScript
Java ..so ..soo
Rexx...so ..soo
maybe...Swift ...hmmmm

don't like :

python
C++
C#
Lisp
etc...etc... other c**p
Title: Re: An interesting quote about ScriptBasic
Post by: Mike Lobanovsky on January 11, 2019, 11:32:18 AM
But the most interesting fact about it is that the author of these words is... Peter Verhas, the author of ScriptBasic himself!

He's also the author of recent ScriptBasic for Java (https://github.com/verhas/jScriptBasic). Probably he knows better the merits and drawbacks of his latest opus as compared to "classic" Script BASIC that runs natively under Windows, all sorts of Linuxes, and macOS, both 32 and 64 bits. ;)
Title: Re: An interesting quote about ScriptBasic
Post by: Tomaaz on January 11, 2019, 11:50:10 AM
It sounds more like Even such a crappy language like ScriptBasic can be implemented for and run on JVM. I'm pretty sure he knows the difference between a language as a concept and its implementation.  ;)
Title: Re: An interesting quote about ScriptBasic
Post by: Mike Lobanovsky on January 11, 2019, 12:21:08 PM
To me, it sounds more like Even such a crappy language like BASIC can be implemented ... given his ScriptBasic effort was sortof a stake put on the wrong horse (re. Python).

Secondly, Peter's English has never been his strongest point. ;)

Yet generally, the article raises many questions I used to ponder when thinking of FBSL's future. They say "great minds think alike"...  8) ;D
Title: Re: An interesting quote about ScriptBasic
Post by: Mike Lobanovsky on January 11, 2019, 12:22:36 PM
After all, I think implementing an interpreter in another interpreter was an ill idea in the first place.