Jump to content

Talk:Clipper (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 78.6.189.135 (talk) at 18:42, 26 July 2012 (windows support: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

Uniqueness

The article is slightly misleading about code blocks. It calls them "unique" when they're not really. One only has to look at `lambda' from the Lisp world to see this.

I agree and I removed the word from the text. Maybe they are unique if compared to xBase. EmilioSilva 23:58, 14 September 2005 (UTC)[reply]

Still active?

"As of 2005, the Clipper language is being actively implemented, and extended"

Many are NOT using clipper but are migrating to other languages, meaning it is not actively implemented. Any comments? or should i remove this? 59.93.129.26 10:28, 4 November 2005 (UTC)[reply]

Absolutely not. Clipper is still the cornerstone of my company's product suite, and comp.lang.clipper is quite active indicating that it is still in active use worldwide.
Wyomingaires 22:13, 10 January 2006 (UTC)[reply]

I used to use clipper and purchased Visual Objects but I did not get into using it because it did not become popular.

Gregorydavid 07:06, 16 May 2006 (UTC)[reply]

Not Used??? SAGE-SP products Contaplus and Facturaplus, leaders in spanish merchants (Spain and many sudamerican countries) are make wit clipper 5.2 + FiveWin library. --Museo8bits 16:05, 14 October 2006 (UTC)[reply]

IMHO, yes it is still active since I was consulting for a customer still having a Clipper-driven dBase III application in 2004 ; not that far away in the past ;-) Regards User:Hefiz

General purpose?

Isn't Clipper more suited to the same niche of purpose of COBOL?

That would rather depend on what you think the "niche" of COBOL is. I can't say I've ever noticed that Clipper has a real "niche" as such -- I've seen it used to develop all sorts of applications. davep 09:09, 18 December 2006 (UTC)[reply]

configuration imprimante —Preceding unsigned comment added by 41.200.4.148 (talk) 07:26, 14 July 2008 (UTC)[reply]

sharing a dbase ii rd plus file

in programme how can i share a dbase iii rd plus file —Preceding unsigned comment added by 59.94.117.220 (talk) 06:12, 3 February 2009 (UTC)[reply]

definition

Clipper is not a programming language IMHO. It was, and still is, a dBase language "compiler" with extensions (the so-called Clipper libraries). A paraggraph could also be added about the Ashton-Tate answer to the widely-spread out Summer87 version (operating on dBase III+ if I remember correctly) : dBase IV, which was also "compiled" and led to many porting projects (including one I made in 1990).

As far as I remember, Clipper was nevcer considered as a language per se ; it was considered an extension to dBase III.

just my 0.02$ —Preceding unsigned comment added by 82.243.20.181 (talk) 07:00, 22 October 2010 (UTC)[reply]

Response to comment above: Clipper 5.0, though introduced in 1990, was announced at the annual developer conference in 1989 by company president Larry Heimendinger. I was in the room when Jo Sager of Miller Comms wrote the press release and worked on the launch team with Larry & Brian Russell. It was a clear mandate at the time to move the product from the "compiler" category to "programming language." That's how the company positioned it from that moment on. Russell was quoted as saying "...you could write Clipper 5.0 in Clipper 5.0." My strong recollection is that the developer community at the time largely accepted the new positioning and considered v. 5.0 to be a stand alone programming language. 75.139.194.39 (talk) 23:50, 10 May 2011 (UTC)[reply]

windows support

Among the third-party extensions to Clipper, a cornerstone was clip4win, the first library that allowed clipper programmers to write applications running under Windows with a Graphic User Interface, evolving the language to the incoming standard. Fivewin followed, another GUI-capable library, conceived by Antonio Linares and F. Pulpon (the history will remember probably only the former, the one who he started the Harbour project). Actually the community of xBase programmers can choose among many compilers and pseudo-compilers, the heirs of the glorious Clipper, running under Windows, Linux and other Operating Systems, with many different GUIs, but this is another story.