| Compiler | Interpreter |
---|
Development Convenience
| You need to recompile the code every time you make a change. ๐ | You can modify and run the code immediately. ๐ |
Execution Speed | Fast. ๐ | Slow. ๐ |
Security | The program code is not exposed to users. ๐ | The program code can be exposed. ๐ |
File Size | The entire executable file must be transferred, so itโs large. ๐ | Only the source code needs to be transferred, so itโs smaller. ๐ |
Programming Languages | Low level โ C/C++ | High level โ Python, Ruby |
- Low-level languages are usually compiled, but not always.
- High-level languages are usually interpreted, but many can be compiled too.
korean explanation
- ์ปดํ์ผ๋ฌ
- ํ๋ก๊ทธ๋๋ฐ ์ธ์ด โ ๋จธ์ ์ฝ๋
- ํ๋ก๊ทธ๋จ ์ ์ฒด๋ฅผ ํ๋ฒ์ ๋ฒ์ญํ ํ ์์ฑ๋ ๋จธ์ ์ฝ๋๋ก ๋ง๋ค์ด์ค
- ์ด๋ฏธ ๋ฒ์ญ ์์ฑ๋ ๋จธ์ ์ฝ๋๋ฅผ ๋ฐ๋ ์ฌ๋์ ์ปดํจํฐ๋ก ์ ๋ฌ
- ๋จ์
- ์ฌ๋๋ค์ ๋จธ์ ์ฝ๋๋ฅผ ์ดํด ๋ชปํจ
- ์ธ์ด๋ก ์ฐ๊ณ ์ปดํ์ผ๋ฌ๊ฐ ๋ค ๋ ๋๊น์ง ๊ธฐ๋ค๋ ค์ผํจ
- ์ฝ๋๋ฅผ ๋ค์ ์ฐ๋ฉด ์ปดํ์ผ์ ๋งค๋ฒ ๋ค์ ํด์ผํจ
- ์ธํฐํ๋ฆฌํฐ
- ํ์ค์ฉ ์ฆํฅ์ ์ผ๋ก ์คํํ์ฃผ๋ ํ๋ก๊ทธ๋จ
- ํ์ค์ฉ ์ฆ์ ์คํํจ
- ์ฝ๋๋ฅผ ๊ณ ์น๊ณ ๋์ ์ปดํ์ผ ๋ฑ์ ๊ณผ์ ์์ด๋ ๋ฐ๋ก ๊ฒฐ๊ณผ ํ์ธ ๊ฐ๋ฅ
- ๋ฒ์ญ๋ ๋จธ์ ์ฝ๋๋ฅผ ๊ฑด๋ด์ฃผ์ง ์๊ณ ์ฝ๋ ์์ฒด๋ฅผ ๋ณด๋ด์ค
- ๋ฐ๋ ์ฌ๋ ์ปดํจํฐ์ ์ธํฐํ๋ฆฌํฐ๊ฐ ์ค์น๋์ด์ผ ํจ