<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: HyperCard for the Web</title>
	<atom:link href="http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/</link>
	<description>How do people understand computing, and how can we improve that understanding?</description>
	<lastBuildDate>Thu, 20 Jun 2013 00:17:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: gasstationwithoutpumps</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-10189</link>
		<dc:creator><![CDATA[gasstationwithoutpumps]]></dc:creator>
		<pubDate>Mon, 09 Apr 2012 16:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-10189</guid>
		<description><![CDATA[As a bioinformatics researcher, I do my own coding in whatever language is most convenient for me (mostly Python these days, except when I need speed, and then C++).  The community is not too important, except for picking up packages and hints about good ways to do standard things.

As a bioinformatics teacher, it is very important that I get students to program in languages that are in common use, as code is usually shared, modified, and maintained by many people.  When I started teaching bioinformatics, PERL was the common scripting language, and I taught it (though I always hated how ugly it was).  Once students convinced me that Python had finally gotten enough traction in the bioinformatics community, I gladly switched to teaching Python instead.

Note: my students are supposed to already know how to program (generally in Java, since that is about all that CS departments can be counted on to teach), but it amazes me what a range of programming ability and ability to learn a new programming language the students have.  I would have thought that it would be easy to switch from Java to Python, but some students do not find it so.  Perhaps it makes a bigger difference what one&#039;s first programming language is than I usually believe, which makes the common choice of Java as the first language a bigger mistake than I had thought.]]></description>
		<content:encoded><![CDATA[<p>As a bioinformatics researcher, I do my own coding in whatever language is most convenient for me (mostly Python these days, except when I need speed, and then C++).  The community is not too important, except for picking up packages and hints about good ways to do standard things.</p>
<p>As a bioinformatics teacher, it is very important that I get students to program in languages that are in common use, as code is usually shared, modified, and maintained by many people.  When I started teaching bioinformatics, PERL was the common scripting language, and I taught it (though I always hated how ugly it was).  Once students convinced me that Python had finally gotten enough traction in the bioinformatics community, I gladly switched to teaching Python instead.</p>
<p>Note: my students are supposed to already know how to program (generally in Java, since that is about all that CS departments can be counted on to teach), but it amazes me what a range of programming ability and ability to learn a new programming language the students have.  I would have thought that it would be easy to switch from Java to Python, but some students do not find it so.  Perhaps it makes a bigger difference what one&#8217;s first programming language is than I usually believe, which makes the common choice of Java as the first language a bigger mistake than I had thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Modern HyperCard for Today&#8217;s Schools: But Where&#8217;s the Community of Practice? &#171; Computing Education Blog</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-10182</link>
		<dc:creator><![CDATA[Modern HyperCard for Today&#8217;s Schools: But Where&#8217;s the Community of Practice? &#171; Computing Education Blog]]></dc:creator>
		<pubDate>Mon, 09 Apr 2012 12:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-10182</guid>
		<description><![CDATA[[...] talked about RunRev/LiveCode here before.  It&#8217;s 90% HyperCard, updated to be cross-platform and with enhanced abilities. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] talked about RunRev/LiveCode here before.  It&#8217;s 90% HyperCard, updated to be cross-platform and with enhanced abilities. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-5320</link>
		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Tue, 01 Feb 2011 11:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-5320</guid>
		<description><![CDATA[After perusing the net for a few hours, I&#039;ve concluded probably the best method of getting HyperCard to run on the current OS X (10.6.6) is to make the effort to get the SheepShaver emulator installed and running.  Back when HyperCard was still supported, I became very adept at creating complex applications with it.  One app processed and imported large amounts of software source code, so much so that HC would get buggy.  I had to build in a check for the current stack&#039;s size, and create and link a new stack when 1MB was reached.  The linking between all the multiple stacks was done with a complex array implemented in hidden fields.  I would really love to find a simple way to get access to run HC stacks on current Macs, or even directly in a browser, but I won&#039;t hold my breath waiting for Apple or anyone else to develop a method; that would be wishful thinking.  So I will probably just slug through the SheepShaver emulation route.]]></description>
		<content:encoded><![CDATA[<p>After perusing the net for a few hours, I&#8217;ve concluded probably the best method of getting HyperCard to run on the current OS X (10.6.6) is to make the effort to get the SheepShaver emulator installed and running.  Back when HyperCard was still supported, I became very adept at creating complex applications with it.  One app processed and imported large amounts of software source code, so much so that HC would get buggy.  I had to build in a check for the current stack&#8217;s size, and create and link a new stack when 1MB was reached.  The linking between all the multiple stacks was done with a complex array implemented in hidden fields.  I would really love to find a simple way to get access to run HC stacks on current Macs, or even directly in a browser, but I won&#8217;t hold my breath waiting for Apple or anyone else to develop a method; that would be wishful thinking.  So I will probably just slug through the SheepShaver emulation route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Miller</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-478</link>
		<dc:creator><![CDATA[Mark Miller]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 22:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-478</guid>
		<description><![CDATA[Following up on Ian&#039;s comment:

I started hearing a few years ago from friends and fellow programmers the question, &quot;I&#039;d like to get my kids started on programming, but where should I start?&quot; When I tried to look at that question myself I realized that given my limited knowledge base at the time I didn&#039;t have a good answer, except for the way I learned it...on the same machines (by which I meant &quot;run on emulators&quot;). When I talked about that with friends they agreed, but they didn&#039;t feel too satisfied with that answer. They wished there was something more modern, but easy to grasp.

From what I have since come to understand, Python might be an answer, since I&#039;ve heard that it has a package available for it that&#039;s akin to turtle graphics. Ruby might be another one, though it wouldn&#039;t be as satisfying (kids like quick access to graphics capabilities). I recall a few years ago reading an online article by someone saying that they moved their kids from Python to Squeak, since the environment was more uniform and easier to deal with. According to the author Python forced the user to &quot;mode switch&quot; in their thought process, and that confused his kids. Squeak doesn&#039;t have that problem, since everything is an object, just one concept they have to understand for everything. Scratch and Alice are not bad ideas either. Again, it&#039;s just a matter of making people aware of them.

I think Automator on the Mac could be a good intro. for people of any age. It presents a simple interface, and gets a couple ideas across. It presents a nice easy step into the idea of programming, because you can think about what you would do to get something done and translate that into steps the computer can take to do the same process. Kind of Logo-like in principle (though there&#039;s less opportunity for deep thinking, I have to admit). I just think that Apple is missing an opportunity by not presenting some programmable extension of it that is more kid-friendly. I&#039;ve been saying for a couple years now that our modern computer systems are &quot;progressing inch by inch towards Smalltalk&quot; (an &quot;inch&quot; of progress each decade). The main missing ingredient at this point is late binding. Since I&#039;ve come to learn in the last few years about some of the great ideas in computing I&#039;ve realized what a missed opportunity Hypercard was (the fact that Apple dropped it). I thought Apple dropped it earlier than 2000. I remember a famous incident in the early 1990s where Apple had just converted from Motorola to PowerPC chips (I think this was when System 7 came out) and their then-newest version of Hypercard didn&#039;t work on it (I think it was called Hypercard 2). Kind of embarrassing for them, I remember, though I think it revealed what Apple thought of Hypercard, as the forgotten stepchild.

I had limited exposure to Macs in the 80s and 90s, and I never quite grasped what Hypercard was when it was available. I was so used to the idea at that point that programming = code. I could be wrong, but it seemed like Hypercard was more of a multimedia environment where one could drag and drop media onto it, and then somehow set up interactions between a user and different elements you had dropped into it. So I never used it. I remember reading a bit about it though. The one thing I was really impressed by was its scripting language. It practically read like English. In hindsight I&#039;d say it was definitely a good example of what was possible.]]></description>
		<content:encoded><![CDATA[<p>Following up on Ian&#8217;s comment:</p>
<p>I started hearing a few years ago from friends and fellow programmers the question, &#8220;I&#8217;d like to get my kids started on programming, but where should I start?&#8221; When I tried to look at that question myself I realized that given my limited knowledge base at the time I didn&#8217;t have a good answer, except for the way I learned it&#8230;on the same machines (by which I meant &#8220;run on emulators&#8221;). When I talked about that with friends they agreed, but they didn&#8217;t feel too satisfied with that answer. They wished there was something more modern, but easy to grasp.</p>
<p>From what I have since come to understand, Python might be an answer, since I&#8217;ve heard that it has a package available for it that&#8217;s akin to turtle graphics. Ruby might be another one, though it wouldn&#8217;t be as satisfying (kids like quick access to graphics capabilities). I recall a few years ago reading an online article by someone saying that they moved their kids from Python to Squeak, since the environment was more uniform and easier to deal with. According to the author Python forced the user to &#8220;mode switch&#8221; in their thought process, and that confused his kids. Squeak doesn&#8217;t have that problem, since everything is an object, just one concept they have to understand for everything. Scratch and Alice are not bad ideas either. Again, it&#8217;s just a matter of making people aware of them.</p>
<p>I think Automator on the Mac could be a good intro. for people of any age. It presents a simple interface, and gets a couple ideas across. It presents a nice easy step into the idea of programming, because you can think about what you would do to get something done and translate that into steps the computer can take to do the same process. Kind of Logo-like in principle (though there&#8217;s less opportunity for deep thinking, I have to admit). I just think that Apple is missing an opportunity by not presenting some programmable extension of it that is more kid-friendly. I&#8217;ve been saying for a couple years now that our modern computer systems are &#8220;progressing inch by inch towards Smalltalk&#8221; (an &#8220;inch&#8221; of progress each decade). The main missing ingredient at this point is late binding. Since I&#8217;ve come to learn in the last few years about some of the great ideas in computing I&#8217;ve realized what a missed opportunity Hypercard was (the fact that Apple dropped it). I thought Apple dropped it earlier than 2000. I remember a famous incident in the early 1990s where Apple had just converted from Motorola to PowerPC chips (I think this was when System 7 came out) and their then-newest version of Hypercard didn&#8217;t work on it (I think it was called Hypercard 2). Kind of embarrassing for them, I remember, though I think it revealed what Apple thought of Hypercard, as the forgotten stepchild.</p>
<p>I had limited exposure to Macs in the 80s and 90s, and I never quite grasped what Hypercard was when it was available. I was so used to the idea at that point that programming = code. I could be wrong, but it seemed like Hypercard was more of a multimedia environment where one could drag and drop media onto it, and then somehow set up interactions between a user and different elements you had dropped into it. So I never used it. I remember reading a bit about it though. The one thing I was really impressed by was its scripting language. It practically read like English. In hindsight I&#8217;d say it was definitely a good example of what was possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bogost</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-475</link>
		<dc:creator><![CDATA[Ian Bogost]]></dc:creator>
		<pubDate>Sun, 27 Sep 2009 14:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-475</guid>
		<description><![CDATA[Mark&#039;s right that Apple&#039;s OS X dev tools are unapproachable. And even though Java, Automator, AppleScript, python and others are technically in the machine, you really have to know what you&#039;re doing to know how to &lt;i&gt;find&lt;/i&gt; them, let alone use them.

Personally, I think it&#039;s quite important to be able to compile and run native applications with developer tools for them to provide motivation. C64 BASIC doesn&#039;t compile of course, but you can start PEEKing and POKEing into memory and really make the machine do everything it&#039;s capable of. Hypercard also let you build APPLs. 

Scratch and Alice and such are nice, but I wouldn&#039;t underestimate the feeling one gets from getting a native program running. Despite the issues described above, Apple Automator feels much closer to this than does python.]]></description>
		<content:encoded><![CDATA[<p>Mark&#8217;s right that Apple&#8217;s OS X dev tools are unapproachable. And even though Java, Automator, AppleScript, python and others are technically in the machine, you really have to know what you&#8217;re doing to know how to <i>find</i> them, let alone use them.</p>
<p>Personally, I think it&#8217;s quite important to be able to compile and run native applications with developer tools for them to provide motivation. C64 BASIC doesn&#8217;t compile of course, but you can start PEEKing and POKEing into memory and really make the machine do everything it&#8217;s capable of. Hypercard also let you build APPLs. </p>
<p>Scratch and Alice and such are nice, but I wouldn&#8217;t underestimate the feeling one gets from getting a native program running. Despite the issues described above, Apple Automator feels much closer to this than does python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Miller</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-473</link>
		<dc:creator><![CDATA[Mark Miller]]></dc:creator>
		<pubDate>Sun, 27 Sep 2009 07:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-473</guid>
		<description><![CDATA[&lt;i&gt;But the Mac isn’t churning out a generation of developers.&lt;/i&gt;

Well I can tell you why. I&#039;ve looked over the developer documentation for Leopard and it&#039;s not geared well towards beginners. If anything, you get bits and pieces of &quot;help&quot; information about the different development options, akin to man pages. As best I can tell there&#039;s not a tutorial in site on the system that would hint at the ability to program on a Mac. As best I can recall there&#039;s no mention of it in the manual either, except maybe a blurb about Automator. There is a development suite included on the OS X install disc, XCode. I&#039;ve looked over that. The documentation for it is totally geared towards professionals.

The Apple developer website is totally geared towards professionals as well. I had better luck just looking up on Google for non-Apple-sponsored tutorials on AppleScript. Of course, I had to know that AppleScript existed to even know to look it up. I had only heard of it from other developers, reading on developer forums.

I wasn&#039;t that impressed with Automator when I first tried it. The drag-and-drop interface is nice, but I had trouble getting it to record my actions accurately. Just doing a brief search now I&#039;m beginning to think that it would be better to just use AppleScript with it. I had to figure that out though. There was no mention of AppleScript in the system documentation I&#039;ve looked at, that I recall.

Automator pointed me to Apple&#039;s Automator website, which gave me a nice overview of what it&#039;s for, at least. Trying to get it to do what it says it&#039;s capable of was another matter. I&#039;ve looked at a few demos of Automator and the only idea it gets across is performing steps in a sequence or a loop. That&#039;s a start, but it doesn&#039;t allow you to delve deeper than that. I was running it tonight and I noticed that I can&#039;t introspect any of the actions in a workflow. I can&#039;t look at the source code by selecting an action.

I tried delving deeper into the Automator website tonight and lo and behold I &lt;i&gt;finally&lt;/i&gt; found some decent material on it and AppleScript, but I had to go through some non-intuitive actions to get there. There are some third-party links along the right side of the page, and right down at the bottom is one called &quot;Mac Break&quot;. I clicked that, then saw an option called &quot;Learn&quot; on the next page, and only THEN did I see an option to learn about AppleScript in a tutorial fashion. In any case a lot of the material seems to be written for adults, not children or teens. The way the whole thing is oriented seems to say to kids and teens &quot;Just use Automator. You don&#039;t need to look at anything else.&quot;

I&#039;m not saying that there&#039;s another competing developer program that&#039;s any better. I worked in .Net for several years, early in this decade, and the only way I could even get started with it was to buy a big thick book for $45 (and that was at a discount). I had already been working in C for several years, and a bit in C++. So I knew to check out the bookstore, and how to evaluate which would be a good book to learn from. A beginner would&#039;ve been totally lost (unless they knew by default to look for a &quot;Dummies&quot; book on it--referring to the &quot;Dummies&quot; series of books for beginners on any subject).

I remember one MVP in the Microsoft developer community worried aloud several years ago that MS was &quot;pulling up the skill ladder&quot; such that beginners could not get a leg up on becoming programmers by themselves. This happened because MS dropped support for the old Visual Basic, and had replaced it with VB.Net, which required a lot more technical skill to master.

Windows 98 introduced a scripting facility in the system, called Windows Script Host. It&#039;s been on Windows ever since. It&#039;s a non-interactive script initiator that allows VBScript or JScript interpretation by default, and which allows access to any COM object in the system. Would any beginner know about it? No. There&#039;s system documentation on it, but you have to look for it. It doesn&#039;t give you a tutorial, just basic technical documentation about what it does and how to access it. Nothing in the system pointed it out to anybody, either, like, &quot;In case you&#039;re interested...&quot;.

Microsoft produced some &quot;express&quot; edition IDEs about 4 years ago (I guess), which are free on their MSDN website, but again, there&#039;s no tutorial on them, and you&#039;d have to know about them to find them.

I&#039;d say that Apple has also &quot;pulled up the skill ladder&quot;, but at least tools that beginners can grasp are there, and from how it&#039;s described there&#039;s a better development architecture there for them than there is on Windows. That&#039;s the best I can say about it. The problem is there&#039;s really nothing on the Mac telling beginners &quot;Hey, over here! Check this out!&quot; They have to practically stumble upon it.

I&#039;ve probably said this before on this blog, but in the 1980s computers used to come with introductory materials on programming. Buyers of computers knew that the facility was there, and they would gain a bit of an idea of what it was about. It gave them enough that if they were interested in the idea they could get into it more. Now developer tools on systems are just thrown in as an afterthought. No one is even told about them up front. Some would say that&#039;s a good thing. Mark knows well that if you mention the P-word it scares people off! It just seems hard to find a friendly non-threatening beginners guide to this stuff. My point is that wasn&#039;t always the case.]]></description>
		<content:encoded><![CDATA[<p><i>But the Mac isn’t churning out a generation of developers.</i></p>
<p>Well I can tell you why. I&#8217;ve looked over the developer documentation for Leopard and it&#8217;s not geared well towards beginners. If anything, you get bits and pieces of &#8220;help&#8221; information about the different development options, akin to man pages. As best I can tell there&#8217;s not a tutorial in site on the system that would hint at the ability to program on a Mac. As best I can recall there&#8217;s no mention of it in the manual either, except maybe a blurb about Automator. There is a development suite included on the OS X install disc, XCode. I&#8217;ve looked over that. The documentation for it is totally geared towards professionals.</p>
<p>The Apple developer website is totally geared towards professionals as well. I had better luck just looking up on Google for non-Apple-sponsored tutorials on AppleScript. Of course, I had to know that AppleScript existed to even know to look it up. I had only heard of it from other developers, reading on developer forums.</p>
<p>I wasn&#8217;t that impressed with Automator when I first tried it. The drag-and-drop interface is nice, but I had trouble getting it to record my actions accurately. Just doing a brief search now I&#8217;m beginning to think that it would be better to just use AppleScript with it. I had to figure that out though. There was no mention of AppleScript in the system documentation I&#8217;ve looked at, that I recall.</p>
<p>Automator pointed me to Apple&#8217;s Automator website, which gave me a nice overview of what it&#8217;s for, at least. Trying to get it to do what it says it&#8217;s capable of was another matter. I&#8217;ve looked at a few demos of Automator and the only idea it gets across is performing steps in a sequence or a loop. That&#8217;s a start, but it doesn&#8217;t allow you to delve deeper than that. I was running it tonight and I noticed that I can&#8217;t introspect any of the actions in a workflow. I can&#8217;t look at the source code by selecting an action.</p>
<p>I tried delving deeper into the Automator website tonight and lo and behold I <i>finally</i> found some decent material on it and AppleScript, but I had to go through some non-intuitive actions to get there. There are some third-party links along the right side of the page, and right down at the bottom is one called &#8220;Mac Break&#8221;. I clicked that, then saw an option called &#8220;Learn&#8221; on the next page, and only THEN did I see an option to learn about AppleScript in a tutorial fashion. In any case a lot of the material seems to be written for adults, not children or teens. The way the whole thing is oriented seems to say to kids and teens &#8220;Just use Automator. You don&#8217;t need to look at anything else.&#8221;</p>
<p>I&#8217;m not saying that there&#8217;s another competing developer program that&#8217;s any better. I worked in .Net for several years, early in this decade, and the only way I could even get started with it was to buy a big thick book for $45 (and that was at a discount). I had already been working in C for several years, and a bit in C++. So I knew to check out the bookstore, and how to evaluate which would be a good book to learn from. A beginner would&#8217;ve been totally lost (unless they knew by default to look for a &#8220;Dummies&#8221; book on it&#8211;referring to the &#8220;Dummies&#8221; series of books for beginners on any subject).</p>
<p>I remember one MVP in the Microsoft developer community worried aloud several years ago that MS was &#8220;pulling up the skill ladder&#8221; such that beginners could not get a leg up on becoming programmers by themselves. This happened because MS dropped support for the old Visual Basic, and had replaced it with VB.Net, which required a lot more technical skill to master.</p>
<p>Windows 98 introduced a scripting facility in the system, called Windows Script Host. It&#8217;s been on Windows ever since. It&#8217;s a non-interactive script initiator that allows VBScript or JScript interpretation by default, and which allows access to any COM object in the system. Would any beginner know about it? No. There&#8217;s system documentation on it, but you have to look for it. It doesn&#8217;t give you a tutorial, just basic technical documentation about what it does and how to access it. Nothing in the system pointed it out to anybody, either, like, &#8220;In case you&#8217;re interested&#8230;&#8221;.</p>
<p>Microsoft produced some &#8220;express&#8221; edition IDEs about 4 years ago (I guess), which are free on their MSDN website, but again, there&#8217;s no tutorial on them, and you&#8217;d have to know about them to find them.</p>
<p>I&#8217;d say that Apple has also &#8220;pulled up the skill ladder&#8221;, but at least tools that beginners can grasp are there, and from how it&#8217;s described there&#8217;s a better development architecture there for them than there is on Windows. That&#8217;s the best I can say about it. The problem is there&#8217;s really nothing on the Mac telling beginners &#8220;Hey, over here! Check this out!&#8221; They have to practically stumble upon it.</p>
<p>I&#8217;ve probably said this before on this blog, but in the 1980s computers used to come with introductory materials on programming. Buyers of computers knew that the facility was there, and they would gain a bit of an idea of what it was about. It gave them enough that if they were interested in the idea they could get into it more. Now developer tools on systems are just thrown in as an afterthought. No one is even told about them up front. Some would say that&#8217;s a good thing. Mark knows well that if you mention the P-word it scares people off! It just seems hard to find a friendly non-threatening beginners guide to this stuff. My point is that wasn&#8217;t always the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry Brown</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-470</link>
		<dc:creator><![CDATA[Barry Brown]]></dc:creator>
		<pubDate>Sun, 27 Sep 2009 01:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-470</guid>
		<description><![CDATA[I&#039;d say yes: bundling a dev environment would make a big difference. But *which* environment? One might say the Mac comes with several: Java, Automator, AppleScript, python, ruby. But the Mac isn&#039;t churning out a generation of developers.

Imagine the outcome if the computer came with, say, Alice. Or Scratch.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d say yes: bundling a dev environment would make a big difference. But *which* environment? One might say the Mac comes with several: Java, Automator, AppleScript, python, ruby. But the Mac isn&#8217;t churning out a generation of developers.</p>
<p>Imagine the outcome if the computer came with, say, Alice. Or Scratch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bogost</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-463</link>
		<dc:creator><![CDATA[Ian Bogost]]></dc:creator>
		<pubDate>Sat, 26 Sep 2009 20:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-463</guid>
		<description><![CDATA[I hadn&#039;t heard that Hypercard statistic before. It&#039;s impressive. Reminds me of how the Apple ][ and C64 booted into BASIC, where many people decided to try programming. Makes you wonder if the best first step is just bundling dev environments. 

By way of post hijack, this is a great time for me to mention that Nick and I would love to have a Hypercard book in our &lt;a href=&quot;http://www.platformstudies.com&quot; rel=&quot;nofollow&quot;&gt;Platform Studies&lt;/a&gt; book series (MIT Press).]]></description>
		<content:encoded><![CDATA[<p>I hadn&#8217;t heard that Hypercard statistic before. It&#8217;s impressive. Reminds me of how the Apple ][ and C64 booted into BASIC, where many people decided to try programming. Makes you wonder if the best first step is just bundling dev environments. </p>
<p>By way of post hijack, this is a great time for me to mention that Nick and I would love to have a Hypercard book in our <a href="http://www.platformstudies.com" rel="nofollow">Platform Studies</a> book series (MIT Press).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry Brown</title>
		<link>http://computinged.wordpress.com/2009/09/26/hypercard-for-the-web/#comment-456</link>
		<dc:creator><![CDATA[Barry Brown]]></dc:creator>
		<pubDate>Sat, 26 Sep 2009 17:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://computinged.wordpress.com/?p=240#comment-456</guid>
		<description><![CDATA[Ah, Mark, you make me &quot;homesick&quot; for the good ol&#039; days.I have long thought that Hypercard would make a great beginner&#039;s programming environment. Sure, it&#039;s object-oriented model doesn&#039;t scale up to large projects, but beginner&#039;s don&#039;t write large programs, anyway. In many ways, Hypercard has the same pedagogical limitations of Alice 2, but don&#039;t tell that to the middle and high schools that use Alice successfully.]]></description>
		<content:encoded><![CDATA[<p>Ah, Mark, you make me &#8220;homesick&#8221; for the good ol&#8217; days.I have long thought that Hypercard would make a great beginner&#8217;s programming environment. Sure, it&#8217;s object-oriented model doesn&#8217;t scale up to large projects, but beginner&#8217;s don&#8217;t write large programs, anyway. In many ways, Hypercard has the same pedagogical limitations of Alice 2, but don&#8217;t tell that to the middle and high schools that use Alice successfully.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
