Re: [Haskell-cafe] Postdoctoral Fellowship in Functional Programming

2007-09-27 Thread Christopher Milton
--- Iain Lane [EMAIL PROTECTED] wrote: Bryan Burgers wrote: On 9/26/07, Graham Hutton [EMAIL PROTECTED] wrote: Salary will be within the range 25,134 - 32,796 pounds per year, depending on qualifications and experience. The post is available immediately, and will be offered

Re: [Haskell-cafe] OSCON 2007, who's going?

2007-06-11 Thread Christopher Milton
was doing before they hired me), is to get them to switch to Haskell. Christopher Milton wrote: Are a lot of Haskellers going to be at OSCON, or just Simon Peyton Jones and myself? http://conferences.oreillynet.com/os2007/ I've never been to Portland, Oregon, before. Chris Milton

[Haskell-cafe] OSCON 2007, who's going?

2007-05-25 Thread Christopher Milton
Are a lot of Haskellers going to be at OSCON, or just Simon Peyton Jones and myself? http://conferences.oreillynet.com/os2007/ I've never been to Portland, Oregon, before. Chris Milton AIM: cmiltonperl ___ Haskell-Cafe mailing list

[Haskell-cafe] job ads I saw on DICE

2004-09-25 Thread Christopher Milton
It is rare to see ads looking for Haskell programming experience... http://seeker.dice.com/jobsearch/servlet/JobSearch?op=1002dockey=xml/6/2/[EMAIL PROTECTED]source=3 http://seeker.dice.com/jobsearch/servlet/JobSearch?op=1002dockey=xml/b/8/[EMAIL PROTECTED]source=3

Re: [Haskell-cafe] Re: [Haskell] Haskell recruitment?

2004-09-08 Thread Christopher Milton
It would be nice to see more Haskell job postings. an aside: As XML gets applied to DoD logistics and supply transactions, it would be interesting to apply Haskell to the problems of data/message conversion... but the XML used in the XML for DoD logistics is implemented with XML Schema Documents,

Re: [Haskell-cafe] Producing fortran/C code with haskell?

