public
Description: The Ashlar programming language
Homepage:
Clone URL: git://github.com/RobertFischer/ashlar.git
ashlar /
name age message
file .gitignore Thu Nov 19 11:16:57 -0800 2009 Changed to use Gradle as the build system [Robert Fischer]
file COPYING Thu Aug 13 08:28:38 -0700 2009 Checking in start of Ashlar [RobertFischer]
file LICENSE.TEMPLATE Thu Aug 13 08:28:38 -0700 2009 Checking in start of Ashlar [RobertFischer]
file README.md Thu Nov 19 11:16:57 -0800 2009 Changed to use Gradle as the build system [Robert Fischer]
file build.gradle Sat Dec 19 20:51:37 -0800 2009 Trying to get to 'Hello, World'... [Robert Fischer]
file gradle.properties Sat Dec 19 07:38:52 -0800 2009 Committing some work, since I accidentally blew... [Robert Fischer]
directory research/ Sun Dec 13 12:56:43 -0800 2009 Info on how to deal with poison people [Robert Fischer]
directory src/ Sat Dec 19 20:51:37 -0800 2009 Trying to get to 'Hello, World'... [Robert Fischer]
README.md

ASHLAR PROGRAMMING LANGUAGE

The Ashlar programming language is intended to be the glue which holds polyglot applications together. It is also intended to be a platform where JVM best practices are done by default, and complicated but useful JVM infrastructure is integrated automatically into applications.

DEPENDENCIES

The system expects you to have Gradle and JavaCC installed and on your path. Satisfying those dependencies are left as an exercise to the user.

LICENSE

This file is part of the Ashlar programming language.

The Ashlar programming language is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The Ashlar programming language is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the Ashlar programming language. If not, see http://www.gnu.org/licenses/.