This folder is for experimenting with various programming languages and tools, including:
C++, Fortran, Pascal, Python, JavaScript, and Jupyter notebooks.
Currently, each language folder contains a minimal sanity check program that is compiled and ready to run.
This serves as a simple starting point for experimentation and exploration.
Also contains a tasks.json configured for VSCode to compile C++, Fortran, and Pascal programs by pressing Ctrl + Shift + B on Windows.
programming_explorations/
├── cpp/ # C++
├── fortran/ # Fortran
├── pascal/ # Pascal
├── python/ # Python
├── jupyter/ # Jupyter notebook
├── javascript/ # JavaScript
└── tasks.json # VSCode build tasks
Note: Projects that show potential will be published in their own repositories, each with a dedicated README.