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
- Host: GitHub
- URL: https://github.com/thoughtscript/languages_2024
- Owner: Thoughtscript
- Created: 2024-07-01T15:11:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T22:25:10.000Z (about 1 year ago)
- Last Synced: 2025-01-24T14:44:58.795Z (about 1 year ago)
- Topics: docker, docker-compose, golang, java, kotlin, node, php, python, ruby, typescript
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# languages_2024
[](https://www.typescriptlang.org/)
[](https://www.oracle.com/java/technologies/downloads/#java22)
[](https://go.dev/doc/)
[](https://kotlinlang.org/)
[](https://www.python.org/downloads/)
[](https://nodejs.org/en)
[](https://www.php.net/releases/8.3/en.php)
[](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."