Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2696)

Issue 181122: Implementation of Bubble Babble encoder

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by rsaarelm
Modified:
9 years, 4 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

Implementation of Bubble Babble encoder Bubble Babble encodes binary data into a sequence of human-pronouncable pseudo-words. See http://en.wikipedia.org/wiki/Bubble_Babble, http://wiki.yak.net/589.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/encoding/babble/Makefile View 1 chunk +11 lines, -0 lines 0 comments Download
A src/pkg/encoding/babble/babble.go View 1 chunk +274 lines, -0 lines 0 comments Download
A src/pkg/encoding/babble/babble_test.go View 1 chunk +85 lines, -0 lines 0 comments Download

Messages

Total messages: 1
rsc
14 years, 3 months ago (2010-01-05 22:47:00 UTC) #1
The code seems okay (I haven't looked closely)
but this doesn't seem generally useful enough
to be a standard package (even the wikipedia article
only suggests "might be useful in" situations 
instead of actual uses).  I suggest putting it on
code.google.com as a separate project.
I hope that eventually we'll have a way to make
importing such code almost as trivial as importing
standard packages.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b