Danny Thorpe

Last updated

Danny Thorpe was an American programmer noted mainly for his work on Delphi.

Contents

He was the Chief Scientist for Windows and .NET developer tools at Borland Corporation starting from January 2004 until October 2005, as well as Chief Architect of the Delphi programming language from 2000 to 2005. He joined Borland in 1990 as an associate QA engineer working on Turbo Pascal 6.0. He was a member of the team that created the Delphi programming language, Visual Component Library (VCL), and IDE, released in 1995. In 1999, he was a founding member of the Kylix team, implementing the Delphi compiler and development environment on Linux, released in 2001. After the release of Kylix, he was the founder and lead programmer for Borland's Delphi .NET effort, porting and extending the Delphi language to the Microsoft .NET platform.

In 1994 while at Borland, he contracted with Santa Cruz startup Cinematronics (David Stafford and Mike Sandige) to build a component model and collision physics engine for a software pinball game. Cinematronics licensed an early version of the pinball engine to Microsoft for the Windows 95 Plus! Pack's "Space Cadet" pinball game. Cinematronics was later acquired by Maxis, who published Full Tilt! Pinball in 1996 and a sequel in 1998. [1]

He joined Google in October 2005 and was a founding member of the Google Gears team, responsible for designing the client side browser local storage subsystem and JavaScript interface bindings. [2] [3]

He joined Microsoft's Windows Live Platform team in April 2006 as a Principal Software Development Engineer. His primary focus at Microsoft was the development of a secure client-side cross-domain scripting library [4] for browser web apps, as well as the Windows Live Contacts Control [5] built upon that library.

In October 2007, he joined startup Cooliris to work on the PicLens browser plugin for 3D visualization of web content.

In June 2008, he returned to Microsoft to work in a newly formed Cloud Computing Tools incubation team creating Visual Studio extensions to support development of applications for Microsoft's Windows Azure hosted services environment and Live Mesh / Live Framework client-side and offline web application environment. [6] [7]

In October 2010 he joined BiTKOO as Chief Software Architect to develop XACML based cloud scale distributed authorization and access control technologies. When BiTKOO was acquired by Quest Software in December 2011, he assumed the role of Product Architect in the Identity and Authorization Management (IAM) group at Quest Software. When Quest Software was acquired by Dell in September 2012, he continued to work on XACML authorization technologies under the title of Authorization Architect.

He lived on a small farm in the Santa Cruz mountains in Ben Lomond, California, which burned to the ground during the August 2020 CZU Lightning Complex fires. He and his wife, Cindy Fairhurst-Thorpe, had just purchased land in Oregon to retire to, and after the fires, moved there. Danny contracted brain cancer in 2017, [8] and died on 22 Oct 2021 [9] after a protracted battle. He is survived by his wife.

Published work

Related Research Articles

Borland Software Corporation was a computer technology company founded in 1983 by Niels Jensen, Ole Henriksen, Mogens Glad and Philippe Kahn. Its main business was the development and sale of software development and software deployment products. Borland was first headquartered in Scotts Valley, California, then in Cupertino, California, and then in Austin, Texas. In 2009 the company became a full subsidiary of the British firm Micro Focus International plc.

<span class="mw-page-title-main">Anders Hejlsberg</span> Danish software engineer (born 1960)

Anders Hejlsberg is a Danish software engineer who co-designed several programming languages and development tools. He was the original author of Turbo Pascal and the chief architect of Delphi. He currently works for Microsoft as the lead architect of C# and core developer on TypeScript.

C++Builder is a rapid application development (RAD) environment, originally developed by Borland and as of 2009 owned by Embarcadero Technologies, for writing programs in the C++ programming language currently targeting Windows, iOS and for several releases, macOS and Android C++Builder combines the Visual Component Library and IDE written in Object Pascal with multiple C++ compilers. Most components developed in Delphi can be used in C++Builder with no or little modification, although the reverse is not true, but this constraint is valid only for source code. Binary code generated by Delphi can easily be linked to binary code generated by C++Builder and vice versa to generate an executable written in both Object Pascal and C++. With this approach, C++ can be called from Object Pascal and vice versa. Since both Delphi and C++ use the same back end linker, the debugger can single step from Delphi code into C++ transparently.

The Visual Component Library (VCL) is a visual component-based object-oriented framework for developing the user interface of Microsoft Windows applications. It is written in Object Pascal.

Component Library for Cross Platform (CLX), is a cross-platform visual component-based framework for developing Microsoft Windows and Linux applications. It is developed by Borland for use in its Kylix, Delphi, and C++ Builder software development environment.

<span class="mw-page-title-main">Delphi (software)</span> General-purpose programming language and a software product

