|
|
|
|
|
by fmbb
806 days ago
|
|
I think your comment may be arguing against you. Gleam is one of the really really functional languages out there. There is no mutability, there are no statements, no loops. It has let bindings, function application, and conditionals through if/case, and that’s it. It has just tricked you because it has a very nice and friendly syntax. It also has no macros so I don’t know what you mean in that last paragraph. |
|