https://github.com/drift-language/drift
The Drift programming language.
https://github.com/drift-language/drift
java jvm kotlin language programming-language
Last synced: 21 days ago
JSON representation
The Drift programming language.
- Host: GitHub
- URL: https://github.com/drift-language/drift
- Owner: drift-language
- Created: 2025-07-10T21:19:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T01:22:57.000Z (5 months ago)
- Last Synced: 2025-08-21T03:37:01.176Z (5 months ago)
- Topics: java, jvm, kotlin, language, programming-language
- Language: Kotlin
- Homepage: http://drift.belic.fr
- Size: 264 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Drift Language
_Drift is an experimental language, designed and developed by
[**belicfr**](https://github.com/belicfr).
It is a concise language inspired by **Kotlin**, **Swift**, **C#** and **TypeScript**.
It is designed to offer a modern, lightweight, but customizable, syntax._
This repository is composed of three modules:
- [**Drift Core**](https://github.com/drift-language/drift/tree/main/drift-core):
The core of the language, with all internal systems, the lexer, the parser and the runtime.
- [**Drift Common**](https://github.com/drift-language/drift/tree/main/drift-common):
A bridge module which permits sharing Drift generic information to both other modules.
- [**Drift CLI**](https://github.com/drift-language/drift/tree/main/drift-cli):
A basic CLI with two modes: **Drift CLI** and **Drift Debugger**. It is designed and coded to
be easily understandable and ergonomic.
## 🔗 Useful Links
- [**Official Documentation Website**](https://drift.belic.fr)
---
- [**GitHub Official Repository**](https://github.com/drift-language/drift)
- [**GitHub Board**](https://github.com/orgs/drift-language/projects/1)
## ⚖️ Rights
The Drift language repository is an open-source project using the **_Apache 2.0 License_**.
Please read entirely the ``LICENSE.MD`` in the root of any branch.