Delphi is a general-purpose programming language and a software product that uses the Delphi dialect of the Object Pascal programming language and provides an integrated development environment (IDE) for rapid application development of desktop, mobile, web, and console software, currently developed and maintained by Embarcadero Technologies.

The Object Windows Library (OWL) is a C++ object-oriented application framework designed to simplify desktop application development for Windows and OS/2.

Borland Kylix is a compiler and integrated development environment (IDE) formerly sold by Borland, but later discontinued. It is a Linux software development environment based on Borland Delphi and Borland C++ Builder, which runs under Microsoft Windows. Continuing Delphi's classical Greek theme, Kylix is the name for an ancient Greek drinking cup. The closest supported equivalent to Kylix is the free Lazarus IDE package, designed to be code-compatible with Delphi. As of 2010 the project has been resurrected in the form of Delphi cross compiler for Mac and Linux, as shown in the Embarcadero's Delphi and C++ Builder roadmap. As of September 2011 with Kylix discontinued the framework for cross-platform development by Embarcadero is FireMonkey.

Erich Gamma is a Swiss computer scientist and one of the four co-authors of the software engineering textbook, Design Patterns: Elements of Reusable Object-Oriented Software.

<span class="mw-page-title-main">SharpDevelop</span>

SharpDevelop is a discontinued free and open source integrated development environment (IDE) for the .NET Framework, Mono, Gtk# and Glade# platforms. It supports development in C#, Visual Basic .NET, Boo, F#, IronPython and IronRuby programming languages.

In Microsoft Windows applications programming, OLE Automation is an inter-process communication mechanism created by Microsoft. It is based on a subset of Component Object Model (COM) that was intended for use by scripting languages – originally Visual Basic – but now is used by several languages on Windows. All automation objects are required to implement the IDispatch interface. It provides an infrastructure whereby applications called automation controllers can access and manipulate shared automation objects that are exported by other applications. It supersedes Dynamic Data Exchange (DDE), an older mechanism for applications to control one another. As with DDE, in OLE Automation the automation controller is the "client" and the application exporting the automation objects is the "server".

HOSxP is a hospital information system, including Electronic health record (EHR), used in hospitals across Thailand. It serves over 300 hospitals in Thailand. The software aims to ease the healthcare workflow of health centers, for small sanatoriums to central hospitals.

Turbo Delphi is a discontinued integrated development environment (IDE), created by CodeGear, which was targeted towards student, amateur, individual professionals, and hobbyist programmers. It used the Delphi programming language, which is a dialect of Object Pascal.

Internet Direct, also known as "Indy", is a free software / open source socket library written in Object Pascal, an object-oriented version of Pascal. It includes clients, servers, TCP, UDP, and raw sockets, as well as over 100 higher level protocols implementations such as SMTP, POP3, NNTP, and HTTP. Indy includes support for OpenSSL and Zlib in the protocol implementations. Indy 10 was ported to Free Pascal, and runs on Windows, FreeBSD, Linux, and Darwin.

<span class="mw-page-title-main">Brief (text editor)</span> 1980s programmers text editor

Brief, is a once-popular programmer's text editor in the 1980s and early 1990s. It was originally released for MS-DOS, then IBM OS/2 and Microsoft Windows. The Brief interface and functionality live on, including via the SourceForge GRIEF editor.

Embarcadero Technologies, Inc. is an American computer software company that develops, manufactures, licenses, and supports products and services related to software through several product divisions. It was founded in 1993, went public in 2000, and private in 2007, and became a division of Idera, Inc. in 2015.

ActiveX Document is a Microsoft technology that allows users to view and edit Microsoft Word, Excel, and PDF documents inside web browsers. It defines a set of Component Object Model coding contracts between hosting programs like Internet Explorer or Microsoft Office Binder and hosted documents from programs like Microsoft Word, Microsoft Excel and Adobe Reader. This allows them to negotiate communications about commands like save and navigate, as well as merging user interface elements such as menu, to provide a unified user experience.

<span class="mw-page-title-main">Teechart</span>

TeeChart is a charting library for programmers, developed and managed by Steema Software of Girona, Catalonia, Spain. It is available as commercial and non-commercial software. TeeChart has been included in most Delphi and C++Builder products since 1997, and TeeChart Standard currently is part of Embarcadero RAD Studio 11 Alexandria. TeeChart Pro version is a commercial product that offers shareware releases for all of its formats, TeeChart. Lite for .NET is a free charting component for the Microsoft Visual Studio .NET community and TeeChart for PHP is an open-source library for PHP environments. The TeeChart Charting Library offers charts, maps and gauges in versions for Delphi VCL/FMX, ActiveX, C# for Microsoft Visual Studio .NET, Java and PHP. Full source code has always been available for all versions except the ActiveX version. TeeChart's user interface is translated into 38 languages.

This page details the history of the programming language and software product Delphi.

References