.KGL 파일 확장자
Kagsa Library
| 개발사 | Kagsa |
| 인기도 |
4.0 | 4 투표 |
KGL 파일이란 무엇인가요?
A KGL file is a library used by the Kagsa programming language. It contains one or more common functions developers can call while writing Kagsa source code files (.KG files). KGL files are renamed .ZIP archives that contain .PY files.
추가 정보
Kagsa is an interpreted programming language written in Python. Developers can use Kagsa and its compiler to write and execute simple programs.
Developers creating Kagsa programs can compile one or more functions into a Kagsa library. These libraries are saved as KGL archives. Each KGL file always contains the following files:
- main.py
- __memory__.py
KGL 파일을 여는 방법
You can open a KGL file with any common archive utility. Before doing so, you may have to rename the file's extension to .zip.