AstraLingua 1.2.0

dotnet add package AstraLingua --version 1.2.0
                    
NuGet\Install-Package AstraLingua -Version 1.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AstraLingua" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AstraLingua" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="AstraLingua" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AstraLingua --version 1.2.0
                    
#r "nuget: AstraLingua, 1.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AstraLingua@1.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AstraLingua&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=AstraLingua&version=1.2.0
                    
Install as a Cake Tool

<img src="https://github.com/WaitingForNeko/AstraLingua/blob/main/Assets/Icon10X.png?raw=true" width=180>

Astra Lingua

NuGet

Astra Lingua is a universal alien language invented for Konekomi Castle, a game by studio Waiting For Neko.

Repository Contents

Overview

Astra Lingua is designed as a lingua franca for different alien species to communicate with each other. As such, there are only three sounds.

Since the word for "hello" ("⊢⊢⊩⊩⊪⊪") contains the three sounds in order, it can be used to calibrate between species.

Astra Lingua is based around balanced ternary. There are three digits:

  • (1)
  • (0)
  • (-1 / T)

Each word is encoded as an integer in balanced ternary. For example:

  • English: Hello
  • Conversion: Hello810T110 0TT⊢⊢⊩⊩⊪⊪
  • Astra Lingua: ⊢⊢⊩⊩⊪⊪

There are two additional symbols for embedding literal numbers:

  • [ (used for writing literal numbers, e.g. [⊢⊩⊪[ is 8)
  • > (used for writing literal fractions, e.g. [⊢⊩⊪>⊢⊢[ is 8/4 or 2)

The Konekomi, an alien species in the world of Konekomi Castle who helped to create Astra Lingua, have a dialect that includes feeler vibrations to indicate tone:

  • (? / uncertain / question)
  • = (. / neutral / expressionless)
  • (! / urgent / emphasis)

The number codes in Astra Lingua can technically be interpreted with any meaning, but standard meanings can be found in the Astra Lingua Dictionary. For example:

  • 2 - life (moving object)
  • 18 - me (speaker / self)
  • 149 - storm (atmospheric disturbance / hazard)

To learn more about Astra Lingua, you can read the cheat sheet or watch the video.

Examples

Some examples attempting to translate English to Astra Lingua:

"Welcome"
  • Number Codes: 8 (hello)
  • Astra Lingua: ⊢⊢⊩⊩⊪⊪
"Astra Lingua"
  • Number Codes: 713 (Astra Lingua)
  • Astra Lingua: ⊢⊢⊩⊢⊩⊪⊢⊢⊢⊩⊪⊪
"Who are you?" (Konekomi Dialect)
  • Number Codes: 19 (you) 1 (something) 22 (question) ? (uncertain) ? (uncertain)
  • Astra Lingua: ⊢⊢⊪⊪⊩⊢⊩⊪⊢⊢⊢⊪⊪⊢⊢––
"Why is the sky blue?"
  • Number Codes: 17 (confuse) 627 (daylight) 508 (blue) 22 (question)
  • Astra Lingua: ⊢⊢⊪⊪⊩⊪⊢⊢⊩⊢⊪⊪⊢⊢⊪⊩⊪⊩⊢⊢⊪⊢⊩⊢⊢⊪⊢⊩⊪⊢⊢⊢⊪⊪⊢⊢
"3.5"
  • Fraction: 7 / 2
  • Balanced Ternary Fraction: 1T1 / 1T
  • Astra Lingua: [⊢⊪⊢>⊢⊪[
"Three Point Five"
  • Number Codes: 26 (one) 28 (minus-one) 26 (one) 13 (division) 26 (one) 28 (minus-one)
  • Astra Lingua: ⊢⊢⊩⊪⊩⊪⊢⊢⊩⊪⊩⊢⊢⊢⊩⊪⊩⊪⊢⊢⊢⊩⊪⊢⊢⊢⊩⊪⊩⊪⊢⊢⊩⊪⊩⊢

License

This repository is licensed to you under the MIT license. You can use it freely, but must give attribution.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0 59 3/25/2026
1.1.0 78 3/22/2026
1.0.0 80 3/21/2026