[Haskell] ANNOUNCE: GenSmsPdu-0.1

2010-04-06 Thread Kwanghoon Choi
Dear Haskeller, I like to annouce GenSmsPdu, an automatic SMS message generator. http://hackage.haskell.org/package/GenSmsPdu-0.1 GenSmsPdu is a library for random generation of 3GPP SMS messages. It defines a big data type for 3GPP defined SMS message formats such as SMS-SUBMIT and SMS-DELIVER

Re: [Haskell] FP in the (German) CS curriculum

2005-08-13 Thread Kwanghoon Choi
On Thu, 11 Aug 2005, Johannes Waldmann wrote: > Hello. > > My institution is currently revising > the curriculum for Bachelors and Masters in Computer Science. > One point of interest is the role of programming, > and especially that of the functional paradigm. > I'd like to compare our plans to

Re: Haskell for DSPs ?

2000-08-17 Thread Kwanghoon Choi
Hello, I knew one relevant link for functional DSP: http://users.snip.net/~donadio/mpd-hs-dsp.html Kwanghoon On Thu, 17 Aug 2000, Axel Jantsch wrote: > > Hi, > > I wonder if anybody has ever tried to develop a good compiler for Haskell > or any other functional language for a DSP processo

RE: Haskell -> Java bytecode?

2000-05-24 Thread Kwanghoon Choi
My colleague and I have developed a STG-to-Java compiler, hopefully as a backend of GHC. We defined our own syntax of the STG language. For several small Haskell programs, we could translate them into those in our own syntax, and we could run them with no difficulty. Our compiler works well fo

Re: debugging

1999-09-21 Thread Kwanghoon Choi
there will be some standard way to use non-standard function `trace' among Haskell compilers. Kwanghoon Choi

Re: Q: hugs behavior...

1999-08-26 Thread Kwanghoon Choi
s transformation, because Hugs uses G-machine and it requires lambda lifting which flattens the tree-like let structure in the program. Kwanghoon Choi

Re: Is there a *good* online tutorial...

1999-08-11 Thread Kwanghoon Choi
To. all I prefer to see at a time both the contents of Haskell98 report and library on Web. I combined both contents into one, and have used it. It is useful because, usually, I do not refer them separately. http://pllab.kaist.ac.kr/groups/haha/haskell98/ Kwanghoon Choi