Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jnsaff2
on June 13, 2023
|
parent
|
context
|
favorite
| on:
Scripting with Elixir
sum = fn (a, b) -> a + b end
sum.(2, 3)
Maybe a but clunky but no module required.
lawik
on June 13, 2023
[–]
Mostly gets really clunky for recursive functions.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
sum.(2, 3)
Maybe a but clunky but no module required.