Paradigm | multi-paradigm |
---|---|
Designed by | Manuel Serrano |
First appeared | 2006 |
Stable release |
2.4.2 / September 23, 2013
|
Typing discipline | strong, dynamic |
License | GPL version 3 |
Website | http://hop.inria.fr/ |
Influenced by | |
Scheme |
Formation | 1967 |
---|---|
Purpose | Research |
Region served
|
France |
Hop is a Lisp-like programming language by Manuel Serrano for web 2.0 and also the name of the web broker (server and proxy) that implements this language. It is written in Bigloo Scheme. It is a project funded by INRIA.
Hop is a stratified language, which means that a single program file contains instructions for both the server and the client. The server executes CPU demanding computations and operations that require system privileges for accessing files or other resources. The clients (of which there may be many such as browsers, cell phones, etc.) are dedicated to executing actions related to the programming of the graphical user interfaces.
The code snippet above illustrates a few concepts.
Given its recent introduction, Hop currently exhibits a number of weaknesses.