gusl: (Default)
gusl ([personal profile] gusl) wrote2009-12-23 02:15 pm
Entry tags:

writing for a specialized audience

Right now I'm reading William Cohen's book "A Computer Scientist's guide to Cell Biology", and I find the delivery to be very efficient (though I have little to compare it with), probably because he takes an informational perspective, and isn't shy about using CS concepts and terminology.

You know the "X for dummies" collection? I'd love to see some "X for geeks" series. It could be specialized into "X for mathematicians", "X for Computer Scientists", "X for type theory geeks", etc.

According to Sussman, the legacy of Computer Science is its formal language:
<< Computer Science is not a science, and its ultimate significance has little to do with computers. The computer revolution is a revolution in the way we think and in the way we express what we think. >>


I suspect that, when most scientists speak this "language", we will see greater understanding across disciplines. This is already happening.

---

Tangentially, I'd like to see a book on how to cope with "bad" programming languages, all the while being a hygienist. e.g. tricks for emulating a type system, etc.

[identity profile] trufflesniffer.livejournal.com 2009-12-23 06:28 pm (UTC)(link)
Isn't O'Reilly pretty much 'X for geeks'?

[identity profile] aisa0.livejournal.com 2009-12-23 06:34 pm (UTC)(link)
Computer Science is not a science, and its ultimate significance has little to do with computers. The computer revolution is a revolution in the way we think and in the way we express what we think.

Wow, I love this. I had just been having a conversation with a friend about applying myself to non-computer skills, and describing the way in which I could apply what I've learned using computers to this new, non-computer skillset.

I wish I had said this quote, rather than fumbling through an approximation of it.

[identity profile] http://users.livejournal.com/_tove/ 2009-12-23 06:50 pm (UTC)(link)
I suspect that, at the "upper levels" (college, graduate, and beyond), many disciplines are not about the things that they appear, at first blush, to be about. Linguistics is "about language" in the sense that it uses language to study a diverse range of topics, including anthropology, sociology, and thought processes. Architecture is "about buildings" in the sense that, through buildings, we study spatiality, human use patterns and relationships, psychology, and the ordering of the universe. Art is about understanding and communicating just about everything.

[identity profile] jcreed.livejournal.com 2009-12-24 02:51 pm (UTC)(link)
I've thought this too occasionally. Have you read "The Structure and Interpretation of Classical Mechanics"? If I remember right, it shares an author (and very blatantly shares most of its title) with "The Structure and Interpretation of Computer Programs", and is basically "classical physics for computer scientists".

[personal profile] chrisamaphone 2009-12-25 05:32 pm (UTC)(link)
Tangentially, I'd like to see a book on how to cope with "bad" programming languages, all the while being a hygienist. e.g. tricks for emulating a type system, etc.

for java, isn't this basically "design patterns"? :P