GithubHelp home page GithubHelp logo

standardgalactic / optiml Goto Github PK

View Code? Open in Web Editor NEW

This project forked from j-c-w/mlc

0.0 1.0 0.0 782 KB

An optimizing ML compiler

License: GNU General Public License v3.0

Scala 61.36% Shell 2.15% Standard ML 21.39% Python 14.17% Java 0.93%

optiml's Introduction

This is an optimizing compiler for ML to Java Bytecode

The ML dialect selected is, roughly speaking:

val
fun
exceptions
datatypes

Installation

To install, clone this project:

git clone https://github.com/j-c-w/mlc
cd mlc

And run the installation executable

./install.sh

Pressing (y) as needed. You may need to install some tools (such as SBT) to build CMLC.

Then, the compiler is executable as:

cmlc <File Name>

Run produced jar files as:

java -jar <Jar name>

Debug Build

To build, install sbt, navigate to this directory and run

sbt

This will open up the SBT interface.

Execute:

one-jar

In the SBT prompt. This will produce a Jar file to compiler to JVM assembler.

Open the debug_install.sh script. In that script set jarfile to the location of the produced jar file (it will likely be the same).

Now, run:

./debug_install

This will create a local in-tree installation that does not require a full-rebuild.

optiml's People

Contributors

j-c-w avatar

Watchers

 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.