Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).