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

https://github.com/thoughtscript/languages_2024

Review of many languages
https://github.com/thoughtscript/languages_2024

docker docker-compose golang java kotlin node php python ruby typescript

Last synced: 25 days ago
JSON representation

Review of many languages

Awesome Lists containing this project

README

          

# languages_2024

[![](https://img.shields.io/badge/typescript-5.8.3-royalblue.svg)](https://www.typescriptlang.org/)
[![](https://img.shields.io/badge/Java-1.22-blue.svg)](https://www.oracle.com/java/technologies/downloads/#java22)
[![](https://img.shields.io/badge/go-1.22.4-lightblue.svg)](https://go.dev/doc/)
[![](https://img.shields.io/badge/Kotlin-1.9.22-purple.svg)](https://kotlinlang.org/)
[![](https://img.shields.io/badge/Python-3.12.3-yellow.svg)](https://www.python.org/downloads/)
[![](https://img.shields.io/badge/Node-22-green.svg)](https://nodejs.org/en)
[![](https://img.shields.io/badge/php-8.3-royalblue.svg)](https://www.php.net/releases/8.3/en.php)
[![](https://img.shields.io/badge/Ruby-3.3.3-red.svg)](https://www.ruby-lang.org/en/)

> Several dependencies used within are Private Git repositories.

## Use

```bash
bash run.sh
```

## Sparse Checkout

The **Bash** script will download some other repos.

**Docker-Compose** will expect these to be present and will ignore the top-level directory of each.

Why not use `git spare-checkout`: https://git-scm.com/docs/git-sparse-checkout

> "THIS COMMAND IS EXPERIMENTAL. ITS BEHAVIOR, AND THE BEHAVIOR OF OTHER COMMANDS IN THE PRESENCE OF SPARSE-CHECKOUTS, WILL LIKELY CHANGE IN THE FUTURE."