In this tutorial we will discuss about DART programming language and We will learn their applications and features.
Please Like the video and subscribe the channel👍
What is DART?
DART stand for Dynamic Analytic Re-planning Tool.
DART is designed by Lars bark and Kespar.
DART is a object oriented, general-purpose, high-level modern programming language. DART is a dynamic, class-based, object-oriented programming language.
DART is new programming language and which is emerged in 2011 and developed by Google but its stable version was released in June 2017 .
DART is actually similar to JavaScript, java and C. If you know any of one programming languages form this list, you can learn it easily.
DART supports two types of compilation techniques are:
1. Ahead of Time(AOT)
2. Just-In-Time(JOT)
Features of DART:
Easy to learn
Open Source
Object-Oriented
Browser Support
Fast on all platforms
Platform Independent
compiled language
DART First Program :
//DART first program or first code:
main(){
print("Best Code Creator");
}
To Save DART File:
.dart is the file extension of dart programming.
Applications of DART:
Server Side development
Web application
Mobile application
Desktop application
IOT