PLang - new type of programming language - using GPT-4

Hi all

I have create a new type of programming language that I call PLang, you can find how to download and get started here v0.1 is out · PLangHQ · Discussion #25 · GitHub

It gives you some very nice benefits, simplifies coding for your, no more syntax errors, makes life easier in implementing and solving business cases.

Here is a simple example of an app that reads csv, ask llm to analyze and writes down results

ProcessCSV

  • read data.csv into %data%
  • [llm] system: Analyse the data from user. The data is from a weather station
    user: %data%
    write to %dataAnalyzed%
  • save %dataAnalyzed% to report.txt

It uses GPT4 underneath to build, it takes you intent and converts an executable code. It is a proper programming language, not GPT4 generating code for your.

Hope you check it out, I know you will enjoy it. There are some other lovely discoveries, the deeper you dig :slight_smile:

Ingi

Cool stuff!

Is the generated code guaranteed to be syntactically consistent?

Yes it is.

I have also gotten the question, since it´s chatgpt, will the code change. The answer is no, you build the code, after that it will always stay the same