<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with programminglanguage</title>
      <link>http://ask.metafilter.com/tags/programminglanguage</link>
      <description>Questions tagged with 'programminglanguage' at Ask MetaFilter.</description>
	  <pubDate>Sat, 25 Oct 2008 02:35:07 -0800</pubDate> <lastBuildDate>Sat, 25 Oct 2008 02:35:07 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Elegant weapons, for a more civilized age</title>
	<link>http://ask.metafilter.com/105140/Elegant%2Dweapons%2Dfor%2Da%2Dmore%2Dcivilized%2Dage</link>	
	<description>Do lisp and dialects make sense for general purpose scientific computing? I&apos;m thinking of learning some variant of lisp as my next language, mostly out of masochism. My real-world computing needs are scientific/numerical, i.e. data manipulation, some statistics, lots of curve fitting and the like, with some data acquisition thrown in . So far I have been using C for the heavy stuff, perl for the quick and dirty  and FORTRAN when I have to (I hang around with engineers). &lt;br&gt;
&lt;br&gt;
Is lisp any use for such things? All the functional recursiveness  seems pretty nifty, but I&apos;d like to pick up a tool I can actually use.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105140</guid>
	<pubDate>Sat, 25 Oct 2008 02:35:07 -0800</pubDate>
	<category>lisp</category>
	<category>programminglanguage</category>
	<category>R</category>
	<category>scheme</category>
	<category>scientificcomputing</category>
	<dc:creator>ghost of a past number</dc:creator>
	</item>
	<item>
	<title>Best Programming Language for an Engineer</title>
	<link>http://ask.metafilter.com/102551/Best%2DProgramming%2DLanguage%2Dfor%2Dan%2DEngineer</link>	
	<description>What would be the best programming language for me to learn for use as a Water Resources Engineer? I am a Water Resources Engineer, and I do a lot of modeling. In college, I took a class in which we used VB and a class in which we used Fortran. In grad school (masters) I used mostly matlab  or just excel for problem solving. I am considering getting my PhD. and if I do, it is likely that I&apos;ll have to do a good bit of programming (Its very likely that I&apos;ll be writing some finite element method code). I am trying to determine which would be the best programming language for me to learn. I didn&apos;t really like VB or Fortran, and believe that they are both too limited. IF you have any question for me please ask. thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102551</guid>
	<pubDate>Wed, 24 Sep 2008 12:52:21 -0800</pubDate>
	<category>civilengineering</category>
	<category>engineering</category>
	<category>hydraulicengineering</category>
	<category>programming</category>
	<category>programminglanguage</category>
	<category>waterresources</category>
	<category>waterresourcesengineering</category>
	<dc:creator>warriorengineer</dc:creator>
	</item>
	<item>
	<title>hello, world (of programming)</title>
	<link>http://ask.metafilter.com/99434/hello%2Dworld%2Dof%2Dprogramming</link>	
	<description>What should my first programming language be, if I just want to have &lt;em&gt;fun?&lt;/em&gt; And what are good books or websites for learning said language? I am looking to learn how to program.  I don&apos;t have any ideas as to what I want to program, I just want to learn something for the sake of having a new skill and having fun.  I&apos;m sure the ideas of what I could do with any language will come when I have some idea how they work.  There are plenty of other questions about which language to learn first, but they all have some purpose in mind, whether a specific program that needs to be created or to become a better employee and so on.&lt;br&gt;
&lt;br&gt;
If it matters: I dual-boot Ubuntu and Windows Vista.  I have previously used OpenSUSE 9 and 10 and have installed just about every other major distro at least once.  I have reasonable competence when it comes to the Linux terminal.  I&apos;m a rising senior in high school and I am planning on focusing a lot on academics this year, so something easyish and fun is preferred.  I have very limited experience with Visual BASIC.  I wrote a text and button based choose-your-own adventure story with it for a school project and also a Twister caller so I could play by myself or with a small group of people.  My dad helped with that last one, but I understood it at least.  My friends ask me for computer help.&lt;br&gt;
&lt;br&gt;
Finally, now that I know which language to learn, how do I learn it?  Books?  Websites?  Podcasts?  I&apos;d be willing to spend a maximum of 30 dollars on books, though ten bucks is much appealing...  &lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99434</guid>
	<pubDate>Sun, 17 Aug 2008 21:37:27 -0800</pubDate>
	<category>howto</category>
	<category>language</category>
	<category>newbie</category>
	<category>programming</category>
	<category>programminglanguage</category>
	<dc:creator>papayaninja</dc:creator>
	</item>
	<item>
	<title>How can create a simple program to modify Windows Address Book and Outlook Address Book entries?</title>
	<link>http://ask.metafilter.com/99079/How%2Dcan%2Dcreate%2Da%2Dsimple%2Dprogram%2Dto%2Dmodify%2DWindows%2DAddress%2DBook%2Dand%2DOutlook%2DAddress%2DBook%2Dentries</link>	
	<description>I&apos;d like to create a simple program that would modify the phone numbers in my MS Windows and MS Outlook Address Books (reason is we got new area codes). What is the simplest programming language on windows and best way to get this done by directly accessing the address books (without exporting to CSV)? I&apos;ve done some VBS with WMI, Windows batch scripting, perl, python, javascript, PHP.. so I understand programming but not programming with MS Windows DLLs and COMs and APIs etc.&lt;br&gt;
&lt;br&gt;
I&apos;ve done some searching and found it quite complicated to work with VC++ or a similar language on MS Windows so far. Any input would be much appreciated. Thank you very much in advance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99079</guid>
	<pubDate>Wed, 13 Aug 2008 07:53:09 -0800</pubDate>
	<category>microsoft</category>
	<category>microsoftoutlook</category>
	<category>programming</category>
	<category>programminglanguage</category>
	<category>windows</category>
	<category>windowsaddressbook</category>
	<dc:creator>mrbloo</dc:creator>
	</item>
	<item>
	<title>What languages are good for Windows apps?</title>
	<link>http://ask.metafilter.com/92861/What%2Dlanguages%2Dare%2Dgood%2Dfor%2DWindows%2Dapps</link>	
	<description>What programming languages are good for writing a standalone shareware program for Windows?  Specifics inside. Some things that I&apos;d like:&lt;br&gt;
&lt;br&gt;
A. I don&apos;t want to tackle a learning curve on an obselete or soon-to-be-obsolete language.  There&apos;s Delphi but its future seems uncertain and I hear a lot of people pining for the old versions.&lt;br&gt;
&lt;br&gt;
B. Compiler/interpreter should be reasonably fast, as I intend to code some heavy processing functions.  Unless VB has changed in the past several years, it&apos;s out.&lt;br&gt;
&lt;br&gt;
C. I need to keep the source code private (so Python and PHP are out).  This is a must.  Also I don&apos;t want the code easily decompilable.&lt;br&gt;
&lt;br&gt;
D. I&apos;d like it to not be so obscure that I can&apos;t find decent help on the Web nor find any Rentacoder coders to help (I&apos;m looking at you, Lazarus).&lt;br&gt;
&lt;br&gt;
E. I&apos;d like to produce easy ports to Mac and possibly Linux, but this is not a big deal.&lt;br&gt;
&lt;br&gt;
So what should I be looking at?  I guess .NET is a possibility but this goes diametrically opposite to my desire to ultimately have some portability to another OS.  There&apos;s also Java but I can&apos;t recall if it allows private source code, and I always equate Java with 45-second JVM load times; if I have to deal with a sluggish JVM, forget it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92861</guid>
	<pubDate>Sat, 31 May 2008 13:10:31 -0800</pubDate>
	<category>programming</category>
	<category>programminglanguage</category>
	<category>programminglanguages</category>
	<dc:creator>crapmatic</dc:creator>
	</item>
	<item>
	<title>Best book for a beginner to learn C? </title>
	<link>http://ask.metafilter.com/92096/Best%2Dbook%2Dfor%2Da%2Dbeginner%2Dto%2Dlearn%2DC</link>	
	<description>Best book for a beginner to learn C? I&apos;ve never learned a programming language, but I&apos;m hoping to learn C over the summer. My friend, a computer science student, is going to teach me as he learns it. We would like a textbook or reference book or work book of some kind. What would be a good choice? I&apos;ve heard the K and R &apos;C Programming Language&apos; is considered the &apos;bible&apos; of C programming, but I am wondering if this would be an appropriate choice for a beginner. &lt;br&gt;
