[stack] Re: Compression: Huffman Coding with Joy
"wodan58" <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "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