JIT(2)
-
Flutter가 Dart를 쓰는 이유?
Flutter가 Dart를 쓰는 이유가 뭘까? 참고 Dart overview A short introduction to Dart dart.dev Flutter란? The Flutter framework is a popular, multi-platform UI toolkit that’s powered by the Dart platform, and that provides tooling and UI libraries to build UI experiences that run on iOS, Android, macOS, Windows, Linux, and the web. (Flutter 프레임워크는 인기 있는 다중 플랫폼 UI 툴킷으로 Dart 플랫폼으로 구동되며 iOS, Android, macOS, Windo..
2023.01.11 -
Dart란?
Dart 언어? 참고 Dart overview A short introduction to Dart dart.dev 특징 1 Dart is a client-optimized language for developing fast apps on any platform. (Dart는 모든 플랫폼에서 빠른 앱을 개발하기 위한 클라이언트 최적화 언어입니다.) 즉, 모든 CPU 아키텍처 (Windows, MacOS, iOS, Linux and Web 등)에서 컴파일 가능한 언어이다. 특징 2 Dart Native (machine code JIT and AOT) During development, a fast developer cycle is critical for iteration. The Dart VM offers ..
2023.01.10