1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Hugs98 for .NET examples</title>
<link rel=stylesheet href="style.css">
</head>
<body>
<h1>Hugs98 for .NET examples</h1>
The <tt>dotnet/examples/</tt> directory contains some simple demos
of the .NET extensions:
<ul>
<li><tt>basic/Env.hs</tt> -- static method invocation example.
<li><tt>basic/Http.hs</tt> -- slurping URLs.
<li><tt>basic/Mail.hs</tt> -- sending mail using the .NET framework classes.
<li><tt>delegate/Delegate.hs</tt> -- wrapping up Haskell function value as a
delegator; demonstrates in the context of an ultra-simple WinForms C#
application.
<li><tt>callin/CallIn.hs</tt> -- low-level example of how to call into
Haskell from .NET code.
<li><tt>class/NewObj.hs</tt> -- shows how to dynamically generate a .NET
class whose methods are all implemented by Haskell functions.
<li><tt>xml/Xml.hs</tt> -- demonstrates how to use the System.Xml
classes to create an XML parser in Haskell.
<li><tt>forms/Forms.hs</tt> -- another WinForms example.
</ul>
<hr>
<address>
</address>
<!-- hhmts start --> Last modified: Wed Mar 12 16:24:40 Pacific Standard Time 2003 <!-- hhmts end -->
</body> </html>
|