kjunichi / mruby-julia

you can call julialang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mruby-julia Build Status Build status

example

j = Julia.new
j.eval("string(sqrt(2.0))")

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'kjunichi/mruby-julia'
end

License

under the MIT License:

  • see LICENSE file

About

you can call julialang

License:Other


Languages

Language:Ruby 42.0%Language:C++ 33.3%Language:C 24.7%