The Thing That Should Not Be

Posted on Tue, 17 Feb 2009 in Technology
Last edited Tue, 17 Feb 2009

This may be the most abominable and utterly insane function I have ever had the misfortune to write.

function oct = octify (n) 
    oct = sscanf (sprintf ('%o', n), '%d');
end
Thanks Matlab!
Trackback pings for this entry are listed below. The URL to ping for this entry is: http://elder-gods.org/~larry/blog/trackback/111
(let ((x (quote (quasiquote (let ((x (quote (unquote x)))) (unquote x))))))
  (quasiquote (let ((x (quote (unquote x)))) (unquote x))))