Appearance
gleam 语言
除了能够在 BEAM 上运行之外,还有以下优点:
import gleam/io pub fn main() { io.println("hello, friend!") }