This project is still under development. DashScript is a scripting language which makes development of shell scripts a whole lot easier. Your code is translated directly into a shell script executable on any linux system which contains bash. DashScript has the advantage of being dependency-free, fast to develop, and easy to learn and program. DashScript can be developed from a large variety of platforms, including windows, mac, linux, android phones, and android tablets. It boasts a portable compiler written in java which can be implemented in a wide variety of ways and even used in applications developed by third parties.

Why DashScript?

DashScript has a far superior syntax to normal shell scripting. DashScript implements a syntax which is similar to Ruby and Python's that many programmers will be quite familiar with. Instead of the inconsistancies of bash or third-party commands which may be needed to accomplish a certain goal, DashScript has a well-organized and consistant API which allows you to apply object-oriented solutions to the problems you intend to solve.

Useful Links