Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - KAKAN

#1
Suggestions / Re: NodeJS Modules
September 23, 2018, 08:19:21 AM
This is pretty much done. Both of them use JS. We just need to add more accessibility to system resources in the JS engine and we're good to go :)



If you're just using JS packages that do maths or some other work and don't depend on IO, you can already use NodeJS modules.
#2
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...
#3
Suggestions / [Scripting]A new scripting langauge: Dart
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.