Open
Conversation
added 2 commits
November 17, 2025 19:25
Created a complete programming book in Tajik (Cyrillic script) with 12 chapters: - Chapter 1: Introduction to SomonScript - Chapter 2: Language basics (variables, constants, data types) - Chapter 3: Data types (primitive, special, complex types) - Chapter 4: Operators and expressions - Chapter 5: Control structures (if-else, loops, switch-case) - Chapter 6: Functions (declarations, recursion, higher-order) - Chapter 7: Objects and arrays - Chapter 8: Classes and OOP (inheritance, interfaces, abstract classes) - Chapter 9: Module system (import/export) - Chapter 10: Type system (union, intersection, generics, utility types) - Chapter 11: Error handling and exceptions - Chapter 12: Practical examples (complete projects) All code examples are exclusively in SomonScript. Each chapter includes: - Detailed explanations in Tajik - Progressive difficulty suitable for all skill levels - Practical code examples - Exercises for practice Added README.md with navigation and table of contents.
…ions Enhanced Chapter 1 (Introduction): - Added detailed explanations of what programming is with real-life examples - Expanded installation instructions with step-by-step guide - Added 10+ code examples with expected outputs - Included 5 practical exercises for beginners - Added explanations of program structure and CLI commands Enhanced Chapter 2 (Language Basics): - Expanded from 8 to 22 detailed code examples - Added real-world analogies for better understanding - Included expected outputs for every example - Added comprehensive coverage of variables, constants, and data types - Expanded exercises from 4 to 8 practical tasks - Added naming conventions and best practices - Included type conversion examples Both chapters now suitable for complete beginners with: - Simple Tajik language throughout - Progressive difficulty levels - Practical, real-world scenarios - Detailed comments in every example - Clear expected outputs
|
✅ Tests completed on Node.js 20.x: success |
|
|
✅ Tests completed on Node.js 20.x: success |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🎉 Pull Request
Description
Type of Change
to not work as expected)
Related Issue
Fixes #(issue number)
Changes Made
Testing
npm test)npm run lint)npm run type-check)Checklist
Additional Context
📋 License Information
SomonScript is open source software licensed under the MIT License.
By submitting this pull request, you agree that your contributions will be
licensed under the MIT License.
For contribution guidelines, please review:
guidelines
Thank you for contributing to SomonScript! 🚀