- Keep essential information within 500 lines (now 395 lines) - Maintain important syntax examples and development principles - Move detailed information to appropriate docs files: - Development practices → docs/guides/development-practices.md - Testing guide → docs/guides/testing-guide.md - Claude issues → docs/tools/claude-issues.md - Add proper links to all referenced documentation - Balance between minimal entry point and practical usability
Nyash User Guides 📚
Nyashプログラミング言語の利用者向けガイドとチュートリアルです。
🚀 はじめに
getting-started.md- Nyashを始めるためのクイックガイド
📖 サブディレクトリ
tutorials/
hello-world.md- 最初のNyashプログラムbasic-boxes.md- Box(クラス)の基礎delegation.md- デリゲーションの使い方p2p-apps.md- P2Pアプリケーション開発
examples/
- 実践的なサンプルコード集
- よくあるパターンの実装例
- ベストプラクティス
wasm-guide/
- WebAssemblyビルドガイド
- ブラウザープレイグラウンドの使い方
- Webアプリケーション開発
🎯 学習順序
getting-started.mdから始めるtutorials/のチュートリアルを順番にexamples/で実践的なコードを学ぶ- 特定用途(WASM等)は各ガイドへ