Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Haskell
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
peter steiner  
View profile  
 More options Oct 5 2006, 5:00 am
From: "peter steiner" <pnstei...@gmail.com>
Date: Thu, 05 Oct 2006 09:00:25 -0000
Local: Thurs, Oct 5 2006 5:00 am
Subject: Haskell
congratulations to another coup! this promises to become a very useful
addition to the developer toolbelt.

now if you'd only add haskell to the list of available languages...

regards,
peter.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pepe iborra  
View profile  
 More options Oct 5 2006, 9:44 am
From: "pepe iborra" <mnisl...@gmail.com>
Date: Thu, 05 Oct 2006 06:44:03 -0700
Local: Thurs, Oct 5 2006 9:44 am
Subject: Re: Haskell
Hi! I'd like to second Peter's petition for Haskell support.
With all the exposition Haskell is receiving lately, I'm sure Code
Search is going to include it soon!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
j.k.  
View profile  
 More options Oct 5 2006, 1:29 pm
From: "j.k." <spaeci...@gmail.com>
Date: Thu, 05 Oct 2006 10:29:37 -0700
Local: Thurs, Oct 5 2006 1:29 pm
Subject: Re: Haskell

peter steiner wrote:
> now if you'd only add haskell to the list of available languages...

I third that. It sure would be nice to have haskell code indexed and
searchable too.

Pretty please.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
joel.vaneenwyk  
View profile  
 More options Oct 5 2006, 7:47 pm
From: "joel.vaneenwyk" <joel.vaneen...@gmail.com>
Date: Thu, 05 Oct 2006 16:47:00 -0700
Subject: Re: Haskell
And I have to fourth that.  Haskell would definitely be a great
addition.

~Joel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Dean  
View profile  
 More options Oct 5 2006, 8:59 pm
From: "Jeff Dean" <jeff.d...@gmail.com>
Date: Fri, 06 Oct 2006 00:59:28 -0000
Local: Thurs, Oct 5 2006 8:59 pm
Subject: Re: Haskell
Just in case it's not clear, we're already indexing lots of Haskell
code.  We just haven't written a language identifier for it, so it
doesn't get a lang:haskell tag.  The code is there, though, and you can
find it with the file: operator to restrict your searches to particular
file extensions.

For example:

  file:\.hs$ map

http://www.google.com/codesearch?q=file%3A%5C.hs%24+map

The file: operator takes a regexp, so if some other file extension was
also a common Haskell file extension (hypothetically say .hs1), you
could search both file extensions with:

  file:\.(hs|hs1)$

We'll work on adding support so that Haskell code gets an appropriate
lang:haskell tag, but in the
meantime, this should be a fine workaround.

  -Jeff Dean (one of the developers of Code Search)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »