Files
hakorune/docs/guides/README.md

34 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Nyash User Guides 📚
Nyashプログラミング言語の利用者向けガイドとチュートリアルです。
Quick Links
- Docsの書き方小さく・リンク駆動・3層: contributing-docs.md
## 🚀 はじめに
- `getting-started.md` - Nyashを始めるためのクイックガイド
## 📖 サブディレクトリ
### tutorials/
- `hello-world.md` - 最初のNyashプログラム
- `basic-boxes.md` - Boxクラスの基礎
- `delegation.md` - デリゲーションの使い方
- `p2p-apps.md` - P2Pアプリケーション開発
### examples/
- 実践的なサンプルコード集
- よくあるパターンの実装例
- ベストプラクティス
### wasm-guide/
- WebAssemblyビルドガイド
- ブラウザープレイグラウンドの使い方
- Webアプリケーション開発
## 🎯 学習順序
1. `getting-started.md` から始める
2. `tutorials/` のチュートリアルを順番に
3. `examples/` で実践的なコードを学ぶ
4. 特定用途WASM等は各ガイドへ