From: Andre P. <at...@us...> - 2004-05-19 06:41:14
|
Update of /cvsroot/hoc/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24818 Added Files: index.html support.html Log Message: Re-added index.html and support.html with proper permissions (+x execute bit set) --- NEW FILE: index.html --- <!--#set var="title" value="A Haskell to Objective-C Binding" --> <!--#set var="active-tab" value="Home" --> <!--#set var="big-logo" value="yes" --> <!--#include virtual="/templates.hoc/header.shtml" --> <h1>About</h1> <p>HOC is a <strong>H</strong>askell to <strong>O</strong>bjective-<strong>C</strong> binding. In a nutshell, it enables you to use Objective-C objects and frameworks from Haskell, and also enables you to write Objective-C objects in Haskell.</p> <p>The Haskell interfaces produced by HOC are:</p> <ul> <li><strong>Typed</strong>: Take advantage of Haskell's sound type inference to help you develop robust, correct Cocoa/GNUstep applications on your first compile.</li> <li><strong>Automatically Generated</strong>: HOC comes with an <em>interface generator</em> to generate Haskell bindings to Objective-C's objects; use it even with your own custom Objective-C frameworks!</li> <li><strong>Haskell-Friendly</strong>: We make heavy use of key Haskell features such as type classes and partial application, to ensure that the HOC API is as 'Haskell-like' as possible.</li> </ul> <p>You can use HOC to write full-blown GUI applications using Mac OS X's advanced Cocoa framework.</p> <h1>News</h1> <p>Friday, 14 May 2004: <strong>HOC 0.2 released</strong>.</p> <p>Thursday, 2 Jan 2003: <strong>HOC 0.1 released</strong>. See the <a href="http://www.haskell.org/pipermail/glasgow-haskell-users/2003-January/004602.html">full release announcement</a>, or <a href="http://prdownloads.sourceforge.net/hoc/HOC020103.tar.bz2?download">download it</a> here.</p> </p> <h1>License</h1> <p>In the spirit of the Haskell and Mac OS X open-source communities, HOC is provided under the liberal BSD license.</p> <!--#include virtual="/templates.hoc/footer.shtml" --> --- NEW FILE: support.html --- <!--#set var="title" value="Support" --> <!--#set var="active-tab" value="Support" --> <!--#include virtual="/templates.hoc/header.shtml" --> <h1>Mailing Lists</h1> <p>There are four mailing lists where you can contact the HOC developers and other users:</p> <div class="inner-box"> <table align="center" width="100%"> <tr> <td nowrap> <code><a href="http://lists.sourceforge.net/lists/listinfo/hoc-announce">hoc-announce</a> </code></td> <td>Announcements of HOC releases and related tools (low-traffic)</td> </tr> <tr> <td nowrap> <code><a href="http://lists.sourceforge.net/lists/listinfo/hoc-users">hoc-users</a></code> </td> <td>General HOC discussions</td> </tr> <tr> <td nowrap> <code><a href="http://lists.sourceforge.net/lists/listinfo/hoc-devel">hoc-devel</a></code> </td> <td>HOC developer & implementation discussions</td> </tr> <tr> <td nowrap> <code><a href="http://lists.sourceforge.net/lists/listinfo/hoc-cvs">hoc-cvs</a></code> </td> <td>CVS commit log messages</td> </tr> </table> </div> <!--#include virtual="/templates.hoc/footer.shtml" --> |