CompilerInterpreter
Development Convenience
You need to recompile the code every time you make a change. ๐Ÿ‘ŽYou can modify and run the code immediately. ๐Ÿ‘
Execution SpeedFast. ๐Ÿ‘Slow. ๐Ÿ‘Ž
SecurityThe program code is not exposed to users. ๐Ÿ‘The program code can be exposed. ๐Ÿ‘Ž
File SizeThe entire executable file must be transferred, so itโ€™s large. ๐Ÿ‘ŽOnly the source code needs to be transferred, so itโ€™s smaller. ๐Ÿ‘
Programming LanguagesLow 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

  • ์ปดํŒŒ์ผ๋Ÿฌ
    • ํ”„๋กœ๊ทธ๋ž˜๋ฐ ์–ธ์–ด โ†’ ๋จธ์‹ ์ฝ”๋“œ
    • ํ”„๋กœ๊ทธ๋žจ ์ „์ฒด๋ฅผ ํ•œ๋ฒˆ์— ๋ฒˆ์—ญํ•œ ํ›„ ์™„์„ฑ๋œ ๋จธ์‹ ์ฝ”๋“œ๋กœ ๋งŒ๋“ค์–ด์คŒ
    • ์ด๋ฏธ ๋ฒˆ์—ญ ์™„์„ฑ๋œ ๋จธ์‹ ์ฝ”๋“œ๋ฅผ ๋ฐ›๋Š” ์‚ฌ๋žŒ์˜ ์ปดํ“จํ„ฐ๋กœ ์ „๋‹ฌ
    • ๋‹จ์ 
      • ์‚ฌ๋žŒ๋“ค์€ ๋จธ์‹ ์ฝ”๋“œ๋ฅผ ์ดํ•ด ๋ชปํ•จ
      • ์–ธ์–ด๋กœ ์“ฐ๊ณ  ์ปดํŒŒ์ผ๋Ÿฌ๊ฐ€ ๋‹ค ๋ ๋•Œ๊นŒ์ง€ ๊ธฐ๋‹ค๋ ค์•ผํ•จ
      • ์ฝ”๋“œ๋ฅผ ๋‹ค์‹œ ์“ฐ๋ฉด ์ปดํŒŒ์ผ์„ ๋งค๋ฒˆ ๋‹ค์‹œ ํ•ด์•ผํ•จ
  • ์ธํ„ฐํ”„๋ฆฌํ„ฐ
    • ํ•œ์ค„์”ฉ ์ฆ‰ํฅ์ ์œผ๋กœ ์‹คํ–‰ํ•˜์ฃผ๋Š” ํ”„๋กœ๊ทธ๋žจ
      • ํ•œ์ค„์”ฉ ์ฆ‰์‹œ ์‹คํ–‰ํ•จ
    • ์ฝ”๋“œ๋ฅผ ๊ณ ์น˜๊ณ  ๋‚˜์„œ ์ปดํŒŒ์ผ ๋“ฑ์˜ ๊ณผ์ • ์—†์ด๋„ ๋ฐ”๋กœ ๊ฒฐ๊ณผ ํ™•์ธ ๊ฐ€๋Šฅ
    • ๋ฒˆ์—ญ๋œ ๋จธ์‹ ์ฝ”๋“œ๋ฅผ ๊ฑด๋‚ด์ฃผ์ง€ ์•Š๊ณ  ์ฝ”๋“œ ์ž์ฒด๋ฅผ ๋ณด๋‚ด์คŒ
      • ๋ฐ›๋Š” ์‚ฌ๋žŒ ์ปดํ“จํ„ฐ์— ์ธํ„ฐํ”„๋ฆฌํ„ฐ๊ฐ€ ์„ค์น˜๋˜์–ด์•ผ ํ•จ