F. David Boswell

Last updated
F. David Boswell
Born1956 (age 6768)
NationalityCanadian
Occupation(s) Computer Scientist, software executive
Known forAwarded the J.W. Graham Medal in 2003

Franklin David Boswell (born c. 1956) is a Canadian computer scientist who was awarded the J.W. Graham Medal for his contributions to the field in 2003. [1] [2]

Contents

Biography

Boswell earned his undergraduate and Masters in Computer Science at the University of Waterloo in Ontario, Canada. While he was a student and after he earned his masters in 1980, Boswell worked under J. Wesley Graham, a senior Computer Scientist at the University of Waterloo, who had broadly managed teams at Waterloo that developed several widely used computer language compilers.

One of the first languages that was his design was the ″Waterloo Systems Language″, intended for systems programming, which introduced some new flow control constructs. [3]

Boswell worked in compiler design at the University of Waterloo's Computer Systems Group until 1988, when he was one of the founders of Watcom. [1] [2] Watcom's other products were written in the Waterloo Systems Language. [4] Watcom developed Watcom C and several other successful products until it was acquired by Powersoft in 1994 for $100 million. [5] [6] Powersoft was in turn acquired by Sybase and Boswell was made a Sybase vice-president. [1] [7]

In 1998 Boswell left Sybase and was one of the founders of LivePage, in Waterloo. [8] In 1999 Boswell was the President of LivePage when it merged or was acquired by Janna Systems, for $19 million.

Related Research Articles

<span class="mw-page-title-main">Fortran</span> General-purpose programming language

Fortran is a third generation, compiled, imperative programming language that is especially suited to numeric computation and scientific computing.

<span class="mw-page-title-main">IBM 7040</span> IBM mainframe computer

The IBM 7040 was a historic but short-lived model of transistor computer built in the 1960s.

Watcom International Corporation was a software company, which was founded in 1981 by Wes Graham and Ian McPhee. Founding staff were formerly members of Professor Graham's Computer Systems Group at the University of Waterloo, in Waterloo, Ontario, Canada. Watcom produced a variety of tools, including the well-known Watcom C/C++ compiler introduced in 1988.

<span class="mw-page-title-main">PL/C</span> Programming language developed at Cornell University

PL/C is an instructional dialect of the programming language PL/I, developed at the Department of Computer Science of Cornell University in the early 1970s in an effort headed by Professor Richard W. Conway and graduate student Thomas R. Wilcox. PL/C was developed with the specific goal of being used for teaching programming. The PL/C compiler, which implemented almost all of the large PL/I language, had the unusual capability of never failing to compile a program, through the use of extensive automatic correction of many syntax errors and by converting any remaining syntax errors to output statements. This was important because, at the time, students submitted their programs on IBM punch cards and might not get their output back for several hours. Over 250 other universities adopted PL/C; as one late-1970s textbook on PL/I noted, "PL/C ... the compiler for PL/I developed at Cornell University ... is widely used in teaching programming." Similarly, a mid-late-1970s survey of programming languages said that "PL/C is a widely used dialect of PL/I."

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

Garth Alan Gibson is a computer scientist from Carnegie Mellon University. Gibson developed the RAID taxonomy of redundant data storage systems, along with David A. Patterson and Randy Katz.

Paul H. Cress (1939–2004) was a Canadian computer scientist.

WATFIV, or WATerloo FORTRAN IV, developed at the University of Waterloo, Canada is an implementation of the Fortran computer programming language. It is the successor of WATFOR.

<span class="mw-page-title-main">Watcom C/C++</span>

Watcom C/C++ is an integrated development environment (IDE) product from Watcom International Corporation for the C, C++, and Fortran programming languages. Watcom C/C++ was a commercial product until it was discontinued, then released under the Sybase Open Watcom Public License as Open Watcom C/C++. It features tools for developing and debugging code for DOS, OS/2, Windows, and Linux operating systems, which are based upon 16-bit x86, 32-bit IA-32, or 64-bit x86-64 compatible processors.

The David R. Cheriton School of Computer Science is a professional school within the Faculty of Mathematics at the University of Waterloo. QS World University Rankings ranked the David R. Cheriton School of Computer Science 21st in the world, 10th in North America and 2nd in Canada in Computer Science in 2024. U.S. News & World Report ranked the David R. Cheriton School of Computer Science 42nd in world and second in Canada.

<span class="mw-page-title-main">Sybase iAnywhere</span> Sybase subsidiary

Sybase iAnywhere, is a subsidiary of Sybase specializing in mobile computing, management and security and enterprise database software. SQL Anywhere, formerly known as SQL Anywhere Studio or Adaptive Server Anywhere (ASA), is the company's flagship relational database management system (RDBMS). SQL Anywhere powers popular applications such as Intuit, Inc.'s QuickBooks, and the devices of 140,000 census workers during the 2010 United States Census. The product's customers include Brinks, Kodak, Pepsi Bottling Group (PBG), MICROS Systems, Inc. and the United States Navy. In August 2008.

SAP SQL Anywhere is a proprietary relational database management system (RDBMS) product from SAP. SQL Anywhere was known as Sybase SQL Anywhere prior to the acquisition of Sybase by SAP.

James George Mitchell is a Canadian computer scientist. He has worked on programming language design and implementation, interactive programming systems, dynamic interpreting and compiling, document preparing systems, user interface design, distributed transactional file systems, and distributed, object-oriented operating systems. He has also worked on the design of hardware for computer graphics, high-level programming language execution, and audio input/output.

