[Haskell-cafe] [GSoC] X Haskell bindings

2008-03-31 Thread Roman Cheplyaka
Hi! I've written a draft proposal for GSoC on XCB Haskell Bindings[1]. I'd appreciate any feedback. Especially I need help with Milestones section. I'm not quite sure how it should look like for such project. 1. http://ro-che.info/docs/xhsb.txt -- Roman I. Cheplyaka :: http://ro-che.info/

Re: [Haskell-cafe] [GSoC] X Haskell bindings

2008-03-31 Thread Roman Cheplyaka
* Adam Langley [EMAIL PROTECTED] [2008-03-31 11:29:57-0700] 2008/3/31 Roman Cheplyaka [EMAIL PROTECTED]: Especially I need help with Milestones section. I'm not quite sure how it should look like for such project. This would seem to be a commendable SoC project. I'm not sure

Re: [Haskell-cafe] Unboxed arrays

2008-03-26 Thread Roman Cheplyaka
* Andrew Coppin [EMAIL PROTECTED] [2008-03-26 12:37:53+] Somebody asked me, so now I'm asking you... In Haskell, you can make unboxed arrays of certain value types. These are typically more efficient in space, and probably time too, and also make the array strict in its values.

Re: [Haskell-cafe] Unboxed arrays

2008-03-26 Thread Roman Cheplyaka
* Henning Thielemann [EMAIL PROTECTED] [2008-03-26 14:22:20+0100] On Wed, 26 Mar 2008, Roman Cheplyaka wrote: * Andrew Coppin [EMAIL PROTECTED] [2008-03-26 12:37:53+] Somebody asked me, so now I'm asking you... In Haskell, you can make unboxed arrays of certain value types

Re: [Haskell-cafe] doctest for haskell -- a good project?

2008-03-22 Thread Roman Cheplyaka
* Shaun Cutts [EMAIL PROTECTED] [2008-03-22 02:20:38-0400] Hello, I am an experienced programmer, currently learning Haskell. Currently I write many things in python. I use both the doctest and unittest modules extensively. As I write code, I simultaneously write doctest code in the doc

Re: [Haskell-cafe] Error handling in calculations

2008-03-19 Thread Roman Cheplyaka
* [EMAIL PROTECTED] [EMAIL PROTECTED] [2008-03-19 21:47:52+0100] L.S., When playing with exceptions, I noticed the following strangeness: *Main 1 / 0 Infinity *Main 1 `div` 0 *** Exception: divide by zero This is in GHCi 6.8.2; WinHugs Sep 2006 gives: Main 1 / 0 1.#INF

Re: [Haskell-cafe] [GSoC] A data parallel physics engine

2008-03-13 Thread Roman Cheplyaka
* Manuel M T Chakravarty [EMAIL PROTECTED] [2008-03-13 12:30:40+1100] Indeed, a matrix library would be really nice. Before getting serious about this, please take a very close look at how PETSc (http://www-unix.mcs.anl.gov/petsc/) handles matrices. The abstraction is very important

[Haskell-cafe] [GSoC] A data parallel physics engine

2008-03-10 Thread Roman Cheplyaka
I'm looking for interesting project to work on during Google Summer of Code. So I found [1]A data parallel physics engine ticket and got excited about it. I'd like to know interested mentors and community opinion about the complexity of such project. I have not very deep knowledge about both NDP

Re: [Haskell-cafe] coerce (safe!)

2008-03-02 Thread Roman Cheplyaka
* Krzysztof Skrzętnicki [EMAIL PROTECTED] [2008-03-02 01:21:42+0100] Well, it is simply coerce :: a - b coerce _ = undefined so coerce is simply empty function. But still, it is possible to write a function of type (a-b). Well, possibly I didn't write anything particularly new, but

[Haskell-cafe] placeholders in hsql

2008-02-24 Thread Roman Cheplyaka
Is there an ability to use placeholders in SQL statement using hsql? (Actually I'm interested in SQLite.) E.g. INSERT INTO sales (product_code, qty, price) VALUES (?, ?, ?) and then supply values that will be escaped and inserted in place of each '?'. -- Roman I. Cheplyaka ::

Re: [Haskell-cafe] libmpd-haskell RFC

2008-01-17 Thread Roman Cheplyaka
* Ben Sinclair [EMAIL PROTECTED] [2008-01-16 22:02:40+1100] If anybody has already used libmpd-haskell (the darcs repo version) or would like to look over it I would appreciate their comments. Thanks, Ben http://turing.une.edu.au/~bsinclai/code/libmpd-haskell/ I'd like to use it in

Re: [Haskell-cafe] libmpd-haskell RFC

2008-01-17 Thread Roman Cheplyaka
* Don Stewart [EMAIL PROTECTED] [2008-01-17 08:56:14-0800] roma: * Ben Sinclair [EMAIL PROTECTED] [2008-01-16 22:02:40+1100] If anybody has already used libmpd-haskell (the darcs repo version) or would like to look over it I would appreciate their comments. Thanks, Ben

<    1   2   3   4   5   6