Coder Social home page Coder Social logo

mackenzie-high / autumn Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 15.92 MB

Autumn is a new multi-paradigm, compiled, and statically-typed programming language for the JVM.

Home Page: http://www.mackenziehigh.com/autumn

License: Apache License 2.0

Java 99.95% Shell 0.05%
autumn jvm programming-language

autumn's Introduction

====== Autumn Programming Language ======

Quick Links:

About:

  • Autumn is a multi-paradigm statically-typed programming language for the JVM.
  • Autumn can seamlessly use jar-file based libraries created using Java.
  • Autumn can either compile-on-run or be precompiled into a jar file.
  • Autumn can be used as a plugin in order to facilitate scripting in other programs.
  • Autumn has an integrated unit-testing framework.
  • Autumn is licensed under the terms of the Apache 2.0 license.

Status:

  • Most of the project is at a late Beta level of development.
  • Some low-priority code is still undergoing Alpha level development.
  • Over nine hundred tests have been written and are passing.
  • The majority of the core language features are fully completed.
  • All of the core language features currently work to some degree, but some are not fully completed.

How To Install Autumn on Linux:

  1. Download the latest release.
  2. Unzip the download into a convenient location.
  3. Follow the instructions located in the README.pdf file therein.

How To Use Autumn as a Plugin in a Java Program:

As you can see here Autumn can easily be used as a plugin.
You can download the complete example project here.

Dependencies:

Contact:

Email: [email protected]

autumn's People

Contributors

mackenzie-high avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

autumn's Issues

Chained method calls need line number information.

Due to the way the parser parses chained method calls, line number information is not added. This needs fixed, because it makes syntax-errors harder to find.

Example: monster.boo().goo().moo().zoo()

Line number information would not be present in the .goo(), .moo(), or .zoo() parts of the AST.

Empty modules do not compile correctly.

If a module does not contain any functions, the module will not pass bytecode verification when compiled. I believe that the bug is located in the code that generates the invoke(int, ArgumentStack).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.