# 🏛️ The Web Boom & Dynamic Runtimes (1990s)

The 1990s brought the rise of the World Wide Web and a new emphasis on developer productivity, portability, and interactive software. These languages helped turn the internet from a document network into a platform for applications, services, and modern user experiences.

## 🚪 Walk the Booths

- [🐍 Python Booth](Python%20Booth.md) — An elegant language that became central to scripting, automation, and modern data science.
- [☕ Java Booth](Java%20Booth.md) — A cross-platform enterprise champion built around the JVM.
- [🌐 JavaScript Booth](JavaScript%20Booth.md) — The browser scripting language that became ubiquitous on the web.
- [💎 Ruby Booth](Ruby%20Booth.md) — A highly expressive language that helped define the culture of rapid web development.

## 🔍 Era Comparison Map

| Feature | Python (1991) | Java (1995) | JavaScript (1995) | Ruby (1995) |
| :---- | :---- | :---- | :---- | :---- |
| Primary paradigm | Multi-paradigm, object-oriented, imperative | Class-based, object-oriented, structured | Event-driven, prototype-based OOP, functional | Pure object-oriented, dynamic, scripting |
| Type system | Dynamic, strong | Static, strong, safe | Dynamic, weak | Dynamic, strong |
| Runtime model | Bytecode interpreter (CPython) | Virtual machine (JVM) | Just-in-time compiled engines | Bytecode interpreter (YARV) |
| Key legacy | Data science, AI, scripting, backends | Enterprise backend systems, Android | Front-end web development, Node.js | Ruby on Rails, rapid prototyping |

Step back into the [🏛️ Multi-Paradigm Dawn (1980s)](../The%20Multi-Paradigm%20Dawn%20%281980s%29/README.md) or continue to the [🚀 Modern Era (2010s - Present)](../The%20Modern%20Era%20%282010s%20-%20Present%29/README.md).