Gren is a programming language created in 2012 by evancz.
#874on PLDB | 12Years Old |
git clone https://github.com/gren-lang/compiler
A programming language for simple and correct applications
module Main exposing (main)
import Html exposing (Html)
main : Html a
main =
Html.text "Hello, world!"