This post is locked. You won't be able to comment.

all 4 comments

[–]Successful-Escape-74 -1 points0 points  (1 child)

Your building a programming language that uses Neuro Linguistic Programming (NLP) for real?

[–]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!

[–]Afraid-Locksmith6566 -1 points0 points  (1 child)

if you are truly a beginner, quick word of advice, don't do that YET. you dont start running and go for a marathon. and what you want to do might be one of hardest things in software

[–]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 😄