answersLogoWhite

0


Best Answer

An editor is just a program in which you write and edit the program. The compiler is used to compile the program, i.e., convert the program to machine understandable code. A development environment often combines the both into an intelligent application called the IDE or Integrated Development Environment.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
User Avatar

Adam Yusuf

Lvl 1
10mo ago
Very good
More answers
User Avatar

Wiki User

8y ago

Compiler: translates human-readable program code text files to computer machine code

Text editor: allows a person to edit text files

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between a compiler and a text editor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you use wordpad as compiler?

No. Notepad is a text editor.


How do you get C?

To use c you need a text editor and a compiler such as gcc.


Is NotePad Plus Plus a compiler?

Notepad++ is a text editor, not a compiler. You can however, enter source code into Notepad++ and then compile it with a compiler such as GCC.


How do you create software in c?

All you need is a text editor and a C-compiler.


Best text editor with embedded compiler for java?

eclipse 4.2 - juno (or recent build)


How do you edits program using Linux compiler?

You don't. The compiler is used to compile programs, not edit them. Most source code can be edited using a standard text editor.


Source code of text editor with compiler?

Check out open source sites, such as FreshMeat or SourceForge, or the GNU project.


What are the cousins of a compiler?

First cousin twice removed is an interpreter, second cousin is an assembler. Its siblings are a text-editor, a linker and a debugger.


Where do you view and modify the text in a text document?

Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.Use a text editor, like Notepad.


What are the main features of a compiler in C programming language?

A compiler is a comp. Program that transforms source code written in programming language into another comp. Language.the main reason to compile a program is to create an executable program...


Where can you make games?

Anywhere. You just need a PC/laptop/other device with capabilities to support text editor(s) and compiler(s)/interpreter(s).


Difference between a word proccessor and a text editor?

A word processor allows you greater control over the formatting of text (i.e. Font face, color, size, margins, tables, et. al). A text editor typically does not contain such features only allowing you to edit the text without any control over the formatting. For example, the Notepad application that comes with any Windows OS is a text editor, while WordPad is a Word Processor.