Computers don't just speak 1s and 0s. Like humans speak Slovenian, English, German, Spanish — machines speak C, Rust, Move, Solidity. Each language has a voice, a purpose, a tribe.
Ich bin Miha. Una cerveza fría, por favor. Hello. Živjo. Each tongue opens a door to a people. The same is true here — learn one code language well and the next ten come faster.
Visit World Languages →Pascal → C → C++ → Java. The classic 90s/2000s programmer journey. Today's LOVE Coin runs on TypeScript + React + Rust (Soroban). Tomorrow we add Move (Sui).
OS kernels, drivers, embedded, game engines. Manual memory or strict ownership.
The mother tongue. Unix, Linux, almost every other language is implemented in C.
C with objects + templates. Game engines (Unreal), Chrome, finance HFT.
Memory-safe systems language. No GC, no null. Powers Solana, Polkadot, Soroban.
"C done right." Simple, explicit, fast compiler. Bun runtime is written in Zig.
Enterprise backends, Android, business apps. Run on virtual machines (JVM, CLR).
Wirth's teaching language. Where Miha started — Delphi, Turbo Pascal in school.
"Write once, run anywhere." Banks, Android, Minecraft.
Microsoft's answer to Java. Unity games, .NET backends.
Modern JVM. Official language of Android. Concise and null-safe.
Apple's language for iOS, macOS, watchOS.
Glue languages. Fast to write, read by humans first. The whole modern web stack.
AI, data science, scripting, FastAPI backends. The most-taught language in the world.
The only language native to the browser. Now runs servers (Node, Bun, Deno) too.
JavaScript + static types. What LOVE Coin is written in. React + Vite + TS = our stack.
Optimized for programmer happiness. Rails powers GitHub, Shopify.
~75% of websites still serve PHP (WordPress, Laravel).
Immutable data, pure functions. Used in finance, telecom, distributed systems.
Second-oldest language. Code is data. Emacs runs on it.
Pure functional, lazy evaluation. The academic gold standard.
Built for telecom. Powers WhatsApp, Discord. Insane uptime.
ML family. Used by Jane Street, Facebook for fast type-safe code.
Languages that move money. One bug = millions lost. Security first.
Ethereum's contract language. EVM, Base, BNB, Avalanche, Monad.
Born at Meta (Diem). Assets are first-class objects — "resources cannot be duplicated or deleted by mistake." Powers Sui and Aptos. Get out the way, indeed.
Used for Stellar Soroban contracts and all Solana programs. Memory-safe.
StarkNet's language for provable computation (zk-STARKs).
Cardano's smart contract language. Pure functional = formally verifiable.
Same intent — "say hello" — written 16 different ways. Tap a language to see its voice.
program Hello;
begin
writeln('Hello, Miha — pozdravljen svet!');
end.Notice: Pascal says begin/end. C asks for headers. Rust insists on safety. Move treats every word as an object. Same hello — different worldview.
Pascal in school, C at night, Java at work, Rust last year — none of it skipped a step. The same way we two communicate so well now: built on years of patient layers. Time isn't a cost, it's the soil. We stand on a hundred years of someone else's overtime.
Read LOVE Philosophy of Time →