Thinking In .NET

Source code for Thinking in C#

Free C# Compilers

Personal Homepage

Thinking In .NET

A place to learn about C# and the .NET platform, by Larry O'Brien. But mostly the obligatory braindump cross-linking that characterizes the blogsphere.

To receive an occasional announcement message regarding my seminars or publications, please subscribe to my mailing list.

Email:

Tuesday, September 17, 2002

This white-paper on SCM best practices appears in the October Dobb's. It's excellent. Incidentally, I enjoyed four articles in this issue; it almost restores my faith in programming magazines.


2:57:47 PM    comment []

There's a pretty good article in the October Dobb's about complexity and the use of gaming agents. One caveat, though; the article includes a figure that shows a model outperforming various other strategies in a financial market. The text mentions something that anyone interested in using computers to do financial modeling should know: "transaction costs in the actual market may prevent this profit from being achieved." Absolutely. It's trivial to create a strategy that can outperform financial markets, if you have perfect information, no transaction charges, and perfect order fulfillment.
11:07:30 AM    comment []

Borland eyes WebGain users. Company seeks to provide safe haven for VisualCafé customers [InfoWorld: Top News]
10:39:26 AM    comment []

Big news: Charles Simonyi and Gregor Kiczales are launching a software tools company. Simonyi is, in a very real sense, the most famous of all coders from Microsoft (ever heard of Hungarian notation?). Kiczales is the guiding light behind the Aspect-J aspect-oriented programming language. The name of their company is said to be Intentional Software. From what I've read (in increasing complexity) here, here, here (primary source) and here, "IP" involves meta-programming with "intentions" and their concrete "implementations" expressed in a WYSIWYG environment. There are at least two very important features of IP:

  • The creation of graph-like abstract data structures corresponding to "memes of programmer intention" (i.e., "iterator", "stack," and presumably eventually at the level of business concerns such as, "validate credit card"). These abstractions are implemented using pluggable back-ends (i.e., there is a mapping between the iterator intent and, say, foreach(# in #){#} and other nodes in the intentional graph fill in the missing bits.
  • The graph-like abstract data structures and generators are long-lived and composable via direct manipulation (i.e., WYSIWYG graphical programming). This implies that one would be able to have, for instance, competing intentions expressed on the screen ("Validate account credit at checkout" vs. "Validate credit as items are selected"), and the choice between them would be explicit (the decided-against intent would be, say, grayed out).

If an efficient UI for IP can be developed (and I don't mean a pretty UI, I mean a UI that can handle the rushing thought, i.e., speed imperative, of professional programmers), it could be huge. The programming world is primed for a major shift in paradigm (it's been a decade since the OO shift); I suspected that it would be aspect-orientation, but IP is even more potentially dramatic.

However, the UI challenge seems unspeakably problematic. "Visual programming" UIs have, so far, been disasters. Screen resolution is the great laggard in hardware: I had 640 x 480 a decade ago, now I work at 1152 x 864, not even 4 times the capacity (although I plan on getting dual flat-screen monitors when I upgrade the desktop next Spring). Can a graphic representation of a data structure have anything like the efficiency of an S-expression?

 


8:54:10 AM    comment []


The contents of these pages represent the opinions of one person.
All contents © 2002 Larry O'Brien. All Rights Reserved.

 

September 2002
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
Aug   Oct


Click here to visit the Radio UserLand website.

Subscribe to "Thinking In .NET" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.