[Haskell] ANN: true-name 0.1.0.0 released

2016-01-10 Thread Liyang HU
> Also sent to comp.lang.haskell.cafe, & to convince Gmane I'm not top-posting. It is with some shame that I announce ‘true-name’, a package to assist one in violating those pesky module abstraction boundaries via the magick of Template Haskell. http://hackage.haskell.org/package/true-name

Re: [Haskell-cafe] Poll: Do you want a mascot?

2011-11-25 Thread Liyang HU
heathmatlock heathmatlock at gmail.com writes: Question: Do you want a mascot?  Yes And we already have one: http://paraiso-lang.org/ikmsm/books/c80.html /Liyang ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Poll: Do you want a mascot?

2011-11-25 Thread Liyang HU
On 25 November 2011 17:28, Ivan Lazar Miljenovic ivan.miljeno...@gmail.com wrote: And we already have one: http://paraiso-lang.org/ikmsm/books/c80.html Uh. W...T...F...??? Do I want to know what's going on there? :p It's called Reduce! λ Girl, a parody of Invade! Squid Girl.

[Haskell] ANNOUNCE: HakkuTaikai: Haskell Hackathon in Tokyo, 25th September 2011

2011-08-25 Thread Liyang HU
You may have heard the rumours, and I can confirm that it's true: HakkuTaikai is happening! After spending a long week at ICFP 2011 talking about Haskell, why not relax by actually hacking some Haskell? Full details on the wiki page: http://www.haskell.org/haskellwiki/HakkuTaikai When:

[Haskell-cafe] ANNOUNCE: HakkuTaikai: Haskell Hackathon in Tokyo, 25th September 2011

2011-08-25 Thread Liyang HU
You may have heard the rumours, and I can confirm that it's true: HakkuTaikai is happening! After spending a long week at ICFP 2011 talking about Haskell, why not relax by actually hacking some Haskell? Full details on the wiki page: http://www.haskell.org/haskellwiki/HakkuTaikai When:

Re: [Haskell-cafe] How to add ENV variable in runhaskell shell script

2008-01-13 Thread Liyang HU
Hi, On 1/14/08, Steve Lihn [EMAIL PROTECTED] wrote: In perl scripts (unix), one can do #!/usr/local/bin/perl BEGIN { $ENV{LD_LIBRARY_PATH} = ...; } I've not tested this (what a great line to start a post...), but see if this works for you: #! /usr/bin/env LD_LIBRARY_PATH=/path/to/libs

Re: [Haskell] Re: [Haskell-cafe] SimonPJ and Tim Harris explain STM - video

2006-11-23 Thread Liyang HU
Hi, On 23/11/06, Benjamin Franksen [EMAIL PROTECTED] wrote: One answer is in fact to make it so that Console.Write can be rolled back too. To achieve this one can factor the actual output to another task and inside the transaction merely send the message to a transactional channel (TChan):

Re: powerset

2003-06-05 Thread Liyang HU
trying to write this. ^_^ Hope it helps a bit... later, /Liyang -- .--| Liyang HU |--| http://nerv.cx/ |--| [EMAIL PROTECTED] |--| ICQ: 39391385 |--. | :: This is not a signature. :: | ___ Haskell-Cafe mailing list

Re: Dealing with configuration data

2002-09-26 Thread Liyang Hu
/ -- .--{ Liyang HU }--{ http://nerv.cx/ }--{ Caius@Cam }--{ ICQ: 39391385 }--. | ``Computer games don't affect kids, I mean if Pac Man affected us as | | kids, we'd all be running around in darkened rooms, munching pills and | | listening to repetitive music

Dealing with configuration data

2002-09-25 Thread Liyang Hu
that this will /probably/ involve lots of needless lifting and rewriting of the existing code, which makes it even less enticing than passing everything around explicitly. Any opinions or suggestions? Cheers, /Liyang -- .--{ Liyang HU }--{ http://nerv.cx/ }--{ Caius@Cam }--{ ICQ: 39391385

Re: help a lost soul

2002-02-28 Thread Liyang Hu
) I forward this email to your lecturers: Phil Molyneux [EMAIL PROTECTED] Dan Russell [EMAIL PROTECTED] 2) and you go and /learn/ how to do your own assignments? Programming is meant to be /fun/, dammit. Cheers, /Liyang -- .--| Liyang HU |--| http://nerv.cx/ |--| Caius@Cam

Re: Precision of `Double's in Hugs

2002-01-17 Thread Liyang Hu
-- .--| Liyang HU |--| http://nerv.cx/ |--| Caius@Cam |--| ICQ: 39391385 |--. | HELLO KITTY gang terrorizes town, family STICKERED to death! | ___ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: Precision of `Double's in Hugs

2002-01-12 Thread Liyang Hu
of browsing the code, it appears that setting USE_DOUBLE_PRECISION will increase the precision of both Float and Double types. Don't suppose the Haskell spec put a maximum precision level on Floats? (Or I take it it's the standard Double = Float?) mata ne, /Liyang -- .--| Liyang Hu |--| http