2 مستودعات
Organizing application state using flexible associative arrays and prototype-based inheritance.
Distinct from Complex Data Modeling: Distinct from relational or document modeling: focuses on runtime-flexible data structures and prototype chains in a scripting language.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Dynamic Data Modeling. Refine with filters or upvote what's useful.
Lua is an embeddable scripting language written in ISO C, designed to be integrated into host applications for runtime customization. It provides a C-based scripting engine and a prototype-based object model that utilizes associative arrays and metatables to implement inheritance and complex data structures. The language features a cooperative multitasking system that manages concurrent execution threads via coroutines and an incremental garbage collector for automatic memory management. It includes a safe code sandbox to isolate global state and run untrusted scripts within a protected envir
Provides a flexible data system using tables and metatables to implement associative arrays and prototype-based inheritance.
هذا المشروع عبارة عن سجل تاريخي مترجم ومرجع للغة البرمجة يوثق التطور التقني وتوحيد معايير JavaScript على مدى عقدين. يعمل كأرشيف لهندسة البرمجيات يتتبع مسودات الإصدارات وتأثير هيئات المعايير المختلفة على تطوير اللغة. يوفر المستودع ترجمة صينية لتاريخ شامل، يحلل المعالم الاجتماعية والسياسية والتقنية للنظام البيئي. يرسم معالم اللغة ويؤرخ تطوير المواصفات الرسمية لتوفير سياق تاريخي حول كيفية تطور اللغة. تغطي الوثائق مفاهيم اللغة الأساسية بما في ذلك التدفق غير المتزامن، ونماذج الكائنات، وإدارة الذاكرة. كما تتضمن كتالوجاً للمساهمين في الصناعة ومسرد للمصطلحات التقنية والأنماط المعمارية.
Documents the use of flexible associative arrays and prototype-based inheritance for dynamic object modeling.