Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eduardotorresalamo/homeworks-practice

This repository is a compilation of educational tasks and exercises. Each directory contains specific tasks or projects, including code, resources, and documentation. These exercises are designed to enhance understanding of core concepts in programming and software development.
https://github.com/eduardotorresalamo/homeworks-practice

fsharp golang prolog-programming-language

Last synced: about 2 months ago
JSON representation

This repository is a compilation of educational tasks and exercises. Each directory contains specific tasks or projects, including code, resources, and documentation. These exercises are designed to enhance understanding of core concepts in programming and software development.

Awesome Lists containing this project

README

        

# HomeWorks Practice - Programming Language Comparison

This repository contains a collection of homework assignments and practice projects developed by Eduardo Torres Alamo. It serves as a personal archive and reference for improving skills in programming, problem-solving, and various technologies.

---

## Table of Contents

- [About](#about)
- [Technologies Used](#technologies-used)
- [Project Structure](#project-structure)
- [How to Use](#how-to-use)
- [Contributing](#contributing)

---

## About

This repository is a compilation of educational tasks and exercises. Each directory contains specific tasks or projects, including code, resources, and documentation. These exercises are designed to enhance understanding of core concepts in programming and software development.

The programming languages F#, Prolog, and Golang were used in class to compare different programming paradigms, including functional, logic, and imperative programming styles.

---

## Technologies Used

The projects in this repository use various programming languages and tools, including:

- **F#**: For functional programming tasks and concepts.
- **Prolog**: For logic programming and symbolic computation.
- **Golang**: For imperative programming and high-performance applications.

Other technologies or frameworks might also be included, depending on the specific homework or practice exercise.

---

## Project Structure

The repository is organized as follows:

```
HomeWorks-Practice/
|
├── Assignment1/ # Details for Assignment 1
├── Assignment2/ # Details for Assignment 2
├── Practice/ # General practice exercises
└── README.md # This file
```

Each folder contains files and subdirectories related to the specific assignment or practice task. Detailed instructions or problem descriptions might be included within the folders.

---

## How to Use

1. Clone the repository:

```bash
git clone https://github.com/EduardoTorresAlamo/HomeWorks-Practice.git
```

2. Navigate to the desired directory:

```bash
cd HomeWorks-Practice/Assignment1
```

3. Follow any instructions provided in the folder or run the scripts as described.

---

## Contributing

This repository is primarily for personal use and learning, but contributions are welcome. If you'd like to:

1. Fork the repository.
2. Create a feature branch (`git checkout -b feature-branch`).
3. Commit your changes (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Open a Pull Request.

---

## Author

**Eduardo Torres Alamo**
GitHub: [EduardoTorresAlamo](https://github.com/EduardoTorresAlamo)