abreujp

abreujp

I’ve published a new article in my Elixir learning series on dev.to exploring the module directives — alias, import, require, and use — the four tools that control how names from other modules become available in ours.

The article covers:

  • The difference between the three lexically scoped directives and the use macro
  • Using alias to shorten module names, including the :as option, grouping with braces, and nested aliases
  • Bringing functions into scope with import, with only:, except:, and filtering functions vs macros
  • How lexical scope works inside functions and what happens when imports collide
  • Opting into macros with require, using the classic Integer.is_even/1 example
  • use as an extension point and how it expands to require plus a using/1 callback
  • Putting all three directives together in a realistic module
  • Practical guidelines for when to reach for each tool — and why alias often beats import

With complete working examples you can copy into IEx, you’ll learn how these directives shape the namespace of a module and make the origin of every name clear — a big step toward reading and organizing Elixir code confidently.

Check it out:

Where Next? Top

Trending in Blog Posts Top

bartblast
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Spons...
New
pckrishnadas88
Hey everyone! :waving_hand: I’ve published Part 7 of the Building Distributed Systems in Elixir series, where we build core distributed ...
New
mudasobwa
So, instead of wasting my afternoon arguing with anonymous handles on X, I turned to my trusty, soulless assistant and said: “Listen, ple...
New
zorn
An educational side project in Elixir, Phoenix, and Tauri. I share what I learned while wiring Automerge into the BEAM, including how I s...
New
abreujp
New article: Elixir Project Structure — From mix new to a Growing Codebase I’ve published a new article in my Elixir learning series on d...
New
nathanl
Process labels are useful for visualization and debugging. Here’s why you should use them.
New
mudasobwa
Somewhere, right now, a senior engineer is on the verge of a nervous breakdown because his company will not let him switch from Claude to...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New

Latest on Elixir Forum

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews