#ifndef UNSTATISTICAL_HELLO_WORLD_H_
#define UNSTATISTICAL_HELLO_WORLD_H_
int main(int argc, char **argv) {
return 0;
}
Compilers. Artificial Intelligence. Machine Learning. Operating Systems. Game Development.
Currently working on unstatistical/engine.
As a programmer, it is your job to put yourself out of business. What you do today can be automated tomorrow.
- Doug McIlroy
I'm unstatistical. I don't use my real name for personal reasons. I'm a freshman in high school. I primarily use C/C++, or other low-level languages, because I enjoy the capabilities that you obtain the closer you get to straight machine code.
C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off.
- Bjarne Stroustrup
Programming languages I know ranked from best to worst.
- C
- Objective C
- C++
- Java
- V
- TypeScript
- JavaScript
- C#
- Python
- Swift
- Assembly
- Bash
Honarary mentions, that aren't general considered programming languages.
- Markdown
- JSON
- YAML
- HTML
- CSS
- RST
There are only two kinds of programming languages: those people always bitch about and those nobody uses.
-Bjarne Stroustrup
Typically, I use Google style guides for my code. My code may be sloppy, as I am self taught, but I'm working on it.
One of my most productive days was throwing away 1,000 lines of code.
- Ken Thompson
Programming tools I use.
- Visual Studio Code
- Visual Studio
- GitHub
- Git
- GCC
- Clang
- Apt
- Docker
- Emacs
- Make
- CMake
- Snap
The computer was born to solve problems that did not exist before.
- Bill Gates
Classes, and their grades.
AGS 2 A
Spanish 2 A
Marketing 1 A
World History A
Accounting 1 A
Biology A
PE 1 A
English 9 A
Code is read much more often than it is written.
- Guido van Rossum
#endif // UNSTATISTICAL_HELLO_WORLD_H_