Programming Langauges
est. reading time:
Table of Contents
Introduction
There are a lot of programming langauges out there, here’s a few of them, and why I (dis)like them. If you disagree, great, I would love to hear your opinion. This article is based on my experience.
I have experience in: (ordered by most experience to least)
- C++
- My main programming langauge
- I use C++26
- TI-Basic
- TI-84 Plus CE
- Lua
- Configuration
- Writing my own Lua config bindings
- Rust
- C
- Not much experience but I am still somewhat adept because of C++ experience
- Typescript
- BitBurner
- Javascript
- BitBurner
- Web development
- Python
- A calculator I can’t remeber the name of
- Assemebly
- So little experience that specifing which flavor or architecture is pointless
- Fair amount of knowledge about the concepts involved with a CPU’s operation
Overview
C++
C++ is derived from C, and as such shares many of the same traits.
- low-level
- performant
C
C is what Linux and Windows are written in. It is one of the most performant languages