Compression: Huffman Coding with Joy

icpdesign — 2009-04-05 12:34:56

Dear,

How do you implement the Huffman Coding with Joy?

I would like to compare it with other languages (eg. F#)

Kind regards
Taoufik

icpdesign — 2009-04-05 12:40:24

Dear,

You can find the F# code for Huffman coding in

http://blogs.msdn.com/lukeh/archive/2008/05/05/huffman-coding-with-f.aspx

Kind regards
Taoufik

--- In concatenative@yahoogroups.com, "icpdesign" <taoufik.dachraoui@...> wrote:
>
> Dear,
>
> How do you implement the Huffman Coding with Joy?
>
> I would like to compare it with other languages (eg. F#)
>
> Kind regards
> Taoufik
>

wodan58 — 2009-08-20 20:23:13

--- In concatenative@yahoogroups.com, "icpdesign" <taoufik.dachraoui@...> wrote:
>
> Dear,
>
> How do you implement the Huffman Coding with Joy?
>
> I would like to compare it with other languages (eg. F#)
>
> Kind regards
> Taoufik
>
Hello,

Huffman Coding seems like a nice algorithm to try my
new programming skills. Please bear in mind that this
is my first program in JOY.

http://home.kpn.nl/r.wiersma26/huffman.pdf
http://home.kpn.nl/r.wiersma26/hzip.txt
http://home.kpn.nl/r.wiersma26/hunzip.txt