Skip to content

colinbull/IronJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

IronJS is a ECMAScript 3.0 implementation built on top of the Dynamic Language Runtime from Microsoft which allows you to embed a javascript runtime into your .NET applications. The current state of the code is at best alpha quality. Use at your own risk.

License

IronJS is released under the Apache License Version 2.0.

Requirements

What you need to use IronJS

  • .NET 4.0 (Src/CLR4.sln)

Getting the source (Including FSKit)

Make sure you have git installed and then run this command from a terminal window (Linux/Unix) or in a "Git Bash Here" window using msysgit for Windows

  • git clone git://github.com/fholm/IronJS.git IronJS

Contributors

  • John Gietzen

If you're interested in contributing to IronJS, fork it here on github and send me a pull request with your contributions.

About

IronJS - A JavaScript implementation for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.9%
  • C# 12.2%
  • F# 1.8%
  • Other 0.1%