Binary Stream and Binary Types

Discussion of Common Lisp
Kind&Deadly
Posts: 7
Joined: Tue Jan 11, 2011 5:22 pm

Re: Binary Stream and Binary Types

Post by Kind&Deadly » Mon Jan 17, 2011 11:41 am

Warren Wilkinson wrote:I've used a lot of languages, and I don't recall any of them having a sane standard way of dealing with binary data. If you point me towards some of them, I might be able to find useful CL libraries that work like that. Edi Weitz tends to have a useful library for everything. Actually, just looking at his libraries, he has one for binary streams with odd sized bytes (probably anything from 1 to 32 bit bytes): http://weitz.de/odd-streams/

And his stuff IS maintained.
Ok let me guess.


You REALLY think that having one guys set of librarys cover what is otherwise standarised on every other language in some way...(be it standard-lib or any other standard convention) rather than "oh look we were saying roll your own!, But some1 actually did it so now its the de facto standard "

IS ACTUALLY SANE?

HAHA

I feel trolled by even considering that wasnt some sort of Poe.

http://en.wikipedia.org/wiki/Poe%27s_law

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: Binary Stream and Binary Types

Post by nuntius » Mon Jan 17, 2011 6:05 pm

K&D, you might be happier with a different language. If so many things about CL bother you, why are you here?

Post Reply