Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g105b/cloudscript

A proof-of-concept programming language providing inbuilt web services handling
https://github.com/g105b/cloudscript

Last synced: 2 days ago
JSON representation

A proof-of-concept programming language providing inbuilt web services handling

Awesome Lists containing this project

README

        

CloudScript
===========

See http://cloudscript.g105b.com for an online test-drive.

Requirements
============
You must have the following tools installed:
* Java 1.5 or greater (http://www.java.com/en/download/index.jsp)
* Ant 1.7 or greater (http://ant.apache.org/)
* Ruby 1.8 or greater (http://www.ruby-lang.org)

Java provides the JVM upon which the language is constructed.
Ant provides the build, compile and test framework for the language.
Ruby runs the test cases.