Jsc: My New Best Friend
furbo.org
Jsc: My New Best Friend
1–10 of 44 posts
Re: Jsc: My New Best Friend
#2Re: Jsc: My New Best Friend
#3Sounds a lot like NodeJS.
It's not like it's the only scripting language available either, OSX comes with ruby, python2, python3 and perl by default.
Re: Jsc: My New Best Friend
#4 echo "something in turkish" | LC_ALL=tr_TR tr "[:lower:]" "[:upper:]"Re: Jsc: My New Best Friend
#5Re: Jsc: My New Best Friend
#6Sounds a lot like NodeJS.
Re: Jsc: My New Best Friend
#7Sounds a lot like NodeJS.
Re: Jsc: My New Best Friend
#8C:\Windows\System32\cscript.exe (https://en.wikipedia.org/wiki/Windows_Script_Host)
Which run a less modern version of ECMA script, but does have access to COM objects
Re: Jsc: My New Best Friend
#9Re: Jsc: My New Best Friend
#10Sounds a lot like NodeJS.
Yeah, there isn't really any reason to use it over something like nodejs, especially since it doesn't look like the code is portable (e.g. print instead of console.log, etc.). It's not like it's the only scripting language available either, OSX comes with ruby, python2, python3 and perl by default.
Fairly niche, but not useless
I could also imagine some sort of Electron-alternative using the builtin JS interpreter for system stuff alongside the builtin webview for the UI