Commit Graph

2 Commits

Author SHA1 Message Date
d772201bf1 feat: Replace placeholder examples with official Modular Mojo examples
Added official examples from github.com/modular/modular:
- gpu-intro, gpu-functions, gpu-block-and-warp (GPU programming)
- layout_tensor, layouts (tensor operations)
- life (Conway's Game of Life)
- operators (custom operators)
- process (subprocess handling)
- python-interop (Python integration)
- testing (unit test patterns)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:40:19 +00:00
583c6cb61f feat: Add Mojo example project for systems programming
Replaces typthon with Mojo - a Python-superset language with:
- Strict typing with compile-time checking
- SIMD and parallel processing support
- Python interoperability
- Systems-level performance (comparable to C++)

Includes examples for:
- Basic syntax and structs
- SIMD vector operations
- Python library integration
- Performance benchmarks

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:37:37 +00:00