OutStart, Inc. is a provider of social business software and learning systems. OutStart’s social business software and learning systems automate the development, maintenance, and delivery of modular and personalized training. According to the company, its social software technologies enable the capture of a historical knowledge base of insights, experiences, ideas and content accessible by anyone, at any time. John Alonso, Michelle Bruce and Scott Edwards founded OutStart in 1999; the company was incorporated in July 1999.

The J.W. Graham Medal in Computing and Innovation is an award given annually by the University of Waterloo and the University of Waterloo Faculty of Mathematics to "recognize the leadership and many innovative contributions made to the University of Waterloo, and to the Canadian computer industry." Recipients of this award receive a gold medal and certificate. Recipients are graduates of the University of Waterloo Faculty of Mathematics from business, education, or government.

<span class="mw-page-title-main">Wes Graham</span> Canadian computer scientist and professor

James Wesley Graham, OC was a Canadian professor of computer science at the University of Waterloo.

WATIAC was a virtual computer developed for teaching the principles of assembly language programming to undergraduates. WATIAC, and the WATMAP assembly language that ran on it were developed in 1973 by the newly founded Computer Systems Group, at the University of Waterloo, under the direction of Wes Graham.

WATBOL is a teaching compiler for the COBOL programming language developed in 1969 at the University of Waterloo. The compiler was a companion product, built under the design philosophy, of Waterloo's earlier, widely used WATFOR teaching compiler. Since programs written by undergraduate students were unlikely to be run more than a few times, after they were successfully written and debugged, the efficiency of the program, once compiled was of secondary importance, compared with giving simpler, clearer error messages, and in simplifying the steps for the student to compile the program. At that time executing a program through the use of commercial compiler was a three-step process. First the Fortran, or COBOL, had to be compiled into assembly language, then the assembly language had to be assembled into binary code; finally the compiled and assembled code had to be linked with previously written libraries of subroutines. WATFOR and WATBOL allowed simple programs to be compiled, linked, and executed in a single step.

Ian McPhee is a Canadian computer scientist, entrepreneur, and philanthropist. He earned a Bachelor of Mathematics in 1973, and his Masters of Mathematics in 1979.

Terry Stepien is a Canadian computer scientist, and protege of Wes Graham, an influential professor of Computer Science at Stepien's alma mater, the University of Waterloo. Stepien earned a Bachelor of Mathematics in 1981, and his Masters in 1988.

References

  1. 1 2 3 "F. David Boswell: 2003 recipient of the J.W. Graham Medal". Faculty of Mathematics, University of Waterloo. Archived from the original on 2012-10-19. David held executive management positions with software companies ranging across the spectrum of growth stages, including LivePage Corporation, Sybase Inc., Powersoft Corporation and Watcom.
  2. 1 2 "Leading IT executive wins 2003 J. W. Graham Medal". University of Waterloo. 2003. Archived from the original on 2005-12-11. Retrieved 2012-12-17. After graduation, Boswell stayed on campus developing compilers and operating systems at the UW's Computer Systems Group and teaching in the computer science department (now the School of Computer Science). In 1988, Dave joined the management team of UW spin-off WATCOM Systems, which became recognized as an industry leader in PC development tools and database systems.
  3. F.D. Boswell (1982). Waterloo Systems Language. Watfac Pubs. ISBN   9780919884007 . Retrieved 2012-12-17.
  4. John Helliwell (1985-04-02). "Watcom Markets University Expertise". PC Magazine. p. 208. Retrieved 2012-12-17.
  5. Clyde H. Farnsworth (1994-04-13). "BUSINESS TECHNOLOGY; The Canadian Triangle Where High Tech Reigns". The New York Times . Archived from the original on 2015-05-26. Retrieved 2012-12-17. As head of the university's Computer Systems Group, Professor Graham founded the Watcom International Corporation to produce software he developed that makes it easier to learn computer programming. The software has been used by more than one million students worldwide.
  6. Shane Schick (2007-04-09). "U of Waterloo alumni look back on creator of Fortran variant: Wes Graham was critical to the development of popular WATFOR". IT Business. Archived from the original on 2012-03-08. Retrieved 2012-12-17. This year the University of Waterloo will be celebrating the 40th anniversary of its computer science department. A key figure from those early days was J. Wesley Graham, a professor who led a team of students to create the Waterloo Fortran IV compiler, also known as WATFOR. Initially developed for the IBM 7040 computer in the summer of 1965, WATFOR later ran on the IBM 360/370, DEC PDP-11 and VAX machines, received rave reviews internationally and led to a spin-off company, WATCOM. Graham died in 1999.
  7. Mike Strathdee (1997-04-12). "Sybase has 'jewel' in Waterloo: World's seventh largest computer firm looks to division to turn around its fortunes". Kitchener Waterloo Record. p. E.1. Archived from the original on February 1, 2013. Retrieved 2012-12-17. Waterloo has also proved to be a great training ground for Sybase executives. Three former Watcom executives -- David Boswell, Craig Dynes and David Yach -- now hold senior management positions with Sybase in the U.S..
  8. Mike Strathdee (1999-09-21). "LivePage sold for $19M; Toronto's Janna Systems buys Waterloo software firm for cash, shares". Kitchener Waterloo Record. p. C.02. Retrieved 2012-12-17. LivePage president David Boswell will become executive vice- president of marketing for Janna, based out of the Bay area of California. Boswell described the two companies as being "a natural fit."[ dead link ]