Re: [Haskell-cafe] Most used functions in hackage

2013-02-01 Thread Casey Basichis
ittle cryptic. I don't see how the nuances that differentiate two experts relates. On Fri, Feb 1, 2013 at 10:31 PM, Rustom Mody wrote: > > > On Sat, Feb 2, 2013 at 3:38 AM, Casey Basichis wrote: > >> I just ordered Mathsemantics for a hefty $2.10. >> >> Your a

Re: [Haskell-cafe] Most used functions in hackage

2013-02-01 Thread Casey Basichis
ing used by people who are creating complete and useful things is not an effective way to learn, what approach is better? Best, Casey On Fri, Feb 1, 2013 at 10:05 AM, Rustom Mody wrote: > > > On Fri, Feb 1, 2013 at 9:41 PM, Casey Basichis wrote: > >> That book Mathsemantics

Re: [Haskell-cafe] Most used functions in hackage

2013-02-01 Thread Casey Basichis
y On Fri, Feb 1, 2013 at 7:00 AM, Rustom Mody wrote: > On Tue, Jan 29, 2013 at 1:53 PM, Casey Basichis > wrote: > >> Hi Dmitry, >> >> Thanks for the links. I've been through the 24 Days of Hackage, but I >> think its time to run through them again now th

Re: [Haskell-cafe] FFI - Approaches to C/C++

2013-01-31 Thread Casey Basichis
be looking at? I am on iOS like I said, its a stage 1 GHC compiler so I don't have access to GHCI or template haskell. >Casey Basichis wrote: > >> I'm not entirely sure what you mean. >> >> I'm intending on using Ogre for GUI - for which there is the Hogre &

[Haskell-cafe] (no subject)

2013-01-31 Thread Casey Basichis
be looking at? I am on iOS like I said, its a stage 1 GHC compiler so I don't have access to GHCI or template haskell. >Casey Basichis wrote: > >> I'm not entirely sure what you mean. >> >> I'm intending on using Ogre for GUI - for which there is the Hogre &

Re: [Haskell-cafe] FFI - Approaches to C/C++

2013-01-30 Thread Casey Basichis
Hi Ertugrul, I'm not entirely sure what you mean. I'm intending on using Ogre for GUI - for which there is the Hogre bindings, but after emailing the DEV about it, I didn't get the impression from his advice that I should be using it for production code. Here is what he suggested: "It depends,

[Haskell-cafe] FFI - Approaches to C/C++

2013-01-30 Thread Casey Basichis
Hi, I'm working on a project in Haskell and C++ where the former is the brains and the latter is for UI, interaction etc. I've read this http://www.altdevblogaday.com/2012/04/26/functional-programming-in-c/ and a number of other haskell posts suggesting the OOP is not the way to go. Without tryi

Re: [Haskell-cafe] Most used functions in hackage

2013-01-29 Thread Casey Basichis
rt for. I guess what I'm looking for doesn't exist, which is what it is. I'm just interested in why it's not an ideal way to take in Haskell, starting with the common and moving to the to rare. Thanks, Casey On Mon, Jan 28, 2013 at 11:57 PM, Dmitry Vyal wrote: > On 01/29/20

[Haskell-cafe] Most used functions in hackage

2013-01-28 Thread Casey Basichis
Hi, I'm guessing this is a long shot, but Is there any link that counts the use of all functions in all packages in Hackage and lists them by frequency or by other stats? I'm still new to haskell but I've been working my way through tons and tons of tutorials and books. It would be very helpful

Re: [Haskell-cafe] Undo records

2013-01-09 Thread Casey Basichis
on you'll have > problems. > > On Sun, Jan 6, 2013 at 12:01 PM, Casey Basichis > wrote: > >> Hi, >> >> I am still getting a hang of Haskell. Sorry if the answer is obvious. >> >> What sorts of packages and approaches should I be looking at if I

[Haskell-cafe] Undo records

2013-01-06 Thread Casey Basichis
Hi, I am still getting a hang of Haskell. Sorry if the answer is obvious. What sorts of packages and approaches should I be looking at if I was looking to store something like an Undo stack into a database. Each table would refer to a function. Each records input and outputs would specify both

Re: [Haskell-cafe] GHC for mobile devices?

2012-11-10 Thread Casey Basichis
te and the website gives conflicting info. I've also considered using GHC to generate C to paste into the project but it seems there have been and may be more integrated ways to get it running. casey On Sat, Nov 10, 2012 at 9:31 AM, Kristopher Micinski wrote: > On Sat, Nov 10, 2012

Re: [Haskell-cafe] GHC for mobile devices?

2012-11-10 Thread Casey Basichis
I've been looking for the last two days through every nook and cranny of google to find information about building for iOS. It seems to be the case that it was once possible to get ios running and now its a bit questionable. I've tried ghc-ios, ghc-iphone and a few others which are all somewhat o