Skip to content

ildar-shaimordanov/jsxt

Repository files navigation

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

Table of Content

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