Sha256: c217a792d65265f975beb4700f41fc99172fbbcdb2e1971e17e8bae4840d0c2c
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
# Julia Julia on Ruby. ## Supported versions ### Ruby - 2.5 - 2.4 - 2.3 ### Julia - 1.0 - 0.7 - 0.6 ## 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.eval('print(pi)') ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/mrkn/julia. ## Authors - Kenta Murata - Kenta Tanoue ## 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.2.0 | README.md |