SPECS


More Coding Languages


Other Programming Languages I have used.


Rust

Rust Language

Rust is a modern, general-purpose systems programming language that delivers blazing-fast performance and absolute type safety without relying on a garbage collector. It bridges the gap between low-level control (like C and C++) and high-level developer ergonomics, allowing you to write highly reliable, concurrent software that eliminates entire classes of memory bugs at compile time.
More Information...

For full documentation visit rust-lang.org.


Typescript

Javascript with Types

TypeScript is a strongly typed, open-source programming language developed by Microsoft that builds on JavaScript by adding static type definitions. As a syntactic superset of JavaScript, any valid JavaScript code is also valid TypeScript code. It is designed to catch errors early during development through your code editor, making it an essential tool for building large-scale, enterprise applications.
More Information...

For full documentation visit typescript.org.


Markdown

Markdown Syntax

Markdown is a lightweight markup language, not a programming language, used to format plain text using a simple syntax that easily converts to HTML. Created by John Gruber and Aaron Swartz in 2004, it allows writers and developers to format headers, lists, and bold text without dealing with complex code or tags. While traditional programming languages give computers functional logic or instructions, Markdown strictly handles text structure and presentation. However, the rise of AI agents has sparked a modern trend where structured Markdown is increasingly used to define AI workflows, prompting some engineers to playfully call it the "new hot coding language".
More Information...

For full documentation visit markdown.org.


Golang

Go Language

Go, commonly known as Golang, is an open-source, statically typed, and compiled programming language. It was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson to solve corporate-scale engineering challenges. The language combines the blazing-fast execution of low-level languages like C++ with the clean, readable simplicity of Python.
More Information...

For full documentation visit golang.org.


Perl

Perl Language

Perl is a high-level, interpreted, dynamic programming language that is world-renowned for its unmatched text-processing and pattern-matching capabilities. Developed by linguist and programmer Larry Wall in 1987, its name is commonly back-ronymed as the Practical Extraction and Reporting Language. Often called the "Swiss Army chainsaw of scripting languages", Perl is heavily utilized for Unix system administration, network programming, and database integration.
More Information...

For full documentation visit perl.org.


Ruby

Ruby Language

Ruby is an open-source, interpreted, high-level, and dynamically typed programming language. It was designed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan with the primary philosophy of optimizing for human happiness, productivity, and simplicity rather than machine execution speed.
More Information...

For full documentation visit ruby.org.


JAVA

JAVA Language

Java is a high-level, class-based, object-oriented programming language designed to have as few implementation dependencies as possible. First released by Sun Microsystems in 1995 and now owned by Oracle, it operates on the core philosophy of "Write Once, Run Anywhere" (WORA). This means compiled Java code can execute on any platform that supports Java without the need for recompilation.
More Information...

For full documentation visit java.org.


Bash

Bash Shell

Bash (Bourne Again SHell) is a command-line interpreter and scripting language used primarily to interact with Unix-like operating systems like Linux and macOS. Developed as an open-source replacement for the original Bourne shell (sh), it allows users to automate repetitive tasks, manage system files, and chain command-line utilities together. It serves both as an interactive command-line interface and a Turing-complete programming language used primarily for automation, system administration, and DevOps tasks.
More Information...

For full documentation visit bash.org.


VB Code

Visual Basic

Visual Basic (VB) is an approachable, object-oriented, and event-driven programming language developed by Microsoft. It was designed with a clear, readable syntax that resembles plain English, making it incredibly fast and easy to build software applications.
More Information...

For full documentation visit vb.org.


C Code

C Language

C is a statically typed, procedural, and general-purpose compiled programming language developed by Dennis Ritchie in 1972 at Bell Labs to build the UNIX operating system. It is known as the "mother of all programming languages" because its syntax and core concepts heavily influenced modern languages like C++, Java, C#, and JavaScript.
More Information...

For full documentation visit c.org.


C# Code

C# Language

C# (pronounced "C-sharp") is a modern, object-oriented, and type-safe programming language developed by Microsoft that runs on the .NET open-source platform. It belongs to the C family of languages, sharing familiar syntax with C++, Java, and JavaScript. Developers widely use C# to build cross-platform desktop software, dynamic web applications, cloud-native services, and interactive video games through the Unity game engine.
More Information...

For full documentation visit csharp.org.


C++ Code

C++ Language

C++ is a cross-platform, high-performance programming language developed by Bjarne Stroustrup in 1979 as an extension of the C language. It is a middle-level language that offers a balance between low-level hardware control and high-level abstract features, making it highly valued for systems and resource-constrained software.
More Information...

For full documentation visit cpp.org.


Coding Languages



Social Media





---
title: More Coding Languages
text: Other Programming Languages I have used.
image: /assets/svg/rust.svg
link: 
target: 
---