[Haskell] 1st Int. Workshop on Applications of Constraint Satisfaction and Programming to Computer Security (CPSec)

2005-05-23 Thread Stefano Bistarelli
(apologizes for multiple copies)===  1st International Workshop on  Applications of Constraint Satisfaction and Programming    t

[Haskell] PhD in aspect-oriented languages

2005-05-23 Thread Oege de Moor
*** apologies for multiple copies *** The programming tools group at Oxford is pleased to invite applications for a fully funded PhD position in the design and implementation of aspect-oriented programming languages, as part of the abc project. Further details can be found at: http://musketeer.c

[Haskell] Call for Papers for CICLOPS'2005

2005-05-23 Thread Fernando Silva
Please, do accept our apologies if you receive this call more than once. --- Preliminary Call for Papers --

[Haskell] CFP APLAS'05

2005-05-23 Thread Kwangkeun Yi
Hi all, APLAS 2005's abstract and title submission due is next Saturday. [apologies if you receive this CFP multiple times] --- CALL FOR PAPERS The Third Asian Symposium on Programm

[Haskell] LOPSTR'05: Extended Deadline for Full Papers

2005-05-23 Thread P M Hill
___ LOPSTR'05 EXTENDED DEADLINE FOR FULL PAPERS - 27th May 2005 Deadline for extended abstracts (unch

Re: [Haskell] Beyond ASCII only editors for Haskell

2005-05-23 Thread Bill Wood
. . . > It is true that we do not see CASE-tools being used very much, but we do > see tools go beyond ASCII and still be very popular. What I am thinking > of is the visuals environment, like those produced by MS. > You might be interested in looking at work done at Oxford and Chalmers U. on g

Re: [Haskell] Beyond ASCII only editors for Haskell

2005-05-23 Thread Mads Lindstrøm
Reginald Meeson wrote: > Mads -- > > Eons ago, colleagues and I put together a primitive data flow diagram > editor and generated functional code for the functions users wired > together. One of the things we learned was that people would happily > wire together diagrams with state components th

Re: [Haskell] Beyond ASCII only editors for Haskell

2005-05-23 Thread Mads Lindstrøm
Johannes Waldmann wrote: > >>>to only ASCII characters. For example, I would not write 'sqrt 2' but I > >>>would write a square root symbol with 2 underneath. Likewise, I would > >>>not write '2 ^ 5', but I would write a 2 with a 5 raised upwards to the > >>>right of the 2. ... > > Remember Paul

Re: [Haskell] Beyond ASCII only editors for Haskell

2005-05-23 Thread Jesper Louis Andersen
Mads Lindstrøm wrote: Jesper Louis Andersen wrote: I do not think one can learn from APL. The world is much changed today. However, programming in diagrams and the like sounds awfully like CASE-tools of the start of the nineties - which did not prevail either. I am sorry to say that I newe

[Haskell] Re: Using newArray with hGetArray

2005-05-23 Thread Andre Pang
On 24/05/2005, at 2:03 AM, Andre Pang wrote: Hi all, I have the following snippet of code: mutableMemoryArray <- newArray_ (0, bufferSize - 1) bytesRead <- hGetArray handle mutableMemoryArray bufferSize The problem is that hGetArray (like hGetBuf) may read less than the amount that you

Re: [Haskell] Beyond ASCII only editors for Haskell

2005-05-23 Thread Mads Lindstrøm
Jesper Louis Andersen wrote: > I do not think one can learn from APL. The world is much changed today. > However, programming in diagrams and the like sounds awfully like > CASE-tools of the start of the nineties - which did not prevail either. I am sorry to say that I newer really tried any of

[Haskell] Re: Using newArray with hGetArray

2005-05-23 Thread Peter Simons
Andre Pang writes: > [...] if I could use hGetBuf and somehow efficiently > create an array from a (Ptr Word8). I've never actually tried this, but shouldn't it be possible to create a 'StorableArray' and have hGetBufNonBlocking read into that with the help of 'withStorableArray'? Peter

[Haskell] Using newArray with hGetArray

2005-05-23 Thread Andre Pang
Hi all, I have the following snippet of code: mutableMemoryArray <- newArray_ (0, bufferSize - 1) bytesRead <- hGetArray handle mutableMemoryArray bufferSize The problem is that hGetArray (like hGetBuf) may read less than the amount that you specify (since you may hit EOF before filling

Re: [Haskell] Beyond ASCII only editors for Haskell

2005-05-23 Thread Reginald Meeson
Mads -- Eons ago, colleagues and I put together a primitive data flow diagram editor and generated functional code for the functions users wired together. One of the things we learned was that people would happily wire together diagrams with state components that could not be translated because

[Haskell] PhD Position

2005-05-23 Thread N Ghani
Please pass on to interested students. Apologies for multiple copies. - PhD Position School of Computer Science and Information Technology University of Notti

Re: [Haskell] Beyond ASCII only editors for Haskell

2005-05-23 Thread Johannes Waldmann
to only ASCII characters. For example, I would not write 'sqrt 2' but I would write a square root symbol with 2 underneath. Likewise, I would not write '2 ^ 5', but I would write a 2 with a 5 raised upwards to the right of the 2. ... Remember Paul Halmos' advice (from "I Want To Be A Mathemat