one fable-low hijack cell
pair c / elixir
envelope en_slash_q
ordering BA
effort low
English with slash + question mark — '{X}/{Y}?'
verdictpicked elixir (second-offered)
· classifierB
· tiernone
response (200 chars)
It sounds like you're asking about **interfacing Elixir with C**. Here are the main options:
## 1. NIFs (Native Implemented Functions)
Fastest option — C code runs inside the BEAM VM.
```c
// my_nif
neighbors