Re: Proposal: ArgumentDo

2016-07-10 Thread Ryan Trinkle
an operator may make things easier to read. This is a very small point, but I appreciate you taking the time to respond! Ryan On Sun, Jul 10, 2016 at 9:53 PM, Akio Takano <tkn.a...@gmail.com> wrote: > Hi Ryan, > > On 7 July 2016 at 19:40, Ryan Trinkle <ryan.trin...@gmail.com>

Re: Proposal: ArgumentDo

2016-07-07 Thread Ryan Trinkle
I'm very on the fence on this topic, but one point i haven't seen mentioned is the influence of syntax highlighting on this. My guess is that I would like this extension when I have syntax highlighting available and would dislike it when I do not. Also, I agree with Carter about the record

Re: type error formatting

2015-10-24 Thread Ryan Trinkle
This looks like an improvement to me. I love the idea of a visual demarcation between sections, too; the bullets seem like a good choice there (the horizontal lines seem like they'd take up more space). Ryan On Sat, Oct 24, 2015 at 6:07 AM, Roman Cheplyaka wrote: > I have

Re: Proposal: ValidateMonoLiterals - Initial bikeshed discussion

2015-02-06 Thread Ryan Trinkle
I think the idea of compile-time validation for overloaded literals is fantastic, and doing it with nicer syntax than quasiquoting would really improve things. However, I'm a bit confused about specifically how the requirement that it be monomorphic will play into this. For example, if I have:

Re: Proposal: ValidateMonoLiterals - Initial bikeshed discussion

2015-02-06 Thread Ryan Trinkle
IsString polymorphic code. Cheers, Merijn On 6 Feb 2015, at 16:59, Ryan Trinkle ryan.trin...@gmail.com wrote: I think the idea of compile-time validation for overloaded literals is fantastic, and doing it with nicer syntax than quasiquoting would really improve things. However, I'm a bit

Re: GHC 7.4.2 on Ubuntu Trusty

2014-10-22 Thread Ryan Trinkle
Here's an off-the-wall solution idea: you could try the Nix package manager. It essentially sandboxes everything all the time, so you shouldn't have any trouble with dependencies like this, and ghc 7.4.2 is explicitly supported. Of course, if your requirements include tight apt integration, this

Re: The future of the haskell2010/haskell98 packages - AKA Trac #9590

2014-09-30 Thread Ryan Trinkle
Would something like John Meacham's class alias proposal ( http://repetae.net/recent/out/classalias.html) help alleviate this problem? On Tue, Sep 30, 2014 at 5:02 PM, Brandon Allbery allber...@gmail.com wrote: On Tue, Sep 30, 2014 at 5:00 PM, Malcolm Wallace malcolm.wall...@me.com wrote:

[Haskell-cafe] Haskell Logo Macbook Decal

2013-10-01 Thread Ryan Trinkle
Hi everyone, I put together a Haskell logo decal designed to fit over the Apple logo on a MacBook, and had a few made by macdecals.com. They came out great! They're available here: http://www.macdecals.com/macbook-haskell . My share of the proceeds will go to haskell.org, and macdecals.com has

[Haskell-cafe] Functional JavaScript Opportunity in NYC

2013-05-22 Thread Ryan Trinkle
at r...@skedge.me. Ryan Trinkle ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: Proposal: EPHEMERAL pragma

2012-10-25 Thread Ryan Trinkle
On a related note, it would be nice to have a little more tooling for ensuring that SPECIALIZE pragmas take full effect. In particular, it's nice to write generic code over numeric types (Double, Float), but if it doesn't get specialized away, performance really tanks. Going through a codebase

[Haskell] Haskell consultants needed in NYC

2012-08-30 Thread Ryan Trinkle
SkedgeMe LLC is seeking Haskellers in the New York City area for a 6-month project. The project is to build a web service in the enterprise scheduling market. The service will be built primarily using Haskell, with Javascript and a variety of other technologies. Contractors will be expected to

Re: Superclass Cycle via Associated Type

2011-07-22 Thread Ryan Trinkle
My situation is fairly similar to Gabor's, and, like him, I was able to make do with an equality superclass. However, instead of combining two classes, I found that I needed to add a third. My concept here is to create two monads which share much of their functionality, but not all of it.

Superclass Cycle via Associated Type

2011-07-20 Thread Ryan Trinkle
The following code doesn't compile, but it seems sensible enough to me. Is this a limitation of GHC or is there something I'm missing? class C (A x) = C x where type A x :: * instance C Int where type A Int = String instance C String where type A String = Int The error I get is:

[Haskell] Work on Video Games in Haskell

2010-05-26 Thread Ryan Trinkle
is a start-up company located in Boston, MA. We believe in giving back to the Haskell community, so we've open-sourced our ghc-iphone project, which allows GHC to produce binaries for the iPhone. Check it out at http://projects.haskell.org/ghc-iphone/. Ryan Trinkle iPwn Studios

Re: [Haskell] Re: [Haskell-cafe] Work on Video Games in Haskell

2010-05-26 Thread Ryan Trinkle
at their disposal, as they've demonstrated on many occasions. Frankly, it'd be their loss; Android is now the fastest-growing smartphone market, and we'll be more than happy to focus on it (and other friendlier markets) if Apple's not interested in having our product on their platform. Ryan Trinkle iPwn

[Haskell-cafe] Work on Video Games in Haskell

2010-05-26 Thread Ryan Trinkle
is a start-up company located in Boston, MA. We believe in giving back to the Haskell community, so we've open-sourced our ghc-iphone project, which allows GHC to produce binaries for the iPhone. Check it out at http://projects.haskell.org/ghc-iphone/. Ryan Trinkle iPwn Studios

Re: [Haskell] Re: [Haskell-cafe] Work on Video Games in Haskell

2010-05-26 Thread Ryan Trinkle
at their disposal, as they've demonstrated on many occasions. Frankly, it'd be their loss; Android is now the fastest-growing smartphone market, and we'll be more than happy to focus on it (and other friendlier markets) if Apple's not interested in having our product on their platform. Ryan Trinkle iPwn

[Haskell] Haskell on the iPhone

2009-06-22 Thread Ryan Trinkle
the creation of a haskell-iphone mailing list, so that all Haskellers working with the iPhone - whether for profit or for pleasure - can come together to make Haskell a force to be reckoned with in the burgeoning iPhone App marketplace. Best wishes, Ryan Trinkle President, iPwn Studios Inc. P.S

Re: [Haskell-cafe] Creating a new Haskell mailing list

2009-06-22 Thread Ryan Trinkle
, 2009 at 03:06, Wolfgang Jeltsch g9ks1...@acme.softbase.orgwrote: Am Donnerstag, 18. Juni 2009 16:21 schrieb Henning Thielemann: Ryan Trinkle schrieb: Hi all, I'm interested in starting a mailing list on haskell.org http://haskell.org. Who should I talk to about such things

[Haskell-cafe] Haskell on the iPhone

2009-06-22 Thread Ryan Trinkle
the creation of a haskell-iphone mailing list, so that all Haskellers working with the iPhone - whether for profit or for pleasure - can come together to make Haskell a force to be reckoned with in the burgeoning iPhone App marketplace. Best wishes, Ryan Trinkle President, iPwn Studios Inc. P.S

Re: [Haskell-cafe] Haskell on the iPhone

2009-06-22 Thread Ryan Trinkle
in some useful way. Ryan On Mon, Jun 22, 2009 at 18:34, Jason Dagit da...@codersbase.com wrote: On Mon, Jun 22, 2009 at 3:30 PM, Ryan Trinkle ryant5...@gmail.com wrote: Dear Haskellers, Recently, there's been a groundswell of activity in the Haskell community regarding the Haskell's use

Re: [Haskell-cafe] Haskell on the iPhone

2009-06-22 Thread Ryan Trinkle
with in the burgeoning iPhone App marketplace. Best wishes, Ryan Trinkle President, iPwn Studios Inc. P.S.: If you wish to be involved in the preparation of the GHC patch or in the creation of iPwn Studios' first game, don't hesitate to contact me by email (ryant5...@gmail.com), AIM

[Haskell-cafe] Creating a new Haskell mailing list

2009-06-17 Thread Ryan Trinkle
Hi all, I'm interested in starting a mailing list on haskell.org. Who should I talk to about such things? Thanks, Ryan ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe