Talk:Intentional programming

This is an old revision of this page, as edited by 124.171.79.68 (talk) at 07:30, 19 December 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Latest comment: 17 years ago by 124.171.79.68

"A very good overview of intentional programming is given in the Chapter 11 of the book [2]." What's that mean? What's 'the book'? Yes, I can get the title from the footnote, but there's some context missing for that sentence. 124.171.79.68 (talk) 07:30, 19 December 2007 (UTC)JacReply


Here is a Java class that, when saved to the file WhichI.java, will compile and illustrate the point being made correctly.

 public class WhichI {
   public static String i = "am canadian";
   public static void main(String[] args) {
     for (int i = 1; i <= 10; i++) {
       System.out.println(i);
     }
     System.out.println(i);
   }
 }

I think that the none functioning example in the text should be replaced with this one.


Why is this in Wikipedia? The only "user" of Intentional Programming that I know of is Simonyi's company. This is not an accepted technology or technique, only an unproven idea for which Simonyi is known for in arcane software engineering circles.

I disagree. There are at least 10 researchers beside myself around the world that I know would like this page to stay. This page is a good place to accumulate knowledge about IP. I know, intentional programming might seem weird and proprietary to some, but Wikipedia should anyway provide information to those who need it, regardless how geeky this information might seem to others. And there are really people like me with research interests that closely watch IntentSoft and other developments, like LOP etc. Thanks. KirillOsenkov 09:41, 17 June 2007 (UTC)Reply
I think there must be at least 11 researchers who would like this page to stay. Feraudyh 14:46, 14 November 2007 (UTC)Reply

This entry makes multiple references to "the video", but doesn’t say what or where this video is or how to view it.

--- if you look at the editing history, the link to the video was removed since it didn't work anymore. this page is in serious need of an overhaul!

Warning

This page hardly encapsulates the concept of Intentional Programming. For a proper treatment, follow the links in the External Links section and read anything by Charles Simonyi.

Page name

The page is now called "Intentional Programming". Shouldn't it be "Intentional programming" since the term isn't a proper noun (and since in Wikipedia the first letter must be capitalized)? —Ben FrantzDale 15:07, 22 August 2006 (UTC)Reply

I agree. --Salix alba (talk) 12:17, 1 October 2006 (UTC)Reply
I disagree. Most google hits are for Intentional Programming, and it is not a generic noun in the same way functional programming is - it's a very unusual, specific set of tools and ideas peculiar to one guy and his followers and companies. --Gwern (contribs) 19:37 9 January 2007 (GMT)
Well, we need to settle on whether or not it's a proper noun, and stick to one or the other. When I found the article, the title was "Intentional Programming", but the text used "intentional programming" at the top. - furrykef (Talk at me) 04:59, 6 April 2007 (UTC)Reply

Categories

The page has a category of Integrated development environments. I can see a reference to them, but intentional programming is a paragigm and isn't in itself an IDE. Is this category relevant for this page? Kiore 21:02, 6 April 2007 (UTC)Reply

No, I don't think so. - furrykef (Talk at me) 22:16, 8 April 2007 (UTC)Reply