answersLogoWhite

0


Best Answer

James gosling

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who designed the original java language and wrote Emacs for Unix systems?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is XEmacs?

XEmacs is an X-Windows version of Emacs.Emacs is a powerful text editor, originally designed for TTY consoles, and typically used today with TTY console emulators such as xterm common to practically all modern Unix or Linux operating systems. XEmacs is an adaptation of Emacs, designed to operate in the context of the X11 windows manager, offering simple support for menus and mouse operations, in addition to the traditional keyboard usage.


Where was the Emacs text editor first developed?

The Emacs text editor was first developed at Massachusetts Institute of Technology (MIT) in the 1970s by Richard Stallman and Guy L Steele Jr. MIT is a private research university with a strong emphasis on science, engineering and technology research.


In which year java was invented?

In 1977, James Gosling received a B.Sc in Computer Science from the University of Calgary. In 1983, he earned a Ph.D in Computer Science from Carnegie Mellon University, and his doctoral thesis was titled "The Algebraic Manipulation of Constraints". While working towards his doctorate, he wrote a version of emacs (gosmacs), and before joining Sun Microsystems he built a multi-processor version of Unix[1] while at Carnegie Mellon University, as well as several compilers and mail systems.Since 1984, Gosling has been with Sun Microsystems, and is generally known best as the father of the Java programming language.[edit] ContributionsHe is generally credited as the inventor of the Java programming language in 1991. He created the original design of Java and implemented its original compiler and virtual machine. For this achievement he was elected to the United States National Academy of Engineering. He has also made major contributions to several other software systems, such as NeWS and Gosling Emacs. He also cowrote the "bundle" program, a utility thoroughly detailed in Brian Kernighan and Rob Pike's book The Unix Programming Environment. [edit] HonorsIn 2007, he was made an Officer of the Order of Canada.[2] The Order is1995


What are the different phases of java?

Based on the lecture i have , there are three JAVA PHASES -- editor. First step in creating java program is by writing ur programms in a text editor. Ex, notepad, emacs etc -- java compiler. compile. The program by. Using the java compiler. The output of this process is a file of java bytecodes wid the file extension.class -- java interpreter. The .class file is then interpreted by java interpreter that converts the bytecodes into the machine language of the particular computer your using ---abioo4---


What is perl programming?

Perl is a programming language developed by Larry Wall in the late 1980s to assist him in administering UNIX operating system environments. Perl has since been ported to other operating systems such as Microsoft Windows and Linux. Perl is widely renowned for its ease of use, power and functionality. Perl is loosely based on the powerful 'C' programming language developed by Dennis Ritchie of Bell Labs in the early 1970s. Perl is used today for a wide variety of tasks including CGI programming, system administration and is also a favorite of both computer security professionals and so called 'hackers'. Shell scripting is associated with the use of a variety of 'shells' such as the 'Bourne Shell' developed by Stephen Bourne, also of Bell Labs, the 'Korn Shell' developed by David Korn, again while at Bell Labs and other widely used shells such as the ubiquitous 'BASH' shell (Bourne Again SHell) included with virtually every open source operating system such as Linux, OpenBSD, FreeBSD and some closed source ones. Shell scripting has, to some degree, more recently come to be associated with 'batch/cmd file' programming in Windows environments. A 'Bourne Shell' script will typically begin with the line: #!/bin/sh while a 'Perl' script may begin with the line: #!/usr/bin/perl Perl has remarkably high performance for a scripting language that is compiled at runtime. In benchmarks studies, Perl has often been found to run at approximately 90% of the speed of the very high performance C programming language. Perl supports networking, multi-tasking and other features expected of a modern programming language and also has a considerable body of Unix/Linux administration functions built in (in keeping with it's original focus of being a scripting language designed by a Unix Systems Administrator for Unix Systems Administrators - perhaps most often meaning Linux today, though FreeBSD, OpenBSD and Mac OSX [to name but a few as Perl is ubiquitous and any list of systems supported would be FAR too long to be enumerated here] are equally well supported). I have written Perl scripts that run in daemon mode for instance, and launch hundreds of child processes performing many varied tasks including network clients and servers. Perl is Open Source and the CPAN (Comprehensive Perl Archive Network) body of contributed code and modules is so extensive it's enumeration would be a task nearly encyclopedic in scope - FAR TOO LARGE EVEN FOR AN ONLINE ENCYCLOPEDIA SUCH AS WIKIPEDIA. In early 2013 if I'm not mistaken, the ISS (International Space Station) switched from Windows to Linux for the announced purpose of increased reliability and stability encompassing dozens of computers - each of which comes equipped with Perl. And last but not least, writing Perl code is just plain fun. Few, if any programming languages are more portable as Perl has been ported to everything from Microsoft Windows to IBM AIX. We Linux Systems Administrators are, at least philosophically, indebted to Larry Wall, Randall Schwartz, Nathan Torkington and many others for their profound contributions to the Open Source software arena in the form of Perl.

Related questions

When was Emacs created?

EMac was created in 2002.


Where online can one find information on using Emacs on Windows?

There are many places where one can find information on using Emacs on Windows. One can find information on using Emacs on Windows at popular on the web sources such as GNU and Emacs Wiki.


Does anybody know a quick and easy way to install GNU EMacs?

apt-get install emacs


Where can you find reliable paid project-based Emacs support?

Since Emacs is an programmable editor it would be difficult to find paid project based work based solely on Emacs alone.


What are some examples of text editors found on many Unix systems?

vi, vim, emacs, and pico are the most popularly available text editors on Unix systems. There are many more, of course, but these seem to be the most common.


What is XEmacs?

XEmacs is an X-Windows version of Emacs.Emacs is a powerful text editor, originally designed for TTY consoles, and typically used today with TTY console emulators such as xterm common to practically all modern Unix or Linux operating systems. XEmacs is an adaptation of Emacs, designed to operate in the context of the X11 windows manager, offering simple support for menus and mouse operations, in addition to the traditional keyboard usage.


How do you get dunnet Working on terminal?

type in emacs -batch -l dunnet


Who is kitana's dad?

well, you may think shao khan is but its Ermac it says it on Emacs ending


What is the purpose of the editor in a programming language environment?

An editor (e.g., EMACS, BBEdit, etc.) is the utility by means of which a programmer creates and updates the (human-readable) source code of a program, or inspects and updates the textual data (if any) input or output by the executable.


How do you play snake on Terminal Bash?

The Snake and Tetris games are built into the Emacs editor. Open the terminal (in the Utilities folder within the Applications folder) and type emacs at the prompt. In the Emacs editor press the Escape key (Esc) and then the X key. This will give you a cursor at the bottom of the Terminal window. Type snake or tetris to run the games. Use the arrow keys as controls. When finished press the Control (Ctrl) and Z keys.


What was the affected part of an Emacs plugged to a 220 volts operating at 110 volts?

just the metal parts


Where was the Emacs text editor first developed?

The Emacs text editor was first developed at Massachusetts Institute of Technology (MIT) in the 1970s by Richard Stallman and Guy L Steele Jr. MIT is a private research university with a strong emphasis on science, engineering and technology research.