[Haskell] Job opening for Haskell developer in Nijmegen, Netherlands

2013-04-18 Thread Roel van Dijk
Sensor Sense is looking for a software developer to work on the design and implementation of ultra-sensitive trace gas detectors. These instruments belong to the most sensitive in the world. You will work closely with physicists, electronic – and mechanical engineers to design new detectors and im

[Haskell] ANN: concurrent-extra-0.2

2010-02-22 Thread Roel van Dijk
Hello, We would like to announce an update of concurrent-extra [1]. Bug fixes: - A bug in RLock.acquire (thanks to Felipe Lessa). New features: - Broadcast: Wake multiple threads by broadcasting a value. This is a generalisation of Event. - Thread: Threads extended with the ability to wai

[Haskell] ANN: concurrent-extra-0.1

2010-02-17 Thread Roel van Dijk
Hello, We would like to announce the release of concurrent-extra [1]. A library which offers a few extra synchronization primitives. These primitives are found in the standard libraries of languages like Java and Python, but not in Haskell. Quick overview: * Lock: Enforce exclusive access to a r

[Haskell] ANN: ftdi-0.1

2010-01-25 Thread Roel van Dijk
s get http://code.haskell.org/~roelvandijk/code/ftdi Regards, Roel van Dijk 1 - http://hackage.haskell.org/package/ftdi 2 - http://ftdichip.com/ 3 - http://hackage.haskell.org/package/usb 4 - http://www.intra2net.com/en/developer/libftdi/ 5 - http://www.ftdichip.com/Driver

[Haskell] Re: [Haskell-cafe] ANN: Reverse Dependencies in Hackage (demo)

2009-10-15 Thread Roel van Dijk
2009/10/15 Johan Tibell : >> - Is this the best way to present the information? > > Are the packages with all zeroes in the columns still reverse > dependencies (that don't have any dependencies in turn)? Yes. They are reverse dependencies which have no reverse dependencies of their own. _

[Haskell] ANN: Reverse Dependencies in Hackage (demo)

2009-10-15 Thread Roel van Dijk
Hello, I have implemented reverse dependencies in Hackage. You can play with the demo here: http://bifunctor.homelinux.net/~roel/hackage I already send a message to Haskell-Cafe, but I made a few changes and would like some feedback. You can sort the tables of reverse dependencies by clicking on

[Haskell] ANNOUNCE: bindings-levmar-0.1.1

2009-09-16 Thread Roel van Dijk
I am pleased to announce the release of bindings-levmar-0.1.1: http://hackage.haskell.org/package/bindings-levmar The most important change compared to the previous version is a custom configure script (copied from hmatrix) that detects which libraries are needed. The cabal file also has some fla

Re: [Haskell] Nested guards?

2007-12-06 Thread Roel van Dijk
Note that Clean also supports nested guards. See section 3.3 of the Clean language report: http://clean.cs.ru.nl/download/Clean20/doc/CleanRep2.0.pdf Unfortunately the html version of the report appears to be broken. The report gives an example of nested guards and explains the semantics with "i