Difference between revisions of "User:JRV"

From HaskellWiki
Jump to navigation Jump to search
(Got rid of draft tutorial)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
Since I'm new to this, I'm trying out the beginings of a tutorial here on my user page.
 
 
----
 
There is some interest in using Haskell on the Mac with a real Mac (Aqua)
 
interface. There are a couple of things out there which are mentioned on
 
the [[Missing_tutorials | Missing tutorials]] page. My adventures with, or
 
reading about, these left me in need of the missing tutorial, rather than
 
the ability to write one. But that's another topic.
 
 
This tutorial doesn't meet the needs of the Missing tutorial page. It is
 
much less ambitious.
 
 
It assumes you know something about Xcode, and something about Haskell.
 
Its not an objective-c bridge. But it does seem to provide a simple way to
 
incorporate a Haskell model doing the heavy computation into a Cocoa
 
application.
 
 
This is rudimentary, and more work needs to be done, but I decided to put
 
this out before spending a lot of time on polishiing. The section "To do"
 
lists things I can think of to add to this tutorial, some hard, some easy.
 
 
== Why? ==
 
== Overview ==
 
== Compile Haskell module ==
 
== Import into Xcode project ==
 
== Compile and run ==
 
== To do ==
 

Latest revision as of 16:22, 2 November 2009