GTA Connected

General => Suggestions => Topic started by: KAKAN on September 09, 2018, 08:28:06 PM

Title: [Scripting]A new scripting langauge: Dart
Post by: KAKAN on September 09, 2018, 08:28:06 PM
The topic pretty much says it. I love Dart and would love to see it implemented here, at least for the server side.

Well, it's not a big deal though, since some could probably use dart2js for it :)



It's much like Squirrel, but with a Java mix to it.
Title: Re: [Scripting]A new scripting langauge: Dart
Post by: Vortrex on September 09, 2018, 08:36:06 PM
Thanks for the suggestion!



I've never heard of Dart. Is it something new?
Title: Re: [Scripting]A new scripting langauge: Dart
Post by: KAKAN on September 09, 2018, 08:38:09 PM
https://www.dartlang.org/">https://www.dartlang.org/[/url]

Yes, it's relatively new.

I use Flutter for android app development, and Dart on the server side( personal app ). And I've to say, it's pretty stable and would work quite well, though its VM is quite heavy, around 8MB with all the features. So, it's better for server side...