Giter Site home page Giter Site logo

scorg's Introduction

ARCHIVED please see https://github.com/MinecraftForge/Scorge for the current project

Scorg

A Language adapter for scala

Usage

include modLanguageAdapter = "io.github.illyohs.scorg.ScalaAdapter" in your @Mod annotation

Maven repo

repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }

}

dependencies {
    compile 'com.github.illyohs:Scorg:@VERSION@'
}

Supported Scala version

Current Supported version is 2.12.2

Scala Version Policy

Scorg will only support the latest major release of scala. That is currently 2.12.2 it will not support the release candidates or milestone versions.

Scorg library policy

The current libraries that are shipped with Scorg are meant to keep compatibilty with the ones what are currently shipped with Forge excluding these libraries the compiler, xml, continuations, and swing. It was discussed in IRC to drop support for those libraries.

If you want to add a new library for Scorg to support.

  1. It must be made for scala
  2. You must have a good technical to why it would be better supported in Scorg than shipped with your mod I want to keep this language adapter as small as possible

If you want to drop a library supported by Scorg

  1. It must be done during a verion switch of minecraft to not break backwards compatibility within an MC version
  2. You must have a good technical reason as to why it should be done

Contact

scorg's People

Contributors

0xilly avatar marvin-roesch avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

scorg's Issues

What modules to include

As time goes on, the scala library is getting more and more modularized. Which of these modules will be included in Scorg, and which will users have to download themselves? Currently you have scala library, parser combinators, java 8 compat, and reflection. Why specifically these?

Also, what is the update policy for the other libraries. Is updating okay if the change is backwards compatible?

If you look at the work being done on the scala platform, should anything there be considered?

JitPack builds failing

Builds from version 1.1.0 have failed to compile, leaving the latest avaliable version at 1.0.3. Not sure if you're aware of this already, just giving you a heads-up.

Crossbuilding plans?

What are your plans for crossbuilding for multiple scala versions in the future with this mod? Multiple mods depending on different versions of Scala can be a bit of a problem if they aren't shaded and relocated properly.

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.