Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>programming languages</title>
<link rel="stylesheet" href="programmertalen.css">
<link rel="shortcut icon" type="image/x-icon" href="images/TechnoWire_.ico" />
</head>
<body>
<div class="header" style="max-width: 100%;">
<a href="index.html">
<div> <img class="pic" src="images\TechnoWire_logo.png">
</a>
</div>
</div>
<div>
<h1 class="program_info">languages history</h1>
</div>
<p class="program-info">The history of programming languages is an interesting journey that spans years.
It's a story about Improvement, collaboration and the ongoing quest to make<br> computing more accessible and
simpler.
Here is a brief timeline of the major Highlights in the History of Programming Languages</p>
<div id="sidebar">
<div class="nav-bar">
<li><a href="Hall of fame.html">
<p class="navbar-1">Hall of Fame</p>
</a></li>
<li><a href="Silicon valley.html">
<p class="navbar-2">Silicon valley</p>
</a></li>
<li><a href="programmeertalen.html">
<p class="navbar-3">Program languages</p>
</a></li>
</div>
</div>
<div class="hamburger">☰</div>
<div class="mobile-menu" id="mobileMenu">
<a href="index.html">Home</a>
<a href="Hall of fame.html">Hall of Fame</a>
<a href="Silicon valley.html">Silicon valley</a>
<a href="programmeertalen.html">Program languages</a>
</div>
<script>
document.querySelector('.hamburger').addEventListener('click', function() {
const mobileMenu = document.getElementById('mobileMenu');
if (mobileMenu.style.display === 'block') {
mobileMenu.style.display = 'none';
} else {
mobileMenu.style.display = 'block';
}
});
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&display=swap');
</style>
<section class="design-section">
<div class="timeline">
<div class="timeline-empty">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class="timeline-component timeline-content">
<h3>1940</h3>
<p>Name: Assembly Language<br>
Maker: john backus<br><br>
Assembly language is the world's first programming language.
a low-level programming language that has limited connections to the
architecture of a computer's central processing unit.</p>
<img class="asm-pic" src="images\Assembly Language.png">
</div>
<div class="timeline-component timeline-content">
<h3>1957</h3>
<p>
Name: fortran<br>
Maker: john backus<br><br>
Fortran is one of the oldest programming languages still in use
Fortran focuses on performing calculations with speed and accuracy.
</p>
<img class="fort-pic" src="images/Fortran-logo.jpg">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class="timeline-empty">
</div>
<div class="timeline-empty">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class=" timeline-component timeline-content">
<h3>1959</h3>
<p>Name: cobol<br>
Maker: grace hopper<br><br>
Cobol is a programming language from the 1960s that is mainly used in business
environments. Cobol is easier to use and can be used on multiple types of computers.</p>
<img class="cobal-pic" src="images/COBOL.png">
</div>
<div class=" timeline-component timeline-content">
<h3>1958</h3>
<p>Name: Lisp<br>
Maker: John McCarthy<br><br>
Lisp is Known for symbolic processing and AI applications and it is still in common use.</p>
<img class="lisp-pic" src="images/Lisp.png">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class="timeline-empty">
</div>
<div class="timeline-empty">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class=" timeline-component timeline-content">
<h3>1969</h3>
<p>Name: C<br>
Makers: Dennis Ritchie and Bell Labs<br><br>
C is now today very relative a lot of applications including Microsoft Windows, run on C.</p>
<img class="c-pic" src="images/C logo.png">
</div>
<div class=" timeline-component timeline-content">
<h3>1972</h3>
<p>Name: C++<br>
Maker: Bjarne Stroustrup<br><br>
C++ is a widely-used, multi-paradigm programming language that builds upon the
foundations of the C programming language. and it has since become one of the most popular and
programming.</p>
<img class="c-picutre" src="images/c-plus-plus-logo.png">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class="timeline-empty">
</div>
<div class="timeline-empty">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class=" timeline-component timeline-content">
<h3>1991</h3>
<p>Name: python<br>
Maker: Guido van Rossum<br><br>
Python is a very popular and widely used programming language known for its
simplicity, readability and versatility.</p>
<img class="python-pic" src="images/phyton.png">
</div>
<div class=" timeline-component timeline-content">
<h3>1995</h3>
<p>Name: Java<br>
Maker: James Gosling<br><br>
Java originated in the early 1990s in a small Sun Microsystems company led by James Gosling.
That company's mission was: "make something cool". In the early years, the company focused
on software for set-top boxes.</p>
<img class="java-pic" src="images/Java.jpg">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class="timeline-empty">
</div>
<div class="timeline-empty">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class=" timeline-component timeline-content">
<h3>1995</h3>
<p>Name: JavaScript<br>
Maker: Brendan Eich<br><br>
When JavaScript was developed, Netscape was the web browser used by almost everyone.
It was not yet possible to include code in a web page that is executed by the browser.
This so-called client-side scripting offers a lot of extra possibilities, so there was a great need
for it.</p>
<img class="js-pic" src="images/javascript-logo.png">
</div>
<div class=" timeline-component timeline-content">
<h3>1995</h3>
<p>Name: Ruby<br>
Maker: Yukihiro Matsumoto<br><br>
Ruby is a dynamic, object-oriented programming language
known for its style and ease of use.</p>
<img class="ruby-pic" src="images/Ruby.png">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class="timeline-empty">
</div>
<div class="timeline-empty">
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class=" timeline-component timeline-content">
<h3>2014</h3>
<p>Name: Swift<br>
Maker: Chris Lattner<br><br>
Swift is specially maked for apple swift is Designed for iOS,
macOS, watchOS,tvOS and app development.</p>
<img class="swift-pic" src="images/swift.png">
</section>
<a href="index.html">
<p class="back-button" style="max-width: 170px;">Go back</p>
</a>
</body>
</html>