An open API service indexing awesome lists of open source software.

https://github.com/marius-test/programming_explorations

Programming Explorations in Pascal, Fortran, C++ and Jupyter Notebook
https://github.com/marius-test/programming_explorations

cpp exploitation fortran jupyter jupyter-notebook pascal retrocomputing retroprogramming sandbox

Last synced: 4 months ago
JSON representation

Programming Explorations in Pascal, Fortran, C++ and Jupyter Notebook

Awesome Lists containing this project

README

          

# programming_explorations

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.

---

## Folder Structure

```text
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.