Sha256: e0a84e86a37b9bfb1e9eaa0771239266ab2cfef1ec4b8734fd6a13c9d478dfe5

Contents?: true

Size: 534 Bytes

Versions: 1

Compression:

Stored size: 534 Bytes

Contents

# Julia

Julia on Ruby.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'julia'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install julia

## Usage

```ruby
require 'julia'

Julia.init(ENV['JULIA_HOME'])
Julia.eval_string('print(pi)')
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/julia.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
julia-0.1.0 README.md