Dart

Dart is a general-purpose programming language developed by Google. It is used to build mobile, desktop, server, and web applications. Dart is designed to be easy to learn, fast, and scalable.

Hello, World!

void main() {
	print('Hello, World!');
}

How I used Dart

The Sass compiler is written in Dart, so I got to know and like the language through it. I used it instead of Node.js. Long after that, I encountered it again because of Flutter, and that’s where I use it most often.