Explore >> Select a destination


You are here

mmhaskell.com
| | www.pl-enthusiast.net
1.1 parsecs away

Travel
| | This post describes the structure, goals, and content of CMSC 330, UMD's sophomore-level programming languages course. This is part 1.
| | quentinpain.com
1.3 parsecs away

Travel
| | [AI summary] The provided text is a comprehensive guide to Object-Oriented Programming (OOP) in PHP, covering design patterns, principles like SOLID, and insights into other OOP languages. It also includes a list of additional resources, FAQs, and examples of design patterns in PHP frameworks like Drupal. The text is well-structured but contains some formatting inconsistencies and potential typos, such as the repeated '?' at the end and the mention of books without titles. The content is informative but could benefit from clearer organization and error correction for optimal readability.
| | fsharpforfunandprofit.com
1.5 parsecs away

Travel
| | Functional programming languages need a different approach
| | www.integralist.co.uk
19.9 parsecs away

Travel
| Introduction What is JavaScript Terminology Global Object Variables Types Objects Arrays Conditional Statements Coercion Functions Code Reuse (inheritance) Conclusion Introduction I've written this very brief guide to JavaScript just as an aid for people new to the language and who need a basic starting point to see what the syntax looks like and to get a feeling for some of its features. This article's main purpose is to give readers new to the language a glimpse of the JavaScript environment and to hop...