Difference between revisions of "Yhc web service"

From HaskellWiki
Jump to navigation Jump to search
 
(Started)
Line 1: Line 1:
  +
__TOC__
 
{{Yhc}}
 
{{Yhc}}
[[Image:Yhc_Logo.png|Yhc Logo]]<span style="font-size:24pt;font-weight:bold;"> Web Service</span>
+
<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==

Revision as of 12:45, 7 March 2008

Part of Yhc

(Download)

Yhc Web Service

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.

Technical overview

Users guide