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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.cdnfonts.com/css/agency-fb" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script src="js/main.js" defer></script>
<title>Programming Languages</title>
</head>
<body>
<main id="home">
<header class="header">
<a style="border: none;" href="index.html"><img class="logo" src="img/TechnoWire_logo.png" alt="Logo van het Technowire project."></a> <button class="hamburger" id="js--hamburger">
<i class="fa fa-bars"></i>
</button>
</header>
<div class="nav-container">
<ul class="navbar" id="js--navbar">
<a href="index.html">
<li class="nav-item">Home</li>
</a>
<a href="geschiedenis.html">
<li class="nav-item">Silicon Valley</li>
</a>
<a href="icthof.html">
<li class="nav-item">ICT Hall Of Fame</li>
</a>
<a href="programmeertaal.html">
<li class="nav-item">Programming Languages</li>
</a>
</ul>
</div>
<section class="geschiedenis">
<h1>Programming Languages</h1>
<p>Programming Languages 0 - Now</p>
<ul class="tijdlijn">
<li class="item">
<div class="item-info">
<h1>Machinecode</h1>
<img src="img/machine.png" alt=""></img>
<h3>Year: 1940-1950</h3>
<h3>Developer: N/A</h3>
</div>
<p>
Machine code represents the very first programming language ever created. It consists of binary
instructions understood by computers without any intermediate translation. Each command
corresponds to a specific operation on the hardware, making it the most primitive form of
programming.
</p>
</li>
<li class="item">
<h1>Assembley Language</h1>
<img src="img/assembly.png" alt=""></img>
<h3>Year: 1950</h3>
<h3>Developer: Various</h3>
<p>
Assembly Language is a low-level language that directly communicates with computer hardware. It
uses symbolic representations of machine code instructions, making it easier for programmers to
understand and communicate with the hardware. This language is often used for programming on a
specific architecture.
</p>
</li>
<li class="item">
<h1>Fortran</h1>
<img src="img/fortran.png" alt=""></img>
<h3>Year: 1957</h3>
<h3>Developer: John Backus</h3>
<p>
Fortran, short for "Formula Translation," was the first higher-level programming language ever
developed. It was specifically designed for scientific and technical computations and introduced
concepts such as arrays and loops, making complex calculations easier to perform.
</p>
</li>
<li class="item">
<h1>Lisp</h1>
<img src="img/lisp.png" alt=""></img>
<h3>Year: 1958</h3>
<h3>Developer: John McCarthy</h3>
<p>
Lisp is known for its focus on symbolic processing and early development in artificial
intelligence (AI). It supports recursion and has powerful list processing capabilities, making
it well-suited for symbolic manipulation and the creation of AI algorithms.
</p>
</li>
<li class="item">
<h1>COBOL</h1>
<img src="img/cobol.png" alt=""></img>
<h3>Year: 1959</h3>
<h3>Developers: Grace Hopper, ANSI</h3>
<p>
COBOL, which stands for "Common Business-Oriented Language," was designed for business
applications. It is still in use in financial systems and other business-critical software due
to its emphasis on readability and comprehensibility.
</p>
</li>
<li class="item">
<h1>BASIC</h1>
<img src="img/basic.jpg" alt=""></img>
<h3>Year: 1964</h3>
<h3>Developers: John G. Kemeny, Thomas E. Kurtz</h3>
<p>
BASIC, an acronym for "Beginner's All-purpose Symbolic Instruction Code," was created to make
programming accessible to beginners. It has a simple syntax and is often used in education and
for creating simple programs.
</p>
</li>
<li class="item">
<h1>C</h1>
<img src="img/c.png" alt=""></img>
<h3>Year: 1972</h3>
<h3>Developer: Dennis Ritchie</h3>
<p>
C has been influential in system software development due to its efficiency and portability. It
provides a powerful set of features and is often used for writing operating systems and embedded
software.
</p>
</li>
<li class="item">
<h1>C++</h1>
<img src="img/c++.png" alt=""></img>
<h3>Year: 1983</h3>
<h3>Developer: Bjarne Stroustrup</h3>
<p>
C++ is an extension of C with object-oriented capabilities. This allows programmers to build
complex software using objects and classes, and it is popular in game development and system
software.
</p>
</li>
<li class="item">
<h1>Java</h1>
<img src="img/java.png" alt=""></img>
<h3>Year: 1995</h3>
<h3>Developer: James Gosling, Sun Microsystems</h3>
<p>
Java was designed for platform-independent development, allowing the same code to run on
different operating systems. It is often used for web and mobile applications.
</p>
</li>
<li class="item">
<h1>JavaScript</h1>
<img src="img/javascript.png" alt=""></img>
<h3>Year: 1995</h3>
<h3>Developer: Netscape Communications Corporation</h3>
<p>
JavaScript is the standard language for web development, allowing developers to create
interactive web pages. It runs in the browser and provides dynamic functionality.
</p>
</li>
<li class="item">
<h1>Python</h1>
<img src="img/python.jpg" alt=""></img>
<h3>Year: 1991</h3>
<h3>Developer: Guido van Rossum</h3>
<p>
Python is known for its readability and simple syntax, making it an excellent choice for
beginners. It is versatile and has a broad community support, contributing to its popularity.
</p>
</li>
<li class="item">
<h1>Ruby</h1>
<img src="img/ruby.jpg" alt=""></img>
<h3>Year: 1995</h3>
<h3>Developer: Yukihiro Matsumoto (Matz)</h3>
<p>
Ruby is known for its elegance and productivity. It is popular for web development and scripting
and has a strong community of users and developers.
</p>
</li>
<li class="item">
<h1>PHP</h1>
<img src="img/php.png" alt=""></img>
<h3>Year: 1995</h3>
<h3>Developer: Rasmus Lerdorf</h3>
<p>
Originally designed for web development, PHP is widely used for creating dynamic web pages. It
is
tightly integrated with web technologies such as databases and HTML.
</p>
</li>
<li class="item">
<h1>C#</h1>
<img src="img/c#.png" alt=""></img>
<h3>Year: 2000</h3>
<h3>Developer: Microsoft</h3>
<p>
C# was developed by Microsoft and is popular for Windows applications and game development. It
offers powerful capabilities for building desktop and server applications.
</p>
</li>
<li class="item">
<h1>Go (Golang)</h1>
<img src="img/golang.png" alt=""></img>
<h3>Year: 2009</h3>
<h3>Developer: Google</h3>
<p>
Go is designed for efficiency and scalability and is popular for web and system development. It
provides strong support for concurrency and simple language constructs.
</p>
</li>
<li class="item">
<h1>Rust</h1>
<img src="img/rust.png" alt=""></img>
<h3>Year: 2010</h3>
<h3>Developer: Mozilla Research</h3>
<p>
Rust is designed for system programming with a strong emphasis on safety and performance. It
offers features to prevent memory errors and data races.
</p>
</li>
</ul>
</section>
</main>
<a class="top" href="#">></a>
</body>
</html>