Yhc web service
From HaskellWiki
(Difference between revisions)
(Started) |
|||
| Line 1: | Line 1: | ||
| + | __TOC__ | ||
{{Yhc}} | {{Yhc}} | ||
| - | + | <span style="font-size:24pt;font-weight:bold;">Yhc Web Service</span> | |
==Purpose== | ==Purpose== | ||
| + | |||
| + | [[Yhc]] Web Service is a web-based tool to use Yhc's [[Yhc/Javascript|Javascript back end]] without installation of any additional software on user's computer. Only a [http://www.w3.org standards]-compilant web browser is needed. The service allows to submit some [[Haskell]] source code for compilation into Javascript, and generates a [http://www.w3.org/MarkUp xhtml] page which is temporarily stored. A link is provided to load the generated page into user's web browser. In general, Yhc web service's user interface is similar to one of a [http://hpaste.org pastebin]. | ||
==Technical overview== | ==Technical overview== | ||
==Users guide== | ==Users guide== | ||
Revision as of 12:45, 7 March 2008
Contents |
| Part of Yhc |
Yhc Web Service
1 Purpose
Yhc Web Service is a web-based tool to use Yhc's Javascript back end without installation of any additional software on user's computer. Only a standards-compilant web browser is needed. The service allows to submit some Haskell source code for compilation into Javascript, and generates a xhtml page which is temporarily stored. A link is provided to load the generated page into user's web browser. In general, Yhc web service's user interface is similar to one of a pastebin.
