Giter Site home page Giter Site logo

blame-core's Introduction

Codeship Status for jakzale/blame-core

Notice

Because the model for overloaded functions needs to be updated, generating wrappers for overloaded functions is slightly buggy.

Table of Contents

Blame-Core

JavaScript wrapper for checking types at runtime. Depends on Proxies and WeakMaps for EcmaScript 6. Based on Polymorphic Blame Calculus.

Requirements

Available JavaScript engines with suitable harmony extensions

  • Mozilla Firefox
  • Google Chrome (requires enabling harmony extensions manually)
  • node.js (requires enabling harmony extensions via command line argument, or enabling them by default via patch)

Currently only Firefox supports the most recent version of Proxy API out of the box. Chrome and node.js will use harmony-reflect for compatibility with the Old Proxy API.

Custom node.js with Harmony

I wrote a simple patch for enabling harmony extensions by default in node 0.10.33.

If you use homebrew on a mac, you can install node using a custom homebrew formula:

$ brew install --build-from-source https://raw.githubusercontent.com/jakzale/blame-core/master/node.rb

Polymorphic Blame Calculus

No worries, just theoretical foundation to show that what is being done is not nonsense. For more details consult relevant papers.

Usage

List basic usage here

TODO

  1. Add useful information to this Readme
  2. Give pointers on compiling node with harmony flags on by default
  3. Fix stuff:
    • Fix the model for overloaded functions
  4. Find a better way of integrating with karma -- the current way is sufficient for small projects, but for larger projects it might be troublesome.

blame-core's People

Contributors

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