mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
13 lines
273 B
Markdown
13 lines
273 B
Markdown
---
|
|
title: "interpreter"
|
|
aliases: Interpreter
|
|
tags:
|
|
- cosc202
|
|
---
|
|
|
|
# What are they/what do they do
|
|
- "Interactive" tool to run *high level interpreted* languages.
|
|
- pythonm ruby, shell, R, js, PHP
|
|
- The interpreter program runs on CPU and executes program line by ine
|
|
|