https://github.com/kjunichi/mruby-julia
you can call julialang
https://github.com/kjunichi/mruby-julia
julia mruby
Last synced: 12 months ago
JSON representation
you can call julialang
- Host: GitHub
- URL: https://github.com/kjunichi/mruby-julia
- Owner: kjunichi
- License: other
- Created: 2016-07-02T09:19:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T10:54:37.000Z (over 6 years ago)
- Last Synced: 2025-02-07T17:24:57.105Z (about 1 year ago)
- Topics: julia, mruby
- Language: Ruby
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mruby-julia [](https://travis-ci.org/kjunichi/mruby-julia) [](https://ci.appveyor.com/project/kjunichi/mruby-julia/branch/master)
## example
```ruby
j = Julia.new
j.eval("string(sqrt(2.0))")
```
## install by mrbgems
- add conf.gem line to `build_config.rb`
```ruby
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'kjunichi/mruby-julia'
end
```
## License
under the MIT License:
- see LICENSE file