Subj : Re: JavaScript vs Baja
To : jc
From : Tracker1
Date : Sun Dec 27 2020 01:30 am
On 12/22/2020 8:22 AM, jc wrote:
> I think probably because Jscript is a scripting language, it is
> written more like a script than a program. When compared to other
> languages, I see it is rather wordy in comparison:) Strange...
JavaScript (not JScript) has evolved quite a bit, Synchronet is pretty
much EcmaScript (the specification) version 5 at this point, from the
engine used.
With other engines and runtimes, it can absolutely be used to write a
more feature rich application. As to being wordy, take a look at
PowerShell sometime.