Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

fuck Ruby

Name: Anonymous 2011-11-05 15:21

Any language that allows shit like this should be outlawed.

find_match([H|T], L, LastVal, D, Free, Out) ->
    case dict:find([H|L], D) of
    {ok, Val} ->
        find_match(T, [H|L], Val, D, Free, Out);
    error ->
        D1 = dict:store([H|L], Free, D),
        encode([H|T], D1, Free+1, [LastVal|Out])
    end;
find_match([], _, LastVal, _, _, Out) ->
    reverse([LastVal|Out]).

Name: Anonymous 2011-11-05 16:30

>>14
"numbercruncher"
Doesn't understand IEEE 754.
laughingwhores.jpg

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List