Elixir's magic word-list sigil (exlirstreams.com)
2024-07-03
![]()
Elixir's word-list sigil (~w) simplifies the creation of lists by requiring only spaces between words, eliminating the need for commas and quotes, and it can convert words into a list of atoms with a simple modifier.
Was this useful?