ildar-shaimordanov / jsxt

Licence: MIT License
The collection of Javascript / JScript / VBScript extensions, tools and more

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Batchfile
5799 projects
XSLT
1337 projects
VBScript
123 projects

Projects that are alternatives of or similar to jsxt

WSHModule
WSHModule is a JavaScript virtual machine built in WSH/JScript.
Stars: ✭ 28 (+21.74%)
Mutual labels:  jscript, wsh
JShellStandalone
Provides a standalone version of the JShell REPL. Anything needed to run JShell independently is contained, so there is no need to install the full JDK. A minimal Java runtime is embedded and compressed using the jlink tool.
Stars: ✭ 36 (+56.52%)
Mutual labels:  repl, standalone
malluscript
A simple,gentle,humble scripting language for mallus, based on malayalam memes.
Stars: ✭ 112 (+386.96%)
Mutual labels:  repl
ShenScript
Shen for JavaScript
Stars: ✭ 40 (+73.91%)
Mutual labels:  repl
replay-csharp
An editable C# REPL (Read Eval Print Loop) powered by Roslyn and .NET Core
Stars: ✭ 69 (+200%)
Mutual labels:  repl
zwave-core
Flexible Z-Wave Service Server - Access your Z-Wave nodes fast and independent - Planned/supported: REST-API, Browser UI, MQTT* - Perfect for maintaining big node-numbers, drop-in ozwcp replacement!
Stars: ✭ 19 (-17.39%)
Mutual labels:  standalone
repline
Haskeline wrapper for GHCi-like REPL interfaces
Stars: ✭ 98 (+326.09%)
Mutual labels:  repl
clojure
Practicalli Clojure REPL Driven Development
Stars: ✭ 40 (+73.91%)
Mutual labels:  repl
rstpad
Standalone reStructuredText editor with live preview (native app)
Stars: ✭ 35 (+52.17%)
Mutual labels:  standalone
ReplCustoms
A database of users, posts, and comments from the ReplTalk API
Stars: ✭ 17 (-26.09%)
Mutual labels:  repl
pytezos
🐍 Python SDK & CLI for Tezos | Michelson REPL and testing framework
Stars: ✭ 93 (+304.35%)
Mutual labels:  repl
text-engine
A browser-based text adventure game engine and sample game
Stars: ✭ 146 (+534.78%)
Mutual labels:  repl
not-only-mining-pool
new generation general mining pool in go
Stars: ✭ 31 (+34.78%)
Mutual labels:  standalone
repl
Framework Agnostic REPL For Node.js. Used by AdonisJS
Stars: ✭ 76 (+230.43%)
Mutual labels:  repl
moses-smt
Dock You a Moses: Moses Statistical MT in a container
Stars: ✭ 12 (-47.83%)
Mutual labels:  repl
dirac-sample
An example integration of Dirac DevTools
Stars: ✭ 17 (-26.09%)
Mutual labels:  repl
aik
Frontend Playground
Stars: ✭ 43 (+86.96%)
Mutual labels:  repl
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (+239.13%)
Mutual labels:  repl
ptrepl
Run command as REPL with completion(based on prompt_toolkit)
Stars: ✭ 38 (+65.22%)
Mutual labels:  repl
badgee
Browser Console Improved
Stars: ✭ 26 (+13.04%)
Mutual labels:  console-log

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].