# glot **Repository Path**: mirrors/glot ## Basic Information - **Project Name**: glot - **Description**: glot 是可以可以在线运行各种编程语言代码片段的平台,包含如下组件: glot-www - glot.io website glot-snippets - snippets ap - **Primary Language**: Erlang - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/glot - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-27 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # glot an open source code playground. ### Components | Name | Description |:--------------------------------------------------------------|:----------------------------------------| | [glot-app](https://github.com/glotcode/glot-app) | glot.io website | | [glot-languages](https://github.com/glotcode/glot-languages) | Language definitions and docker images | | [docker-run](https://github.com/glotcode/docker-run) | Code runner api | | [code-runner](https://github.com/glotcode/code-runner) | Code runner | ### Overview ``` glot.io ┌──────────────────┐ │ glot-app │ └──────────────────┘ │ │ ▼ ┌──────────────────┐ │ docker-run │ └──────────────────┘ │ │ ▼ ┌─────────────────────────┐ │ docker │ │ ┌───────────────────┐ │ │ │ glot-images │ │ │ │ ┌─────────────┐ │ │ │ │ │ code-runner │ │ │ │ │ └─────────────┘ │ │ │ └───────────────────┘ │ └─────────────────────────┘ ```