Announcement

Collapse
No announcement yet.

Google's Dart Language Reaches 2.8 Milestone With New Features

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by uid313 View Post

    I haven't tried much of that. As for threading, I don't think it is a concern of GTK (which deals with widgets) if you cant threads you can use GLib. But I haven't used it much, only to show a spinner while loading something.
    It's the other way around where you're actually forced to use GLib: https://developer.gnome.org/gdk3/sta...3-Threads.html

    And it's quite a problem when GLib's own docs suggest to avoid threading: https://developer.gnome.org/programm...eading.html.en

    But this isn't about GTK. This is about how there's a "niche" for C GUI libs that use a DSL for the OOP object conveniences that isn't being met. Instead, we're seeing lots of libs binding C++ and such. Some, better than others... All, redundant when there's already so many solution out there.

    Comment


    • #22
      It is first time I look at it. what I can see for compile to javascript and use it on the web is you will get bad seo with search engine, almost everything are store in javascript and it manipulate the dom, and google and other search engine does not index website at all or not well when they are written basic only with javascript and it need longer render time in the browser, agienst php/dotnet core.

      Their compiler to native I have not look into how they doing it, i hope they do not simple embed it as js/html/css into a exe files with a browser engine

      Comment

      Working...
      X