<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Languages of the real and artificial - Latest Comments in What Every Programmer Needs to Know About Category Theory</title><link>http://osteele.disqus.com/</link><description></description><atom:link href="https://osteele.disqus.com/what_every_programmer_needs_to_know_about_category_theory/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 06 Jul 2008 05:38:09 -0000</lastBuildDate><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881193</link><description>&lt;p&gt;HAHA&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prismacolor Verithin Diameter </dc:creator><pubDate>Sun, 06 Jul 2008 05:38:09 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881192</link><description>&lt;p&gt;Seems as tho there is no text under this article? i'll try again later..&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Blaszczyk</dc:creator><pubDate>Sun, 04 May 2008 03:46:33 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881191</link><description>&lt;p&gt;What .NET API is using Monads? (My googling is swamped by the Powershell use of the term).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dub</dc:creator><pubDate>Mon, 04 Feb 2008 18:20:54 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881190</link><description>&lt;p&gt;Oliver: Category theory is to mathematics what design patterns are to software engineering (which is not, of course, what "every programmer" does).&lt;/p&gt;&lt;p&gt;In software engineering, if a pattern shows up in several applications, we give it a name so we can talk about it independently of any single application.  Same with category theory.  Initial objects, products, equalisers and so on are names of patterns which turn up in a lot of algebras.&lt;/p&gt;&lt;p&gt;One thing that I see a lot is that programmers come out of university with a lot of knowledge about how to implement a function/procedure/whatever, but almost none about how to implement the interface.  Making things worse is the problem that an interface is harder to change than an implementation.  It's more important that you get it right early.&lt;/p&gt;&lt;p&gt;One theme that I'm seeing is that the best interfaces, the best APIs, are the most "mathematical".  Even simple things, like binary search trees, are simpler to implement and use if you think about them algebraically.  Even some .NET APIs are using monads in anger these days.&lt;/p&gt;&lt;p&gt;Yes, you could come up with that without knowing any category theory.  However, category theory is another tool in the programmer's toolbox that can be used to talk about, understand and ultimately solve a problem.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pseudonym</dc:creator><pubDate>Mon, 28 Jan 2008 10:07:35 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881189</link><description>&lt;p&gt;@nec, @Arjang: yes, nothing; sorry, it was intended as a joke, not a trick.&lt;/p&gt;&lt;p&gt;@Pseudonym: Congratulations on catching the subtleties in the title ("every programmer" versus "some programmers"; "needs" versus "should").  Nonetheless, I'm curious as to whether knowing category theory helps anyone program.  The parts of category theory that relate to programming (functors, isomorphisms, monads and co-), I realized I was able to understand by using specific programming constructs as examples, and that knowing their categorial expressions didn't lead me to think about them any more deeply or to find analogies or solutions (the way that, say, realizing that you've implemented a state machine, or that your problem can be expressed in linear algebra, do).&lt;/p&gt;&lt;p&gt;And I haven't been able to apply the other parts of category theory to programming at all, although I've found them incredibly useful in doing, and teaching, math, and in thinking about other activities such as project management and other aspects of life.  The Yoneda Lemma, for example, says that you aren't lost if you can find a landmark that you can get home from.  (Think about it :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">osteele</dc:creator><pubDate>Fri, 18 Jan 2008 20:47:18 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881188</link><description>&lt;p&gt;Nothing? :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">S.</dc:creator><pubDate>Fri, 18 Jan 2008 06:40:08 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881187</link><description>&lt;p&gt;Is this a joke? I cant see any content. I am using IE 6.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arjang</dc:creator><pubDate>Fri, 18 Jan 2008 04:56:45 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881186</link><description>&lt;p&gt;umm, was that supposed to be an ironic joke?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nec</dc:creator><pubDate>Fri, 18 Jan 2008 01:26:47 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881185</link><description>&lt;p&gt;True enough.  Only good programmers need to know about it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pseudonym</dc:creator><pubDate>Fri, 18 Jan 2008 01:08:57 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881184</link><description>&lt;p&gt;Clever.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">javajosh</dc:creator><pubDate>Fri, 18 Jan 2008 00:56:55 -0000</pubDate></item><item><title>Re: What Every Programmer Needs to Know About Category Theory</title><link>http://blog.osteele.com/archives/2008/01/what-every-programmer-needs-to-know-about-category-theory#comment-4881183</link><description>&lt;p&gt;Nothing? How poignant&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vijay Santhanam</dc:creator><pubDate>Fri, 18 Jan 2008 00:22:20 -0000</pubDate></item></channel></rss>