Discover and explore top open-source AI tools and projects—updated daily.
GPT-4-implemented programming language for ease of use and readability
Top 80.8% on SourcePulse
This repository presents GPTLang, an experimental, high-level, interpreted programming language designed for ease of use and readability, intended for both beginners and experienced programmers. It aims to explore the creation of a programming language using GPT-4, offering a simple syntax, diverse data types, and built-in functions.
How It Works
GPTLang is conceptualized and defined through natural language prompts, with the intention of being interpreted by GPT-4. The project includes a Python implementation (gptlang.py
) that is still under development. The language features include variable declarations (VAR
), functions (FUNC
), conditional logic (IF
/ELSE
), loops (LOOP
), arrays, user-defined types (TYPE
), and basic I/O (PT()
, LEN()
).
Quick Start & Requirements
gptlang.py
) is available but marked as "WIP" (Work In Progress).Highlighted Details
VAR message:str
), array indexing, and user-defined types.TRY
/EXCEPT
.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 years ago
Inactive