Coder Social home page Coder Social logo

som-st / black-diamonds Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 194 KB

Reusable Components for Languages implemented on top of the Truffle Framework

License: MIT License

Java 96.96% Python 3.04%
language-implementations reusable-components truffle

black-diamonds's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

black-diamonds's Issues

Java 8/9 and integration with SOMns

As noticed by @daumayr, when compiling SOMns on Java 9, we use the --release 8 flag.

BD is however compiled as Java 9.

We should make sure that SOMns either instructs BD to use 8, or it is able to detect it somehow.

Should be addressed before
smarr/SOMns#236

Repository Layout with respect to Graal/Truffle

One of the big questions, where I don't have yet a favorite answer is: how to structure the repositories, and dependencies on Truffle.

The two options I see are:

  1. Have BlackDiamonds depend directly on Truffle, and make languages depend on the Truffle of BlackDiamonds, too.

  2. Have BlackDiamonds only weekly depend on Truffle by configuring it so it finds an existing Truffle, and enables languages to update Truffle freely.

Both options have issues, because we likely won't have tested BlackDiamonds with an arbitrary Truffle version. So, updating Truffle independently can lead to issues.
On the other hand, when we bind BlackDiamonds to a Truffle version, we always need to update BlackDiamonds, and the reverse, update the language every time we update BlackDiamonds and it includes an update Truffle.

So, we got either the option of:

  1. language
    -> black-diamonds -> truffle

  2. language
    -> truffle
    -> black-diamonds

Any preferences, remarks, suggestions?
@Richard-Roberts @charig

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.