|
|
|
|
|
by vmchale
2847 days ago
|
|
> From the philosophical point of view they are exactly what is needed to allow Elm give as much guarantees as possible. Pretty much every language falls apart when it comes to FFI. In Haskell, a foreign function `Int -> Int` can print to the terminal. That's just the way it goes. |
|