# Programming

- [Compiler](/freshforfresh/programming/compiler.md): 1 compiler là 1 computer program thực hiện việc chuyển 1 Source từ 2-level-lang (HLL) sang machine language - Low-level-lang (LLL) mà vẫn giữ nguyên ý nghĩa của source.
- [Tại sao phải cần compiler?](/freshforfresh/programming/compiler/tai-sao-phai-can-compiler.md): Chúng ta sẽ đề cập đến chức năng của compiler để giải thích cho câu hỏi này.
- [Java Virtual Machine](/freshforfresh/programming/compiler/java-virtual-machine.md): JVM (Java Virtual Machine) là 1 máy ảo java - trình thông dịch của Java.
