DEV Community

Ingi
Ingi

Posted on

I love how clean Plang is

This article explores Plang, an intent-based programming language designed to interpret natural language. For more information, visit plang.is or take your first steps

I am creating an app. It's a great way to develop the language. If it's not supported and I feel like it works, I will implement it

So I am setting up monitoring on variables in GUI. React style.

It goes like this

Start
- monitor %number1%, %number2%, call Calculate
/ more code

Calculate
- set %number1% + %number2%, as %sum%
- set #sum = %sum% / we are setting(updating) the GUI
Enter fullscreen mode Exit fullscreen mode

So in few lines you are monitoring the variables. Amazing. Plang still blows my mind.

Now I have this project, and I know I am monitoring somewhere variables, so I search for it.

And the results, 3, that is it. And it's clean

Search results for  raw `monitor` endraw

I just liked that.

Top comments (0)