Hi,
2010/7/13 Gregory Crosswhite :
> Just out of curiosity, what work is being done in the data parallel
> haskell / repa projects regarding cache locality?
Hi,
I'm not knowledgeable at all about this, but for a technical
introduction to DPH, I found the following excellent. Locality
is a recurri
On Sun, Jul 11, 2010 at 2:28 PM, Mike Dillon wrote:
> begin Mike Dillon quotation:
>> Being that there is only one active admin on the Haskell.org wiki
>> (User:Ashley Y), I believe the fact that this page is editable by any
>> user is a policy decision to allow the community to contribute. The
>>
Does anyone know if I can bring a 64-bit (long long or unsigned long
long) value from C-land into Haskell via hsc2hs? #const on such a
value seems to provide only the low 32 bits, at least in my
environment (Haskell Platform 2009.2.0.2 on Windows). I've tried to
create a 64-bit variant of #co
Thanks Thomas for the resources ... particularly [3] ... it seems to have a
link to a standalone 'C' code that does jpeg and png decoding!
I'd actually like to see the example on Haskell wiki work - my agenda is two
fold, familiarity with dealing with binary data in Haskell and also
understanding
Hi all,
I upload package http://hackage.haskell.org/package/poppler-0.11.1
I can compile it on my box, but it build failure at hackage with below error:
--> error start <--
*** setup configure
Reading installed packages...
/usr/local/bin/g
On Jul 11, 2010, at 9:38 AM, wren ng thornton wrote:
Generally OSX takes UTF16 to be the standard encoding (I don't
recall if it's LE or BE), though UTF8 is supported almost
everywhere. I haven't checked to see whether that would affect this
particular task though.
Mac OS X 10.5 came with
On Sat, Jul 10, 2010 at 6:40 PM, Julian Fleischer
wrote:
> I guess I'm actually messing things up using the word "natural" - how can
> "expand the multiplication of zero with itself zero times" be natural?
How could it not be?
That is to say, what initial value would make sense for folding (*)
On Jul 11, 2010, at 9:20 PM, Daniel Fischer wrote:
* Prove the binomial theorem *without* the convention 0**0 := 1
Except that in the binomial theorem, one uses (^) and not (**).
For (^), setting x ^ 0 = 1 is, as far as I'm aware, uncontested.
This is not so: the exponent in the binomial t
Hey everyone,
Just out of curiosity, what work is being done in the data parallel
haskell / repa projects regarding cache locality? The reason I am
asking is because, as I understand it, the biggest bottleneck on today's
processors are cache misses, and the reason why optimized
platform-specific
Vincent,
Due to spam-like comments on -cafe I hadn't been subscribed for a while
and missed your cryptohash discussion! Particularly:
> The main reason for this library is the lack of incremental api
exposed by
> current digest libraries, and filling the void about some missing
digest
> algorith
On Mon, Jul 12, 2010 at 01:50:01PM +0100, Simon Marlow wrote:
> Right. I like the idea of packages being able to declare re-exported
> modules, indeed I considered doing this in GHC (when we needed base3)
> but decided not to mainly because we would still need PackageImports,
> and once you
Hi,
This is still happening with the current DMG on the website, my
solution has been to install GHC from the DMG, then get the source for
Haskell Platform (haskell-platform-2010.1.0.0.tar.gz) and build it
myself.
Cheers,
G
On 22 Mar 2010, at 04:02, Warren Harris wrote:
I
Hi,
Op zondag 11 juli 2010 18:02 schreef Jason Dagit:
> On Sun, Jul 11, 2010 at 5:51 AM, Reinier Lamers
wrote:
> > If you have installed the Haskell Platform or cabal-install, you can
> > install
> > this beta release by doing:
> >
> > $ cabal update
> > $ cabal install darcs-beta
> >
>
> Did
On Mon, Jul 12, 2010 at 9:50 AM, Simon Marlow wrote:
> And hopefully things will improve over time, as fewer packages will need to
> depend on base. We could also start pulling out APIs that are currently in
> base into separate packages, without actually pulling out the code - e.g.
> concurrency
I don't know about that code, but have had good experiences on two
projects using the DevIL binding library found on hackage [1]. I
tried pngload [2] originally, but that isn't full featured enough for
real use. iirc, stb-image [3] had a similar issue of being too
bare-bones; the haddock comments
Hi,
I tried out the code on this page
http://haskell.org/haskellwiki/Library/PNGbut the png file that'e
emitted does not seem to open properly with image
viewing tools. Has anyone tried it out?
I added this bit for supplying the data for image creation -
count=100
row = take count (cycle [True,F
On 22:02 Sat 10 Jul , Sam Martin wrote:
> > Note that the Haskell report does not require IEEE 754 binary encodings.
> > In fact, it permits 'Float' to be a decimal floating point type.
>
> True. Although I don't really understand why? Or rather, I don't
> understand why it can't be at least s
On 12/07/2010 12:43, John Meacham wrote:
On Mon, Jul 12, 2010 at 10:07:28AM +0100, Simon Marlow wrote:
The story we tentatively plan to provide in GHC 6.14.1 is a haskell2010
package that provides exactly the API specified by the report (by
definition, since the source was used to generate the r
On 12.07.2010 09:25, Ivan Lazar Miljenovic wrote:
A couple of points I meant to make here but forgot (I was busy hacking
on this and my other three graph-related packages for over a week now,
and especially this past weekend it cut into my sleeping...):
* Apart from bug-fixes, I don't intend on
On Mon, Jul 12, 2010 at 10:07:28AM +0100, Simon Marlow wrote:
> The story we tentatively plan to provide in GHC 6.14.1 is a haskell2010
> package that provides exactly the API specified by the report (by
> definition, since the source was used to generate the report :-). The
> modules of has
Hi Ketil
Particularly to Haskore rather than package importing or Cabal in
general, AbsPitch is not defined in "Haskore" i.e. Henning
Thielemann's extended Haskore.
AbsPitch in Paul Hudak's Haskore (i.e. "haskore-vintage"), it is a
synonym for Int, I believe the replacement is Henning's Haskore i
On 08/07/2010 21:34, John Meacham wrote:
On Tue, Jul 06, 2010 at 09:48:20PM +0300, Roman Cheplyaka wrote:
Greetings! Now, can different compiler/interpreter authors make
statements about support of this standard in their compilers please?
Jhc supports all the language features of haskell 2010
Grigory Sarnitskiy wrote:
I'm not very familiar with algebra and I have a question.
Imagine we have ring K. We also have two expressions formed by
elements from K and binary operations (+) (*) from K.
Can we decide weather these two expressions are equivalent? If there
is such an algorithm, whe
d...@patriot.net writes:
> d...@hypno:~/haschorus-1.2.1$ ghci
> GHCi, version 6.10.4: http://www.haskell.org/ghc/ :? for help
> Loading package ghc-prim ... linking ... done.
> Loading package integer ... linking ... done.
> Loading package base ... linking ... done.
> Prelude> :m Haskore
No err
Hello, cafeers!
Are there OpenSuse repositories with ghc-6.12 maintained? Some months ago I
installed 6.12.1 from someone's repository but now it's unavailable.
My system is 11.2 (x86_64). Only ghc*6.10.4-7.1 packages are present.
--
Iliya Kuznetsov
__
A couple of points I meant to make here but forgot (I was busy hacking
on this and my other three graph-related packages for over a week now,
and especially this past weekend it cut into my sleeping...):
* Apart from bug-fixes, I don't intend on touching the 5.4 series any
more. That said, I be
Something I forgot to mention (yes, I forgot to mention something here
as well as for the fgl announcement):
I sent out an email during the week asking people what they'd prefer in
terms of semantics as a pure Haskell implementation for "dot -Tcanon".
I didn't end up getting around to implementing
I'm pleased to announce updated versions of SourceGraph [1] (my
graph-theoretic static analysis tool for Haskell) and Graphalyze [2] (a
library for graph-theoretic analysis of relationships in discrete data).
[1]: http://hackage.haskell.org/package/SourceGraph
[2]: http://hackage.haskell.org/packa
28 matches
Mail list logo