Re: [Haskell-cafe] strict, lazy, non-strict, eager

2011-12-24 Thread Murray Campbell
the difficult and nit-picky questions ought to be raised and researched? It's too late to avoid success at all costs but please don't banish our precious pedantry! Scare on! Murray Campbell ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] Status of Haskell + Mac + GUIs graphics

2011-05-21 Thread murray
I get back I'll try to write up my experience. Murray Campbell mur...@sonology.net ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: US Patent for the idea ...

2010-04-17 Thread Murray Gross
doesn't reflect on the poor service we are currently receiving from the entire patent system--I would like to think that the examiner knew perfectly well that this patent was not serious and was willing to play along. Murray Gross ___ Haskell-Cafe

Re: [Haskell-cafe] Re: parallel and distributed haskell?

2009-12-18 Thread Murray Gross
Please note: We have a version of GUM in which PVM has been replaced by direct network communication. However, this project has been idle since the appearance of GHC-6, and I have not been able to get a binary of the parallel version (which is based on GHC-5) to compile itself. Murray Gross

[Haskell-cafe] Loading C object files into ghci

2009-04-02 Thread Murray
for something I could keep in a per-directory .ghci file so that emacs and yi interactive modes work properly. I know I can (setq haskell-program-name ghci /long/path/to/my/project/build/dist/.../blah.o) for emacs but I think it's hard-coded in yi. Sorry if this is obvious, or a FAQ. Murray

Re: [Haskell-cafe] Maybe a compiler bug?

2009-01-06 Thread Murray Gross
and error to find an alternate writing of code that is legal and correct (regardless of the aesthetics) but is incorrectly compiled. For the time being, I will use native compilation and hope that someone can find and fix the error so that I can use the speed advantage of optimization. Best, Murray

Re: [Haskell-cafe] Maybe a compiler bug?

2009-01-06 Thread Murray Gross
different, I might suspect that laziness and optimization had something to do with this. However, earlier tests showed inconsistency between the result of the test in gTst3 and the code where the value of gTst3 is used. A copy of the current version of solve.hs is attached. Best, Murray Gross P.S

Re: [Haskell-cafe] Maybe a compiler bug?

2009-01-06 Thread Murray Gross
more attention, although I'll keep a wary eye open. Thanks to all for attention. Best, Murray Gross ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Maybe a compiler bug?

2009-01-05 Thread Murray Gross
the native code generator (without optimization), the correct value (False) is returned. Further detail and complete code on request. Best, Murray Gross ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell-cafe] Maybe a compiler bug?

2009-01-05 Thread Murray Gross
No unsafe perform (except what may be hidden in trace), nothing, fancy, no gimmicks (very pedestrian, even heavy-handed) code. Complete code is attached (I don't have smaller snippets, because I just discovered the problem). Best, Murray Gross On Mon, 5 Jan 2009, Luke Palmer wrote

[Haskell-cafe] Source of 16x16 Sudokus?

2008-10-02 Thread Murray Gross
the results . . . . Thanks in advance, Murray Gross Brooklyn College ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Analysing music

2008-06-05 Thread Murray
What I need is basically one view of the data as list of used chords, and one graph of all possible time-linear progressions... that is, voices, for a definition of voice that makes the guitarist in me shudder. Seems like I'm going to make close acquaintance with fgl, after all. Sorry if

Re: [Haskell-cafe] Parallel weirdness

2008-04-19 Thread Murray Gross
easily cause the first run to be considerably slower than subsequent runs made immediately after the first). Murray Gross Brooklyn College On Sat, 19 Apr 2008, Andrew Coppin wrote: OK, so just for fun, I decided to try implementing a parallel merge sort using the seq and par combinators

Re: [Haskell-cafe] Distributed haskell using Hadoop

2007-10-16 Thread Murray Gross
At Brooklyn College we have been running distributed Haskell (release 5, though) under Linux/Mosic for several years. There are some problems, but we think they are well under control. Murray Gross Brooklyn College, City University of New York On Tue, 16 Oct 2007, Brad Clow wrote: I

Re: [Haskell-cafe] Sudoku Solver

2007-08-07 Thread Murray Gross
solver. The parallel work will be done on our parallel version of release 5 Haskell. Murray Gross Brooklyn College On Tue, 7 Aug 2007, Donald Bruce Stewart wrote: hughperkins: On 8/7/07, Donald Bruce Stewart [EMAIL PROTECTED] wrote: See also, [2]http://haskell.org

Re: [Haskell-cafe] Sudoku Solver

2007-08-07 Thread Murray Gross
Yes, by 25x25 puzzles I mean sudoku puzzles with 25 cells on each side, with the smaller squares being 5x5 (i.e., we need to construct rows with the numbers 1-25, and the smaller squares must each contain all of the numbers 1-25). Murray Gross Brooklyn College On Tue, 7 Aug 2007, Hugh

Re: [Haskell-cafe] TFP 2007: Registration and Program

2007-02-22 Thread Murray Gross
is available for those that require it (like myself) and that conference attendees know this in advance. A much better solution to the problem would be to break the stone, and move the conference dates back or forward by a few days if this is at all possible. Murray Gross

Re: [Haskell-cafe] Haskell Side Effect

2006-12-20 Thread Murray Gross
On Wed, 20 Dec 2006, Bryan Burgers wrote: On 12/20/06, Jason Dagit [EMAIL PROTECTED] wrote: Am I the only one that doesn't get it? Jason But your question on it clearly implies that you did get it. Murray Gross ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] best Linux for GHC?

2006-11-13 Thread Murray Gross
, although now and again, a bit of tinkering is necessary. Murray Gross ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Is Haskell a 5GL?

2006-09-26 Thread Murray Gross
The official name of the assembler for 360/370 was BAL (basic assembly language). I wrote code in it back in prehistoric times g. Murray Gross Brooklyn College On Mon, 25 Sep 2006, Jerzy Karczmarczuk wrote: Alex Queiroz wrote: On 9/25/06, Ch. A. Herrmann [EMAIL PROTECTED] wrote

Re: [Haskell-cafe] Re: First steps in Haskell

2006-01-22 Thread Murray Gross
, like just about everything else on the subject, is far from complete--there is all sorts of other stuff that you will pick up from the available Haskell system documentation, but that can wait until you have simple programs running. Best, Murray Gross CIS Dept., Brooklyn College

[Haskell-cafe] Please explain behavior of setBit

2005-11-12 Thread Murray Gross
several), although in each case, the bit I expect to be set is also set (e.g., mybit 4 yields 17). Thanks in advance for assistance. Murray Gross ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell-cafe] Please explain behavior of setBit

2005-11-12 Thread Murray Gross
that this is in fact what is happening. The (now solved) problem is obscure documentation. Thank you. Murray Gross ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] NewBinary: What is the license?

2005-10-08 Thread Murray Gross
., RedHat, Suse, Mandriva, Mysql, etc.)? I'm afraid I just wasted a few days of work then :-(. Only if you have misunderstood the GPL. Best of luck in your endeavor, Murray Gross ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http