Catgalian: Programming C in Latgalian 🐱🇱🇻

Catgalian (C plus Latgalian) is an esolang/joke programming language inspired by the Latgalian dialect based on Mini-C. It is not meant to be taken seriously, so have fun.

funkceja pārbaudīt(x){ ja(x > 0){ drukāt("Pozitīvs skaitlis"); } cytaiz { drukāt("Negatīvs skaitlis"); } } // cypars x = laseit() cypars x = 10 pārbaudīt(x);

Output:


        

Disclaimer 1: I don't speak Latgalian at all, so feel free to make corrections. Also, feel free to contribute to the code or language.

Disclaimer 2:This is a silly "compiler" that transforms the catgalian input into JavaScript and runs eval() to display the output on the website. It took around 30 minutes to make, so it is not intended to be serious. However, I do plan to expand Catgalian as a fully functional language in the near future!

>>> Keywords <<<

Control Structures

Functions

Data Types

Input/Output

Operators