Wednesday, December 25, 2019

kuna-0.0.0 has been published!

The language kuna-0.0.0 has been published! It can be downloaded from https://www.perkun.org/Download. Take a look at the examples folder, it contains some working examples. I will spend some time on documenting it.

Thursday, December 19, 2019

kuna - a new language

I have a new language. Its name is "kuna". It is not published yet. It resembles perkun, but does not keep all its model in memory. Instead it calculates the model value from certain rules whenever it is necessary. It is therefore a little stronger than perkun. It allows more input and hidden variables.

In order to create kuna I used some of the perkun code. Especially the parser and the optimization algorithm are taken almost directly from perkun. The syntax is similar. Kuna comes as a library, just like perkun, so it is possible to use it in your own C++ programs.

A kuna program consists of three sections - values, variables and knowledge (describing both the payoff and model).

Tuesday, December 3, 2019

www.perkun.org

I have created a website dedicated for perkun, wlodkowic, zubr and perkun2. It is www.perkun.org.