hamler is a programming language created in 2019 by Feng Lee.
#578on PLDB | 5Years Old |
git clone https://github.com/hamler-lang/hamler
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!"