Free Programming Tools Scripts for Web
Processing renders computer code within a visual context.It can serve as a sketchbook and production tool.Processing can be used by programmers for learning, prototyping, and in production.For now, processing works on Mac, Windows and...
PEG.js can be used to create parsers which process complex data or computer languages. It is as an underlying tool for creating data processors, interpreters, transformers or compilers.What is new in this release:Converted the test suite from QUnit to...
Lisphp can currently be used from the PHP CLI or just like any other library, embedded in the code.Lisphp also implements sandbox and production environments, for easily testing code in private before sending it out to a live application.For security...
Io comes complete with a virtual machine and an add-ons package.What is new in this release:YAJL and MD5 updates.
What is new in version 2013.12.04:YAJL and MD5...
Reactive programming is a programming paradigm oriented around data flows and the propagation of change.Basically Reactor.js exposes a set of "reactive variables."These variables work by automatically updating their values based on changes in their...
It will allow programmers and system administrators to write small to large scripts for their applications.Gauche is a script engine in the sense that it reads and evaluates the source code, but internally it compiles Scheme expressions into an...
It also supports run-time language extensions through modules, suitable for interface development, application scripting, SQL integration, etc..What is new in this release:Added the Qore::AFMap and Qore::AFStrMap constants
Added logic to the default file...
Racket is an interactive, integrated, graphical programming environment for the Scheme, MzScheme, and MrEd programming languages.Pyret is loosely based on Racket, serving as a basic scripting utility, with a basic Python-like syntax.Writing code in Pyret...
TypeScript adds types, classes and modules to JavaScript, making JS a real alternative to established large-scale programming languages like Ruby, Python, C# or Java.
It's similar to CoffeeScript, being a superset of JavaScript that in the end compiles...
The facade pattern is a software engineering design pattern commonly used with object-oriented programming (OOP).In fact, the library wraps singleton methods from another classes as instance methods of the currently used class.What is new in this...