Generating Functions from External data

Explore how to use Elixir’s module system to embed data and behavior within modules directly from outside sources of information.

We'll cover the following

We’ve performed compile-time code generation through careful use of macros. In this chapter, we will exploit Elixir’s module system. With advanced metaprogramming, we can embed data and behavior within modules directly from outside sources of information.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy