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