- Регистрация
- 1 Мар 2015
- Сообщения
- 1,481
- Баллы
- 155
Take this as GIFT :
Imagine programming languages were Pokémon. Yep, weird little creatures you catch, train, and sometimes abandon when a cooler one shows up.
Let’s dive into this world where Python is Pikachu, and languages like COBOL are the forgotten fossils you find in a cave somewhere.
1. Python: The Friendly Starter Pokémon
Python is that helpful friend who never yells at you for making mistakes. It reads like English, and it's the reason so many kids and beginners get hooked on coding. It’s used everywhere—from automating your boring tasks to building websites and even controlling robots.
print("Hello, world!") # Python being friendly
No weird symbols, no dragons to slay. It just works.
2. C: The Battle-Hardened Veteran
C is that wise, old warrior with a thousand scars. It doesn’t smile. It doesn’t hold your hand. But if you want to understand how computers really work, you go to C.
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
Look at that! So many lines just to say “hello.” But every line teaches you something. Memory, pointers, performance—you name it.
JavaScript is like that one Pokémon that evolves in strange ways and suddenly takes over the entire gym. It started off controlling web pages, but now it runs servers, builds apps, and even controls coffee machines.
console.log("Hello from JavaScript!");
It's also very weird sometimes. Like, talking-to-yourself-in-the-mirror weird. But that’s what makes it fun.
Rust is like the overachiever who gets straight A’s and runs a startup on weekends. It’s fast, safe, and super strict about rules.
fn main() {
println!("Hello from Rust!");
}
Rust won’t let you write messy code. It’ll correct you before you make mistakes. That’s annoying… until you realize it’s saving your butt.
, that's a real name. It’s a language made to be as hard to read and write as possible. It’s the troll of the language world.
+++++ +++++ [> +++++ ++> +++++ +++> +++> +<<<< -] >++. >+. +++++ ++..+++. >++. <<++++ +++++ +++++ .>. +++. ----.
That prints “Hello World.” Yep. That’s what pain looks like in code form.
Every programming language is like a creature with its own powers, weaknesses, and style. Some are friendly. Some are tough. Some are just plain weird. But learning a mix of them gives you superpowers—just like a well-rounded Pokémon team.
So don't be afraid to catch a few odd ones, train with the tough ones, and most of all—have fun while coding.
? 10 Awesome Courses You’ll Actually Enjoy
If you're the kind of person who likes peeling back the layers of computing, tech history, and programming weirdness—these curated learning kits will absolutely fuel your curiosity.
Each is a self-contained, text-based course you can read, study, or even remix into your own learning journey:
? Each one is packed with insights, stories, and lessons—great for developers, tech writers, and anyone fascinated by the hidden history and culture of tech.
? Featured Learning Kit
Here’s one course you shouldn’t miss:
You know Windows. You know Linux. Now meet the OSes they don’t want you to touch.Most people only ever interact with a sanitized surface. But behind the curtain lives a wild ecosystem of forgotten, forbidden, and experimental operating systems—built by rebels, tinkerers, and visionaries.Explore: Mythical and misunderstood: TempleOS, SerenityOS, Plan 9, BeOS, AmigaOS, SkyOS. Security-first outliers: Qubes OS, Genode, Redox, SeL4, Singularity, Barrelfish. Retro-futurist visions: NeXTSTEP, MINIX, Haiku, DR-DOS, CP/M, GEOS, MorphOS. Research lab relics: Multics, TENEX, Mach, Fuchsia, Exokernel, Amoeba, Spring. Stripped-down madness: MenuetOS, KolibriOS, Inferno, Phantom OS, A2, ToaruOS. Embedded + real-time beasts: FreeRTOS, ChibiOS, Contiki, TinyOS, HelenOS. These aren’t just alt-OSes. They’re alt-realities.If you’ve ever wondered what computing could look like if it weren’t monopolized—this is your underground tour.
snappytuts.gumroad.com
- And this :
Just it, Enjoy the below article....Learn the programming secrets they don’t teach you in school. Master these techniques, and you’ll be ahead of the pack in no time.
Imagine programming languages were Pokémon. Yep, weird little creatures you catch, train, and sometimes abandon when a cooler one shows up.
Let’s dive into this world where Python is Pikachu, and languages like COBOL are the forgotten fossils you find in a cave somewhere.
1. Python: The Friendly Starter Pokémon
Python is that helpful friend who never yells at you for making mistakes. It reads like English, and it's the reason so many kids and beginners get hooked on coding. It’s used everywhere—from automating your boring tasks to building websites and even controlling robots.
print("Hello, world!") # Python being friendly
No weird symbols, no dragons to slay. It just works.
2. C: The Battle-Hardened Veteran
C is that wise, old warrior with a thousand scars. It doesn’t smile. It doesn’t hold your hand. But if you want to understand how computers really work, you go to C.
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
Look at that! So many lines just to say “hello.” But every line teaches you something. Memory, pointers, performance—you name it.
3. JavaScript: The Wildcard With SuperpowersBonus Fact: Many Lost Programming Languages That Built the Internet were C’s cousins. Curious? Check this out:
JavaScript is like that one Pokémon that evolves in strange ways and suddenly takes over the entire gym. It started off controlling web pages, but now it runs servers, builds apps, and even controls coffee machines.
console.log("Hello from JavaScript!");
It's also very weird sometimes. Like, talking-to-yourself-in-the-mirror weird. But that’s what makes it fun.
4. Rust: The New Kid That’s Smarter Than EveryoneSpeaking of weird, ever heard of The Weirdest Programming Languages Ever Invented? Some make JavaScript look normal. Take a peek:
Rust is like the overachiever who gets straight A’s and runs a startup on weekends. It’s fast, safe, and super strict about rules.
fn main() {
println!("Hello from Rust!");
}
Rust won’t let you write messy code. It’ll correct you before you make mistakes. That’s annoying… until you realize it’s saving your butt.
5. Brainfuck: The Language That Hates YouSad truth: Some Programming Languages That Should Have Won (But Didn’t) were just as smart—but no one gave them a chance. Their stories are worth a read:
, that's a real name. It’s a language made to be as hard to read and write as possible. It’s the troll of the language world.+++++ +++++ [> +++++ ++> +++++ +++> +++> +<<<< -] >++. >+. +++++ ++..+++. >++. <<++++ +++++ +++++ .>. +++. ----.
That prints “Hello World.” Yep. That’s what pain looks like in code form.
Final Thoughts: Gotta Learn 'Em All?Some languages and techniques are so strange, they’re practically forbidden. Want to see how deep the rabbit hole goes? Read:
Every programming language is like a creature with its own powers, weaknesses, and style. Some are friendly. Some are tough. Some are just plain weird. But learning a mix of them gives you superpowers—just like a well-rounded Pokémon team.
So don't be afraid to catch a few odd ones, train with the tough ones, and most of all—have fun while coding.
? 10 Awesome Courses You’ll Actually Enjoy
If you're the kind of person who likes peeling back the layers of computing, tech history, and programming weirdness—these curated learning kits will absolutely fuel your curiosity.
Each is a self-contained, text-based course you can read, study, or even remix into your own learning journey:
- ?
- ?️
- ?
- ?️
- ?
- ?
- ?
- ?
- ?
? Each one is packed with insights, stories, and lessons—great for developers, tech writers, and anyone fascinated by the hidden history and culture of tech.
? Featured Learning Kit
Here’s one course you shouldn’t miss:
You know Windows. You know Linux. Now meet the OSes they don’t want you to touch.Most people only ever interact with a sanitized surface. But behind the curtain lives a wild ecosystem of forgotten, forbidden, and experimental operating systems—built by rebels, tinkerers, and visionaries.Explore: Mythical and misunderstood: TempleOS, SerenityOS, Plan 9, BeOS, AmigaOS, SkyOS. Security-first outliers: Qubes OS, Genode, Redox, SeL4, Singularity, Barrelfish. Retro-futurist visions: NeXTSTEP, MINIX, Haiku, DR-DOS, CP/M, GEOS, MorphOS. Research lab relics: Multics, TENEX, Mach, Fuchsia, Exokernel, Amoeba, Spring. Stripped-down madness: MenuetOS, KolibriOS, Inferno, Phantom OS, A2, ToaruOS. Embedded + real-time beasts: FreeRTOS, ChibiOS, Contiki, TinyOS, HelenOS. These aren’t just alt-OSes. They’re alt-realities.If you’ve ever wondered what computing could look like if it weren’t monopolized—this is your underground tour.