https://github.com/halffd/sandbox
Programming experiments and language exploration across multiple domains
https://github.com/halffd/sandbox
Last synced: 11 months ago
JSON representation
Programming experiments and language exploration across multiple domains
- Host: GitHub
- URL: https://github.com/halffd/sandbox
- Owner: Halffd
- Created: 2025-07-03T20:06:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T06:56:48.000Z (11 months ago)
- Last Synced: 2025-07-13T08:45:12.183Z (11 months ago)
- Language: C
- Size: 7.86 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandbox
Quick experiments and proof-of-concepts across different languages and domains.
## Structure
- `cpp/` - Systems programming, game dev, performance-critical stuff
- `java/` - Enterprise patterns, Android experiments
- `kotlin/` - JVM interop, modern language features
- `python/` - Automation, data processing, rapid prototyping
- `rust/` - Memory safety experiments, systems programming
- `go/` - Concurrency patterns, web services
- `misc/` - One-off experiments in other languages
## Philosophy
Learning through building, not tutorials. Each directory contains actual problems being solved, not academic exercises.
## Usage
Each language directory is independent. No shared dependencies or complex build systems - just focused experimentation.