본문 바로가기

programming/Flutter

Dart Home

728x90
반응형

Dart is an open-source general-purpose programming language. It is originally developed by Google and later approved as a standard by ECMA. Dart is a new programming language meant for the server as well as the browser. Introduced by Google, the Dart SDK ships with its compiler – the Dart VM. The SDK also includes a utility -dart2js, a transpiler that generates JavaScript equivalent of a Dart Script. This tutorial provides a basic level understanding of the Dart programming language.

Dart는 오픈 소스 범용 프로그래밍 언어입니다. 원래 Google에서 개발했으며 나중에 ECMA에서 표준으로 승인했습니다. Dart는 서버와 브라우저를위한 새로운 프로그래밍 언어입니다. Google에서 소개 한 Dart SDK 는 컴파일러 인 Dart VM 과 함께 제공됩니다 . SDK는 또한 유틸리티 포함 -dart2js , 다트 스크립트의 자바 스크립트와 동등한를 생성하는 transpiler합니다. 이 튜토리얼은 Dart 프로그래밍 언어에 대한 기본적인 수준의 이해를 제공합니다.



Audience

This tutorial will be quite helpful for all those developers who want to develop single-page web applications using Dart. It is meant for programmers with a strong hold on object-oriented concepts.

청중

이 튜토리얼은 Dart를 사용하여 단일 페이지 웹 애플리케이션을 개발하려는 모든 개발자에게 매우 유용합니다. 이는 객체 지향 개념을 강력하게 고수하는 프로그래머를위한 것입니다.



Prerequisites

The tutorial assumes that the readers have adequate exposure to object-oriented programming concepts. If you have worked on JavaScript, then it will help you further to grasp the concepts of Dart quickly.

전제 조건

이 튜토리얼은 독자가 객체 지향 프로그래밍 개념에 대한 적절한 노출을 가지고 있다고 가정합니다. JavaScript로 작업했다면 Dart의 개념을 빠르게 이해하는 데 도움이 될 것입니다.


728x90
반응형

'programming > Flutter' 카테고리의 다른 글

Dart Tutorials_2  (0) 2020.09.01
main_dart  (0) 2020.08.30
다트 언어  (0) 2020.08.28
개빡친다 ㅅ..ㅂ ㅠ 찾아냄  (0) 2020.08.28
AMD 해결 방법  (0) 2020.08.28