Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

mndrix/dotcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Inside a dotCloud run file.

#!/path/to/swipl -s
:- use_module(library(dotcloud)).
:- http_handler(/, hello, []).

main(_) :-
    server(www).

hello(_Request) :-
    format('Content-type: text/plain~n~n'),
    format('Hello Prolog, from dotCloud!~n').

Description

A convenience library for working with SWI-Prolog on dotCloud.

Changes in this Version

  • First public release

Installation

Using SWI-Prolog 6.3 or later:

?- pack_install(dotcloud).

This module uses semantic versioning.

Source code available and pull requests accepted at http://github.com/mndrix/dotcloud

About

Conveniences for running SWI-Prolog on dotCloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages