Dart (programming language): Difference between revisions

Content deleted Content added
Rescuing 0 sources and tagging 1 as dead.) #IABot (v2.0.9.5) (Eastmain - 18746
No edit summary
Tags: Reverted Visual edit
Line 34:
'''Dart''' is a [[programming language]] designed by [[Lars Bak (computer programmer)|Lars Bak]] and Kasper Lund and developed by [[Google]].<ref>{{Cite web |title=A Bit About Dart - Learn Dart: First Step to Flutter |url=https://www.educative.io/courses/learn-dart-first-step-to-flutter/g7kmn5r74ok |access-date=2023-06-20 |website=Educative: Interactive Courses for Software Developers |language=en}}</ref> It can be used to develop [[Web application|web]] and [[mobile app]]s as well as [[Server (computing)|server]] and [[Application software|desktop applications]].
 
Dart is an [[Object-oriented programming|object-oriented]], [[Class-basedOpen programmingsource|classopen-basedsource]]<ref>{{Cite web |date=2021-05-14 |title=Dart Tutorial |url=https://www.geeksforgeeks.org/dart-tutorial/ |access-date=2024-04-12 |website=GeeksforGeeks |language=en-US}}</ref>, [[GarbageClass-based collection (computer science)programming|garbageclass-collectedbased]], language with [[C (programming language)|C]]-style [[Syntax (programming languages)|syntax]] developed by [[Google]].<ref>{{Cite web|url=https://dart.dev/guides/language/language-tour#important-concepts|title=A Tour of the Dart Language|website=dart.dev|access-date=2018-08-09}}</ref> It can [[compiler|compile]] to [[machine code]], [[JavaScript]], or [[WebAssembly]]. It supports [[Interface (object-oriented programming)|interfaces]], [[mixin]]s, [[abstract class]]es, [[Reification (computer science)|reified]] [[Generic programming|generics]] and [[type inference]].<ref name="The Dart type system">{{Cite web|url=https://dart.dev/guides/language/sound-dart|title=The Dart type system|website=dart.dev}}</ref> Dart is quite similar to that of '''[[Java (programming language)|Java Programming]]'''. Dart is extensively used to create single-page websites and web applications. The Best example of a dart application is '''[[Gmail]]'''.<ref>{{Cite web |date=2020-06-07 |title=Introduction to Dart Programming Language |url=https://www.geeksforgeeks.org/introduction-to-dart-programming-language/ |access-date=2024-04-12 |website=GeeksforGeeks |language=en-US}}</ref>
 
==History==