jsxt icon indicating copy to clipboard operation
jsxt copied to clipboard

The collection of Javascript / JScript / VBScript extensions, tools and more

The collection of Javascript / JScript / VBScript extensions, tools and more

Table of Content

  • List of standalone tools
  • History
  • Other REPL implementations

List of standalone tools

This is the collection of the Javascript / JScript extensions and standalone scripts. It consists of the original scripts by myself and other authors with proper credits.

There are standalone applications:

History

Years ago I invented a simple REPL script in JScript allowing me to run any (or almost any) javascript code without creating temporary file (in the same way as it can be donw in Perl/Python/NodeJS etc).

Initially it was called as JSCmd.wsf in far March 2009 and it could execute any (or almost any) javascript code reading it from command line or STDIN. I did all my best to make it easy in use and flexible as much as possible. I polished it and transformed to wscmd, the bat + js hybrid. Once called, it generates a temporary wsf file which acts further and performs all the logic in JScript and VBScript.

Other REPL implementations

  • JSXT, the current repository, at https://github.com/ildar-shaimordanov/jsxt/
    • the historically first release in March 23, 2009 jsxt/5dac276
    • announce and discussions (in Russian) http://forum.script-coding.com/viewtopic.php?id=7766
  • JavaScript REPL for Windows at https://github.com/rcrossrd/JSREPL. There is three part story about the project:
  • JREPL, the cool tool, actively supported by the author on his page at https://www.dostips.com/forum/viewtopic.php?f=3&t=6044
  • Something close to the subject of the discussion (in Russian) http://forum.script-coding.com/viewtopic.php?id=11325