...

/

Summary of Integrating with External Code

Summary of Integrating with External Code

Get a summary of how Elixir can integrate with the external code in this lesson.

We'll cover the following...

Some useful strategies

In this chapter, we explored three strategies for integrating external code:

  • Strategy 1:

    Native implemented functions (NIFs) allow developers to load code into the same memory space address as the Erlang VM. It is the most ...