Re: [Haskell-cafe] System.Win32.Registry... Help?

2012-07-21 Thread Tim Matthews
On Sun, Jul 22, 2012 at 5:43 PM, Tim Matthews wrote: > > > On Sun, Jul 22, 2012 at 5:11 PM, Anonymous Void wrote: > >> >> but I have no idea what to put into some of the arguments for >> regSetValueEx or regCreateKeyEx, >> > > Those are just plain bin

Re: [Haskell-cafe] [Haskell] ANNOUNCE: notcpp-0.0.1

2012-04-13 Thread Tim Matthews
With the C pre processor you can write different code for windows and non windows? Can your package achieve the same? The name alone makes it sound like an alternative to using CPP. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskel

Re: [Haskell-cafe] Haskellers.com skills list moderation?

2010-10-20 Thread Tim Matthews
I just want to throw out 2 extreme case solutions to think about while this problem doesn't really seem to be heading anywhere: 1) Drop the skills options in favor of the simple text box already in use. This would of course would have a big impact on attempting to search for haskellers. 2) A form

Re: [Haskell-cafe] Haskellers.com recent changes (and I need some volunteers)

2010-10-10 Thread Tim Matthews
The gravatars don't need to be on the front page but just on viewing the profile. Why not just a big list possibly in random order then sortable/searchable in various ways such as location, particular skills, etc. This site could potentially become useless to anyone who's years experience is less t

Re: [Haskell-cafe] Unified Haskell login

2010-09-19 Thread Tim Matthews
On Fri, Sep 17, 2010 at 6:47 PM, Michael Snoyman wrote: > > * OpenID. Fixes the extra password problem, but doesn't give us any > extra information about the user (email address, etc). > I have my open id with verisign. https://pip.verisignlabs.com/ Verisign doesn't give me an email address but

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-08 Thread Tim Matthews
om one of the works of Shakespeare but I then really liked stylish as I thought it would tell that something with solid foundations and theory could still appear, hip and pretty. What is important though is the code. This is absolutely great and success just keeps getting harder to avoid. Thanks

[Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-05 Thread Tim Matthews
gt;hamlet fit in well and if so, as it often best to keep styles separate, could a quasi quoted language live in in a separate haskell module and then at run time it recreates the separate css files on first launch? Thanks Tim Matthews ___ Haskell-Cafe mail

Re: [Haskell-cafe] Anyone here from New Zealand?

2010-08-01 Thread Tim Matthews
On Sun, Aug 1, 2010 at 9:18 PM, Alistair Bayley wrote: > On 24 July 2010 09:58, Hamish Mackenzie > wrote: > > On 24 Jul 2010, at 02:15, Tim Matthews wrote: > > > > Any of the haskellers here from NZ? > > > > I am in Wellington, Stephen is near Palmer

Re: [Haskell-cafe] Re: Microsoft's Singularity Project and Haskell

2010-07-31 Thread Tim Matthews
SPJ and probably many others are actually employed at Microsoft research centers. It looks like Microsoft just hasn't been able to find a suitable spot to push Haskell. Haskell influenced F# because they needed a functional language

[Haskell-cafe] Anyone here from New Zealand?

2010-07-23 Thread Tim Matthews
oups#Australia>. Anything even remotely similar here in New Zealand? Thanks Tim Matthews ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] hs-dotnet with Mono?

2010-07-11 Thread Tim Matthews
On Sun, Jul 11, 2010 at 4:06 PM, Brandon S Allbery KF8NH < allb...@ece.cmu.edu> wrote: > The whole point of the .net CLR is that the implementation (Windows > COM, Mono, etc.) is hidden; you work with the CLR directly, *not* the > implementation behind it. True. At least for CLR code that only d

Re: [Haskell-cafe] hs-dotnet with Mono?

2010-07-10 Thread Tim Matthews
> (If they were direct dependencies --- meaning that .Net bindings used them > directly --- then Mono couldn't exist.) I don't know all the details but I do know that .Net is written in C++/com and mono does not have any com. Correct me if I'm wrong but I think calling native from managed is some

Re: [Haskell-cafe] hs-dotnet with Mono?

2010-07-10 Thread Tim Matthews
A native-managed bridge for the clr while being cross platform is quite possible but unfortunately the developers of hs-dotnet reference ole32 and oleaut32 as extra libraries. This means that the code relies on the com/ole/activex layer in windows which is what Microsoft's implementation of the clr