Hop is a multitier environment for Web applications. Hop applications can be developped in either
- JavaScript/TypeScript;
- Scheme.
The JavaScript documentation is available in two formats:
HTML generic documentation | Markdown commit documentation |
---|---|
HTML | markdown |
The Scheme documentation is available online:
HTML generic documentation |
---|
HTML |
$ npm install https://www-sop.inria.fr/members/Manuel.Serrano/software/npmx/hop.tgz --save
Prerequisites:
- GCC
- Bigloo 4.5b or newer http://www-sop.inria.fr/indes/fp/Bigloo
- GNU Make 3.81 or newer
- Autoconf/Automake/Libtool
- OpenSSL 1.1 or newer
Unix/Machintosh:
./configure && make && make install
make test