Hop is a programming language created in 2006 by Manuel Serrano and Erick Gallesio and Florian Loitsch.
#1917on PLDB | 19Years Old |
Hop is a new higher-order language designed for programming interactive web applications such as web agendas, web galleries, music players, etc.
(define-service (hello-world)
(<HTML>
(<HEAD>
(<TITLE> "Hello World"))
(<BODY>
"Hello World")))
Feature | Supported | Example | Token |
---|---|---|---|
Strings | โ | "Hello world" | " |