2004-01-30 Thread Christopher Milton
specific compilers should turn up links on one interesting technique to achieve this. ___ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe = Christopher Milton [EMAIL PROTECTED

Re: 7 Millennium Prize problems

2004-01-12 Thread Christopher Milton
Or maybe Cryptol with P-logic/Programmatica. --- Christopher Milton [EMAIL PROTECTED] wrote: --- Keith Wansbrough [EMAIL PROTECTED] wrote: Christopher Milton [EMAIL PROTECTED] writes: I think Haskell can be used to solve several, if not all, of the seven problems. Now I have

EDI X12

2004-01-12 Thread Christopher Milton
Has anyone in the Cafe written EDI X12 generator/parser in Haskell? = Christopher Milton [EMAIL PROTECTED] ___ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: pet project - 7 Millennium Prize problemss

2004-01-09 Thread Christopher Milton
--- Keith Wansbrough [EMAIL PROTECTED] wrote: Christopher Milton [EMAIL PROTECTED] writes: I think Haskell can be used to solve several, if not all, of the seven problems. Now I have to decide which problem to tackle first. (a joke, I assume...) http://www.claymath.org

pet project - 7 Millennium Prize problemss

2004-01-05 Thread Christopher Milton
Folks, I think Haskell can be used to solve several, if not all, of the seven problems. Now I have to decide which problem to tackle first. Chris = Christopher Milton [EMAIL PROTECTED] ___ Haskell-Cafe mailing list [EMAIL PROTECTED] http

Re: pet project - 7 Millennium Prize problemss

2004-01-05 Thread Christopher Milton
--- Ketil Malde [EMAIL PROTECTED] wrote: Christopher Milton [EMAIL PROTECTED] writes: I think Haskell can be used to solve several, if not all, of the seven problems. What's this? Is there an URL with more information? Sorry, I meant to include the URL, but I got distracted. http

Re: HSQL Linking Problem with ghc6

2004-01-05 Thread Christopher Milton
Nevermind, I found it. http://htoolkit.sourceforge.net/ --- Christopher Milton [EMAIL PROTECTED] wrote: I keep only finding a Java SQL interface on SourceForge when I look for HSQL. What is the URL? --- Charles Perkins [EMAIL PROTECTED] wrote: Hello Haskellians, I have been looking

Re: Monads

2003-12-31 Thread Christopher Milton
Mark, I'm no expert, but does it help to start from withStateT? withStateT :: (s - s) - StateT s m a - StateT s m a withStateT f m = StateT $ runStateT m . f There are some notes about computations and lifting state transformers in Modular Denotational Semantics for Compiler Construction

Re: Representing cyclic data structures efficiently in Haskell

2003-07-07 Thread Christopher Milton
Implementation and Logic Programming, Lecture Notes in Computer Science 631, 115--129, 1992. http://citeseer.nj.nec.com/kahrs92unlimp.html Chris Milton (busy processing MILSTRIPs in Perl) = Christopher Milton [EMAIL PROTECTED] ¸ÅÃӤ䤫¤ï¤ºÈô¤Ó¹þ¤à¿å¤Î²» --Matsuo Bashou

Re: seeking ideas for short lecture on type classes

2003-01-24 Thread Christopher Milton
/GeneratedHtml/functional.imptype.html http://haskell.readscheme.org/lang_sem.html = Christopher Milton [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: laziness in IO

2003-01-09 Thread Christopher Milton
/listinfo/haskell ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell = Christopher Milton [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful

Re: Interpret haskell within haskell.

2002-12-19 Thread Christopher Milton
--- David Sankel [EMAIL PROTECTED] wrote: I was wondering if there is any project that aims to interpret haskell within haskell. http://www.haskell.org/implementations.html quote type=partial GHC, the Glasgow Haskell Compiler The Glasgow Haskell compiler is a full implementation of

Re: Editor Tab Expansion

2002-12-05 Thread Christopher Milton
{ decl1; decl2; ... } IN expr when LET and IN are sufficient enough to enclose the declarations? Greetings, Ingo ___ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe = Christopher Milton [EMAIL

Re: AW: slide: useful function?

2002-12-02 Thread Christopher Milton
://wwwhome.cs.utwente.nl/~fokkinga/mmf91m.ps There are other Bananas out there, but some have to do with imports and tariffs... ;-) Chris = Christopher Milton [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up

Re: newbie question re linear algebra in Haskell

2002-11-19 Thread Christopher Milton
://citeseer.nj.nec.com/frens97autoblocking.html and From Fast Exponentiation to Square Matrices: An Adventure in Types Chris Okasaki http://www.eecs.usma.edu/Personnel/okasaki/pubs.html#icfp99 Chris = Christopher Milton [EMAIL PROTECTED] __ Do you Yahoo

Re: Sets

2002-11-19 Thread Christopher Milton
This might be of some help, circa Haskell 1.2, SetMap.hs - sets and maps in Haskell Author: Nick North ftp://ftp.cs.chalmers.se/pub/haskell/library/SetMap.hs Chris = Christopher Milton [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Web Hosting

Re: storing to a file

2002-11-14 Thread Christopher Milton
For some reason, the York ftp links never work for me, so here are the links for the Binary data papers (practically all of their webpages only point to ftp://; for papers): Heap Compression and Binary I/O in Haskell Malcolm Wallace and Colin Runciman

Haskell98 Report copyright

2002-11-12 Thread Christopher Milton
I hope we don't have a repeat of the MathWorld website shutdown.* I also can't find a webpage with the definition of Standard ML... only avaible in print from MIT Press? Chris * http://mathworld.wolfram.com/erics_commentary.html = Christopher Milton [EMAIL PROTECTED

Re: like .ghci for ghc?

2001-12-08 Thread Christopher Milton
--- Hal Daume III [EMAIL PROTECTED] wrote: I've read through most of the ghc docs, but haven't found anything like this. Almost all of my programs require -fglasgow-exts -package data -package text as well as -i(long paths here) but the latter three I cannot put in an OPTIONS line in the

Re: FORTRAN and HASKELL

2001-11-29 Thread Christopher Milton
--- clusterpoli [EMAIL PROTECTED] wrote: Somebody works with together FORTRAN and Haskell. Exists some funcao to transform codigo FORTRAN into codigo HASKELL? TXL might help, but it's its own functional language. It can probably convert FORTRAN to Haskell given the EBNF for each language, but

categorical prelude

2001-11-27 Thread Christopher Milton
I have a copy of the paper by Erik Meijer and Luc Duponcheel, On the expressive power of Combinator Classes, but I can't seem to find a copy of the prelude file anywhere. Has anyone still got a copy anywhere? I look to hearing from you. = Christopher M. Milton [EMAIL PROTECTED] Phone

Re: categorical prelude

2001-11-27 Thread Christopher Milton
Oops, that should have been Constructor Classes. --- Christopher Milton [EMAIL PROTECTED] wrote: I have a copy of the paper by Erik Meijer and Luc Duponcheel, On the expressive power of Combinator Classes, but I can't seem to find a copy of the prelude file anywhere. Has anyone still got

Hugs 1.4 sourcecode availability?

2001-11-13 Thread Christopher Milton
Does anyone here still have a tarball of Hugs 1.4 (any release)? I seem to have lost my copies somewhere along the line. I like to make comparisons between different releases sometimes. (I still play with Gofer, too.) -- Christopher Milton [EMAIL PROTECTED] Colorado Springs, Colorado, USA

Re: A hard core game programmers view

2000-01-27 Thread Christopher Milton
o interest the programmers that I know into trying out Hugs (or sometimes Gofer). Of course, what can be done to help the start an epidemic `infecting' people machines with Haskell I don't know... I've managed to pique some interest where I work, but so far haven't peaked any fevers. -- Christopher Mil