You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>Clean Syntax • Strong Type System • Rich Standard Library • C-Based Runtime</strong>
18
-
>>>>>>> feature/opcode-tests
19
16
</p>
20
17
21
18
[Quick Start](#-quick-start) •
@@ -30,7 +27,7 @@
30
27
31
28
## 📖 About ProXPL
32
29
33
-
**ProXPL** is a modernprogramming language designed to bridge the gap between the simplicity of interpreted languages like Python and the performance of C-based runtimes. It is built for a wide range of applications, from educational compiler theory to efficient system tooling.
30
+
**ProXPL**- ProX Programming Language is a modern, Indian-origin programming language designed for speed, simplicity, and professional-grade development. It combines Python-like readability with C-level performance, focusing on clean syntax, scalable systems, and a growing native ecosystem.
34
31
35
32
### The Philosophy
36
33
***Clarity First**: Familiar curly-brace syntax (similar to JavaScript/Go) ensures a low learning curve.
@@ -40,7 +37,6 @@
40
37
41
38
---
42
39
43
-
<<<<<<< HEAD
44
40
## What is ProXPL?
45
41
46
42
**ProXPL** is a modern, general-purpose programming language designed for **clarity, performance, and long-term maintainability**.
@@ -82,8 +78,6 @@ ProXPL bridges the gap between **simplicity** (Python-like syntax) and **perform
82
78
-**Rich Standard Library**: 75+ built-in functions for common tasks
83
79
-**Modular Architecture**: Clear separation of lexer, parser, compiler, and VM
84
80
85
-
=======
86
-
>>>>>>> feature/opcode-tests
87
81
## 🚀 Key Features
88
82
89
83
| Feature | Description |
@@ -124,7 +118,6 @@ main();
124
118
prox hello.prox
125
119
```
126
120
127
-
<<<<<<< HEAD
128
121
### 3. Build It (Coming Soon)
129
122
ProXPL supports compiling to bytecode.
130
123
=======
@@ -135,7 +128,6 @@ Enter your name: Alice
135
128
Hello, Alice!
136
129
Your lucky number is: 42
137
130
```
138
-
>>>>>>> feature/opcode-tests
139
131
140
132
---
141
133
@@ -311,4 +303,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
0 commit comments