Difference between revisions of "Yhc/Javascript"

From HaskellWiki
< Yhc
Jump to navigation Jump to search
(Page Created)
 
m (Added my name)
Line 4: Line 4:
 
==Examples and Demos==
 
==Examples and Demos==
 
*'''Echo'''<br>'''Description:''' Type any text in the input field provided, and see it echoed right above.<br>'''Tested with:''' Netscape 7/Linux<br>'''Demo URL''': http://darcs.haskell.org/yhc/web/jsdemos/Echo.html<br>'''Haskell Source:''' http://darcs.haskell.org/yhc/web/jsdemos/Echo.hs
 
*'''Echo'''<br>'''Description:''' Type any text in the input field provided, and see it echoed right above.<br>'''Tested with:''' Netscape 7/Linux<br>'''Demo URL''': http://darcs.haskell.org/yhc/web/jsdemos/Echo.html<br>'''Haskell Source:''' http://darcs.haskell.org/yhc/web/jsdemos/Echo.hs
  +
  +
  +
-- Dimitry Golubovsky

Revision as of 06:20, 4 November 2006

Brief Overview

An experimental sub-project, ycr2js is aimed to generate Javascript out of a binary Yhc core file.

Users Guide

Examples and Demos


-- Dimitry Golubovsky