Catalogue Search | MBRL
نتائج البحث
MBRLSearchResults
وجه الفتاة! هناك خطأ ما.
أثناء محاولة إضافة العنوان إلى الرف ، حدث خطأ ما :( يرجى إعادة المحاولة لاحقًا!
-
الضبطالضبط
-
مُحَكَّمةمُحَكَّمة
-
مستوى القراءةمستوى القراءة
-
نوع المحتوىنوع المحتوى
-
السنةمن:-إلى:
-
المزيد من المرشحاتالمزيد من المرشحاتنوع العنصرلديه النص الكاملالموضوعبلد النشرالناشرالمصدرالجمهور المستهدفالمتبرعاللغةمكان النشرالمؤلفينموقع
منجز
مرشحات
إعادة تعيين
2
نتائج ل
"Idris (Computer program language)"
صنف حسب:
Type-driven development with Idris
بواسطة
Brady, Edwin, author
في
Idris (Computer program language)
,
Functional programming (Computer science)
,
Computer programming.
2017
Types are often seen as a tool for checking errors, with the programmer writing a complete program first and using the type checker to detect errors. And while tests are used to show presence of errors, they can only find errors that you explicitly test for. In type-driven development, types become your tools for constructing programs and, used appropriately, can show the absence of errors. And you can express precise relationships between data, your assumptions are explicit and checkable, and you can precisely state and verify properties. Type-driven development lets users write extensible code, create simple specifications very early in development, and easily create mock implementation for testing. This book, written by the creator of Idris, teaches programmers how to improve the performance and accuracy of programs by taking advantage of a state-of-the-art type system.