Blog Home  Home Feed your aggregator (RSS 2.0)  
.Net Jonesie - Kiss of Death
A simple programmers blog
 
# Tuesday, May 02, 2006

Rod just blogged that ERWin was recently (?) purchased by CA.  What a shame!  I never actually used ERWin in anger - I'm a code first, diagram later kind of guy - but it looked good. 

Does anyone remember Nantucket Clipper?  In the late 80's and early 90's it was THE database development language for DOS (a lot of FoxPro users may be laughing about now).  Nantucket created some wonderous stuff that we have only recently seen in Windows tools - things like code blocks,eg:

    LOCAL block := {|var1, var2| DoSomething(var1, var2) }
    LOCAL res
    res := ExecThing(block)

    ? res

    FUNCTION ExecThing(block)
      LOCAL v1 := 1, v2 := 2
      return eval(block, v1,v2)

    FUNCTION DoSomething(x,y)
      return x + y

It also included the best preprocessor I have ever seen, you could create user define statements to the extent that you could create your own language.  Very cool and very dnagerous.  I once heard someone describe Clipper 87 as a tool that let you shoot yourself in the foot and Clipper 5 as a tool that would let you shoot yourself in any part of the body you wanted. 

Anyway, Clipper still lives on - I have one customer that I still support with 12 year old code.

But I digress.  CA purchased Nantucket not long before they were due to release the long awaited Windows version of Clipper.  And that was about it.  CA did ship Visual Objects and a small upgrade for Clipper 5 but essentially CA killed it. 

So, if you like ERWin, then be warned.

Tuesday, May 02, 2006 8:35:02 PM (New Zealand Standard Time, UTC+12:00)  #    Comments [2]   General  | 
Tuesday, May 02, 2006 10:19:55 PM (New Zealand Standard Time, UTC+12:00)
"Nantucket created some wonderous stuff that we have only recently seen in Windows tools - things like code blocks. It also included the best preprocessor I have ever seen, you could create user define statements to the extent that you could create your own language"

That sounds very lisp-ish. But then apparently all languages are just lisp subsets.

P.S. the pretty code picture does not show up in Firefox.
Wednesday, May 03, 2006 12:10:14 AM (New Zealand Standard Time, UTC+12:00)
I've been using ERWin for awhile. It's been owned by CA for a few years now.

Some of the text files in the install directory are dated 2002 with references to CA in them.
Fred Beiderbecke
Comments are closed.
Copyright © 2012 Peter G Jones. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: