DEV Community

Codemaster_121482
Codemaster_121482

Posted on

New programming language

🚀 Meet SphereLang: The No-Stress Language for Full-Stack Devs

Yo Dev Community! I’ve been grinding on a passion project for a while now, and I’m hyped to finally share it with you all. Meet SphereLang.

💡 Why SphereLang?

We’ve all been there—juggling complex syntax and switching mental gears between frontend and backend. I wanted to build something that felt as natural as typing in a terminal but powerful enough to build real apps. SphereLang is designed to strip away the "analysis paralysis" and let you just code.

🔥 Key Features

  • Terminal-Style Simplicity: If you know how to use a shell, you already know how to code in SphereLang. It’s built to be ultra-beginner friendly.
  • Unified Code Base: Stop context-switching. Write your logic for both the frontend and backend using the exact same language.
  • The Power of NanoScript: SphereLang is natively integrated with NanoScript. Think of it as a bridge that takes the state management of modern frameworks and mixes it with the straightforward DOM manipulation of the classic libraries we love.

🛠 See It In Action

The syntax is clean, predictable, and stays out of your way.

// Simple variable math and logging
set x = 20 - 10;
log "The value of X is", x;

// Pro tip: Every statement needs that little semicolon! ;
Enter fullscreen mode Exit fullscreen mode

🌟 Support the journey

This is just the beginning. If you’re into custom languages or just want to see how deep the rabbit hole goes, I’d love for you to check out the repo.

Drop a star on GitHub if you dig the vibe: https://github.com/Hfs2024/SphereLang

Thanks for reading!

Top comments (0)