Programming/기초

[프로그래밍] 인터프리터란? (interpreter)

MOONCO 2022. 7. 2. 17:20

인터프리터란?

프로그래밍 언어를 바로바로 실행할 수 있는 환경

 

인터프리터들

  • jupyter notebook - python 실행 환경
  • jre - java 실행 환경

 

반응형