Skip to content

gogocurtis/erlport_spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ErlportSpike

TODO: Add description

Installation

If available in Hex, the package can be installed by adding erlport_spike to your list of dependencies in mix.exs:

def deps do
  [
    {:erlport_spike, "~> 0.1.0"}
  ]
end

deps/erlport/rebar.config:

Needed to remove warnings_as_errors complier option to work with OPT 21

Because of this i checked in the erlport version to deps

Example usage

# start repl
$ iex -S mix

> myrub = ErlportSpike.start_ruby
{:ok, #PID<0.207.0>}
> ErlportSpike.call_ruby_method(myrub)
[
  #PID<0.207.0>,
  [:ok, "hello", "i did something", 14852],
  [:ok, "hello", "i did something", 14852]
> ErlportSpike.call_ruby_method(myrub)
[
  #PID<0.207.0>,
  [:ok, "hello", "i did something", 14852],
  [:ok, "hello", "i did something", 14852]
]

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/erlport_spike.

About

Lambda Lunch Experiment with ErlPort (export)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published