GithubHelp home page GithubHelp logo

kelcecil / golo-lang Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eclipse-archived/golo-lang

0.0 3.0 0.0 4.2 MB

Golo - a lightweight dynamic language for the JVM.

Home Page: http://golo-lang.org/

License: Eclipse Public License 1.0

Ruby 0.91% HTML 4.07% Java 82.01% Golo 13.01%

golo-lang's Introduction

DOI ![Gitter](https://badges.gitter.im/Join Chat.svg) Build Status

Golo, a lightweight dynamic language for the JVM.

The world didn't need another JVM language. So we built yet another one. A simple one.

Golo is a simple dynamic, weakly-typed language for the JVM.

Built from day 1 with invokedynamic, Golo takes advantage of the latest advances of the JVM. It is also a showcase on how to build a language runtime with invokedynamic.

Golo was originally being developed as part of the research activities of the DynaMid group of the CITI Laboratory at INSA-Lyon.

Golo joined the Eclipse Foundation as an incubating technology project in June 2015.

Links

Getting Golo

Golo follows the semantic versioning scheme.

Go to the Golo downloads page for general download instructions.

You can fetch Golo from Maven central under the org.golo-lang group.

We also provide Docker images based on Ubuntu 14.04 and Java SE 8: docker pull jponge/golo-lang (https://registry.hub.docker.com/u/jponge/golo-lang/)

Building Golo

Dependencies

Golo is built with Apache Maven. We suggest that you use Rake, too. The provided Rakefile acts as a frontend to the Maven build and simplifies some invocations.

Golo needs Java SE 7 or more to build and run. We suggest a fresh build of OpenJDK 8 as invokedynamic advances are happening there first, before being backported to OpenJDK 7 and eventually to the official Oracle JDK.

Building from sources

If this is the first time you are building Golo on a machine, you need to boostrap a subset of Golo, compile its Maven plugin and finally rebuild it all. Fortunately this is as simple as:

rake special:bootstrap

Once this is done you can use the common rebuild, clean or test:all tasks. All tasks can be listed using:

rake -T

Of course you can just call Maven directly if you like.

Building the documentation

The documentation is located in doc/ and is built using AsciiDoc.

The documentation can be built using the provided Rakefile. For instance one may build a HTML output using:

rake html

Building documentation on Ubuntu Linux

You'll need to perform the following steps before building the golo-lang docs on Ubuntu:

  1. Perform sudo apt-get install asciidoc python-pygments fop to get the required dependencies.
  2. Uncomment a line in /etc/asciidoc/asciidoc.conf to allow use of pygments highligher:
#Uncomment to use the Pygments source highlighter instead of GNU highlighter.
#pygments=

Building documentation on Fedora Linux

You'll need to install the following packages before building the golo-lang docs on Fedora:

  • asciidoc
  • python-pygments
  • fop

License

Copyright (c) 2012-2015 Institut National des Sciences Appliquées de Lyon (INSA-Lyon) and contributors

All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributing

We welcome contributions from the community!

Check the CONTRIBUTING.md file for instructions.

golo-lang's People

Contributors

yloiseau avatar jponge avatar artpej avatar

Watchers

Kel Cecil avatar James Cloos avatar  avatar

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.