hamler is a programming language created in 2019 by Feng Lee.
#1047on PLDB | 4Years Old | 1.1kUsers |
0Books | 0Papers |
Hamler is a strongly-typed language with compile-time typechecking and built-in support for concurrency and distribution.
module Main where
import System.IO
main = print "Hello, World!"