this post was submitted on 29 Jul 2024
7 points (100.0% liked)

Gleam

76 readers
1 users here now

A community for the gleam programming language! https://gleam.run/

founded 8 months ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] Nereuxofficial@programming.dev 1 points 1 month ago* (last edited 1 month ago)
Jan
  |> month_to_string
  |> io.println

This is something that really confused me when i first read some gleam code because it does not really look like a function call in other languages, which would be read from right to left but this way seems more logical when considering we read left to right and i think i would really get used to it when i get the opportunity to use it more