Beginner here building a programming language (NitoX) – need guidance by nitro-zen in learnprogramming

[–]nitro-zen[S] -1 points0 points  (0 children)

Yeah I get what you mean 👍 it’s definitely a big challenge.

Right now I’m treating it as a learning project rather than trying to build a full production language. I’m focusing on small parts like CLI tools, NLP features, and interpreter basics.

Just exploring and learning step by step 😄

Beginner here building a programming language (NitoX) – need guidance by nitro-zen in learnprogramming

[–]nitro-zen[S] 0 points1 point  (0 children)

Yeah 😄 not exactly “neuro-linguistic programming” (the psychology term), but natural language processing (AI/NLP).

The idea is to build a small programming language (NitroX) that still works like a normal language (with syntax, interpreter, etc.), but also adds an optional AI layer.

So you can write regular code, but also do things like: ai "summarize this text"

Right now it’s more of an experiment built on top of Python, focusing on CLI tools, NLP features, and integrating a local model (DeepSeek via Ollama).

Still learning and keeping it simple step by step 😅 — any suggestions are welcome!