Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t9air/enlang
Easy to learn coding language aimed at making programming more accessible for beginners
https://github.com/t9air/enlang
begginer-friendly programming-languages programminglanguage python-based
Last synced: 10 days ago
JSON representation
Easy to learn coding language aimed at making programming more accessible for beginners
- Host: GitHub
- URL: https://github.com/t9air/enlang
- Owner: T9Air
- License: gpl-3.0
- Created: 2024-12-15T03:41:40.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T01:00:43.000Z (14 days ago)
- Last Synced: 2024-12-26T02:17:29.319Z (14 days ago)
- Topics: begginer-friendly, programming-languages, programminglanguage, python-based
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# enlang
## Introduction
enlang is a coding language that is based on Python. It provides a simple and readable syntax aimed at making programming more accessible for begginers.
## Installation
To install enlang, clone the repository:
```bash
git clone https://github.com/T9Air/enlang.git
```## Getting Started
To run an enlang program:
```bash
python main.py your_program.enl
```For syntax details, please refer to [syntax.md](syntax.md).