Info-Tech

Ć Programming Language

Ć is a programming language that will doubtless be translated automatically to
C, C++, C#, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.
As an different of writing code in all these languages, you are going to be in a neighborhood to jot down it as soon as in Ć:

public class HelloCi
{
    public static string GetMessage()
    {
        return "Hiya, world!";
    }
}

Then translate into target languages the usage of cito on the bid line:

cito -o hi there.c hi there.ci
cito -o hi there.cpp hi there.ci
cito -o hi there.cs hi there.ci
cito -o HelloCi.java hi there.ci # Java enforces filenames for public lessons
cito -o hi there.js hi there.ci
cito -o hi there.py hi there.ci
cito -o hi there.swift hi there.ci
cito -o hi there.ts hi there.ci
cito -o hi there.d.ts hi there.ci # TypeScript declarations handiest
cito -o hi there.cl hi there.ci

The translated code is gentle-weight (no digital machine, emulation nor
dependencies), human-readable and suits successfully the target language,
including naming conventions and documentation feedback.

Ć is not a classic-reason programming language.
As an different, it’s supposed for enforcing transportable reusable libraries.
Glimpse your total language reference.

For invent directions, glimpse the INSTALL file.

Content Protection by DMCA.com

Back to top button