Volt – a compiled language where every keyword is 3 characters

ialidev1 pts1 comments

⚡ Volt Language Engine

Example:

— Select —<br>Hello World<br>Loop Counter<br>Conditions (Score)<br>Math Functions<br>String Ops<br>HTTP Server<br>JSON Builder<br>Auth Token<br>Cache System<br>Logging

▶ Run<br>⟨/⟩ C++<br>⬇ app.vl<br>🚀 Deploy<br>✕ Clear

Libs:

editor — app.vl<br>1 line

Output

Generated C++

Reference

console

// ⚡ Volt Engine ready. Press ▶ Run or select an example.

transpiled C++

// C++ output will appear here after running...

keyword reference

🚀 تشغيل كودك على الجهاز

① تنزيل الملفات

— اضغط ⬇ app.vl لتنزيل كودك

— اضغط ⟨/⟩ C++ لتنزيل الكود المحوَّل

② تثبيت المتطلبات

# Android (Termux)

pkg install python clang -y

# Linux / Ubuntu

sudo apt install python3 clang -y

③ ضع الملفات في نفس المجلد

my_project/

├── volt.py ← المحرك الأصلي

└── app.vl ← كودك

④ كمبايل وشغّل

python volt.py

# يولد ملف volt_app ثم يشغله

./volt_app

💡 لو كودك فيه srv_strt(8080) — افتح المتصفح على

http://localhost:8080 بعد التشغيل

⬇ تنزيل app.vl<br>⬇ تنزيل .cpp<br>إغلاق

⚡ VOLT ENGINE<br>libs: —<br>lines: 0<br>ready

volt engine language keyword example select

Related Articles