We just added support for additional programming languages: AppleScript, COBOL, ColdFusion, Haskell, Modula-2, Modula-3, OCaml, R, Rebol, SML, and VHDL. They now appear in the language drop-down on the Advanced Code Search page: http://www.google.com/codesearch/advanced_code_search
If your language of choice isn't on there, you can still search for code written in that language. Just use the the "file:" operator to restrict your search to files with the right extensions. For example, you could restrict your search to files with a .zz extension with a query like: foo file:\.zz$
Or, you could restrict to multiple extensions, for example to .x and .abc with something like: hello,\ world file:\.(x|abc)$
> We just added support for additional programming languages: > AppleScript, COBOL, ColdFusion, Haskell, Modula-2, Modula-3, OCaml, R, > Rebol, SML, and VHDL. They now appear in the language drop-down on the > Advanced Code Search page:http://www.google.com/codesearch/advanced_code_search
> If your language of choice isn't on there, you can still search for > code written in that language. Just use the the "file:" operator to > restrict your search to files with the right extensions. For example, > you could restrict your search to files with a .zz extension with a > query like: > foo file:\.zz$
> Or, you could restrict to multiple extensions, for example to .x and > .abc with something like: > hello,\ world file:\.(x|abc)$
bachian wrote: > Please, consider de ActionScript (AS) language in your next upgrade, > it's a very grown language and there's a lot of people waiting for it.
> Thanks for the great service you provide. Google rocks!
> Felipe Bachian
> On Nov 17, 5:02 pm, "Google Employee" <labs+codesea...@google.com> > wrote: > > Hello code searchers,
> > We just added support for additional programming languages: > > AppleScript, COBOL, ColdFusion, Haskell, Modula-2, Modula-3, OCaml, R, > > Rebol, SML, and VHDL. They now appear in the language drop-down on the > > Advanced Code Search page:http://www.google.com/codesearch/advanced_code_search
> > If your language of choice isn't on there, you can still search for > > code written in that language. Just use the the "file:" operator to > > restrict your search to files with the right extensions. For example, > > you could restrict your search to files with a .zz extension with a > > query like: > > foo file:\.zz$
> > Or, you could restrict to multiple extensions, for example to .x and > > .abc with something like: > > hello,\ world file:\.(x|abc)$