GithubHelp home page GithubHelp logo

matklad / reason Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reasonml/reason

0.0 3.0 0.0 13.47 MB

A meta language toolchain to build systems rapidly

Home Page: http://facebook.github.io/reason

License: Other

Makefile 0.17% Vim Script 2.22% JavaScript 30.77% OCaml 46.50% Rust 6.71% CSS 0.65% Emacs Lisp 9.45% Shell 1.82% CoffeeScript 1.40% Python 0.24% Standard ML 0.09%

reason's Introduction

Reason: Build Systems Rapidly

  • Approachable syntax.
  • Powerful, automatic source code formatting.
  • Adopt Incrementally with straightforward JavaScript/C interop.
  • Bare metal compilation - No Virtual Machine.
  • Rapidly develop and share projects.

Install Stable

# On OSX, install opam via Homebrew:
brew update
brew install opam
# On Linux, see here (you will need opam >= 1.2.2): http://opam.ocaml.org/doc/Install.html

opam init
# Add this to your ~/.bashrc (or ~/.zshrc):
#   eval `opam config env`

opam switch 4.02.3
eval `opam config env`
opam update
opam pin add -y merlin 'https://github.com/the-lambda-church/merlin.git#reason-0.0.1'
opam pin add -y merlin_extend 'https://github.com/let-def/merlin-extend.git#reason-0.0.1'
opam pin add -y reason 'https://github.com/facebook/reason.git#0.0.6'

Test Installation

Test the installation by compiling the following program:

echo print_string \"Hello world\" > Hello.re

rebuild Hello.native # Automatically generates Hello.native from Hello.re

./Hello.native

Get Started Now

Checkout the docs which guide you through the basic syntax and toolchain features.

Contribute back to that documentation in the documentation branch.

License

New content is licensed under the MIT license, works that are forked from other projects are under their original licenses. MIT license

Editor plugins (which have also been forked) in the editorSupport/ directory include their own licenses.

reason's People

Contributors

avsm avatar benjamn avatar chenglou avatar cristianoc avatar dxu avatar jberdine avatar jonludlam avatar jordwalke avatar jvillard avatar kayceesrk avatar kyleamathews avatar let-def avatar nijynot avatar sanderspies avatar thomasmulvaney avatar yunxing avatar yutongp avatar

Watchers

 avatar  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.