Yhc/Javascript
From HaskellWiki
(Difference between revisions)
(Forgot to link to Inner Workings) |
(Mentioned a timer in Echo demo) |
||
| Line 12: | Line 12: | ||
|'''Echo''' | |'''Echo''' | ||
|- valign="top" | |- valign="top" | ||
| - | |'''Description:'''||Type any text in the input field provided, and see it echoed right above after Enter is pressed. Just for fun, type any decimal number and see it converted to a Roman number, and vice versa. | + | |'''Description:'''||Type any text in the input field provided, and see it echoed right above after Enter is pressed. Just for fun, type any decimal number and see it converted to a Roman number, and vice versa. For more fun, a timer is provided: measure how fast your browser runs Haskell ;) |
|- valign="top" | |- valign="top" | ||
|'''Features:'''||Lowest possible level of interaction with web browser: | |'''Features:'''||Lowest possible level of interaction with web browser: | ||
Revision as of 04:28, 23 November 2006
1 YCR2JS, a Converter of Yhc Core to Javascript
1.1 Table of Contents
- Brief Overview
- Users Guide
- Programmers Guide
- Inner Workings
- Examples and Demos
| Echo | |
| Description: | Type any text in the input field provided, and see it echoed right above after Enter is pressed. Just for fun, type any decimal number and see it converted to a Roman number, and vice versa. For more fun, a timer is provided: measure how fast your browser runs Haskell ;) |
| Features: | Lowest possible level of interaction with web browser:
|
| Tested with: | Netscape 7/Linux, MSIE 6.0/Windows 2000, Konqueror 3.5.5/Linux, Opera/Windows feel free to add your own combination of browser/os where you got this demo working |
| Demo URL: | http://darcs.haskell.org/yhc/web/jsdemos/Echo.html |
| Haskell Source: | http://darcs.haskell.org/yhc/web/jsdemos/Echo.hs http://darcs.haskell.org/yhc/web/jsdemos/Roman.hs (C) Malcolm Wallace |
--DimitryGolubovsky 19:02, 6 November 2006 (UTC)
