[Dart/Document] A tour of the Dart language - 0. 목차

작성 날짜:

최근 업데이트 날짜:

Dart 공식 Docs의 A tour of the Dart language에 대해서 정리해보자.

이 페이지에는 이미 다른 언어로 프로그래밍하는 방법을 알고 있는 사람이 읽는다고 가정한다. 변수, 연산자, 클래스 및 라이브러리에 이르기까지 각각의 주요 Dart 기능을 사용하는 방법을 소개한다. 언어에 대한 설명이 간략하게 적혀있기 때문에 더 많은 설명이 필요하다면 language samples page를 확인하면 된다.

Dart’s core libraries에 대해 자세히 알아보려면 library tour를 확인해보자. 언어 기능에 대한 자세한 내용은 Dart language specification을 보자.

A tour of the Dart language 목차

  1. A basic Dart program
  2. Important concepts
  3. Keywords
  4. Variables
  5. Built-in types
  6. Functions
  7. Operators
  8. Control flow statements
  9. Exceptions
  10. Classes
  11. Generics
  12. Libraries and visibility
  13. Asynchrony support
  14. Generators
  15. Callable classes
  16. Isolates
  17. Typedefs
  18. Metadata
  19. Comments

태그:

카테고리:

최근 업데이트 날짜:

댓글남기기