Things to bear in mind:&lt;br&gt;
1) my friend will be creating &apos;lessons&apos; from whatever book we choose. We&apos;d like it to be thorough and start from the basics, but density is not necessarily an issue. That said, I&apos;d like the text to be readable for both of us. &lt;br&gt;
2) Although I have never programmed anything before, when I was younger, I dabbled in a bit of Flash so I&apos;m reasonably ok with computers, and I have some background in math and logic. I don&apos;t know if this will help.&lt;br&gt;
&lt;br&gt;
Thanks for your recommendations.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92096</guid>
	<pubDate>Wed, 21 May 2008 22:44:12 -0800</pubDate>
	<category>C</category>
	<category>computers</category>
	<category>programming</category>
	<category>programminglanguage</category>
	<dc:creator>asparagrass</dc:creator>
	</item>
	<item>
	<title>Looking to re-enter my field, but I&apos;m terribly rusty.  Best choice to sharpen up?</title>
	<link>http://ask.metafilter.com/43017/Looking%2Dto%2Dreenter%2Dmy%2Dfield%2Dbut%2DIm%2Dterribly%2Drusty%2DBest%2Dchoice%2Dto%2Dsharpen%2Dup</link>	
	<description>I haven&apos;t worked in my field for over a year, so I need to spend some time getting back in the habit of programming, and probably to learn some more current skills.  The problem is: which? I graduated from St. Lawrence Collge with a Computer Programming Analyst diploma.  I came out of the course with a pretty good knowledge of COBOL, Java, C++, and Visual Basic.  During and previous to that time, I&apos;d taught myself PHP, Flash Actionscript, and some pretty exceptional Visual Basic.&lt;br&gt;
&lt;br&gt;
None of the languages I feel really confident in are in high demand by most companies looking to hire people with my (lack of) experience, plus I&apos;ve been doing non-programming work for over a year now due to a lack of local jobs.&lt;br&gt;
&lt;br&gt;
I&apos;ve accepted that I&apos;m going to have to be willing to move to find a job programming, but the question now is, which language to bone up on in the meantime?  I&apos;m (in general) a very good coder, with very good business practices (version control, proper commenting, coding style, Code Complete is my Bible, etc.), so I&apos;m not worried that I&apos;m embarrass myself with a lack of professionalism.  Actually, I stand out from the crowd of entry-level programmers in that respect.  But what language or languages should I be focusing on to make myself seriously marketable?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.43017</guid>
	<pubDate>Wed, 26 Jul 2006 10:35:49 -0800</pubDate>
	<category>programming</category>
	<category>programminglanguage</category>
	<category>whatlanguage</category>
	<dc:creator>Imperfect</dc:creator>
	</item>
	<item>
	<title> I&apos;m looking for online resources about the Scheme programming language. </title>
	<link>http://ask.metafilter.com/10362/Im%2Dlooking%2Dfor%2Donline%2Dresources%2Dabout%2Dthe%2DScheme%2Dprogramming%2Dlanguage</link>	
	<description>I&apos;m looking for online resources about the Scheme programming language. I&apos;m a computer science major, and though I&apos;ve already taken a class in it, that was a couple of years ago, and I&apos;ve whacked my head on a lot of stuff since then. I&apos;m just looking for a simple, easy-to-understand introduction or refresher course. Oh, and book recommendations are cool, too. Just, ya know, I like things convenient. And free. Mostly free.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10362</guid>
	<pubDate>Tue, 21 Sep 2004 17:58:49 -0800</pubDate>
	<category>ComputerScience</category>
	<category>OnlineResource</category>
	<category>ProgrammingLanguage</category>
	<category>Scheme</category>
	<dc:creator>billybunny</dc:creator>
	</item>
	
	</channel>
</rss>

