Re: Dart Compiler

2020-11-24 Thread Nicolò Balzarotti
Hi! Julien Lepiller writes: > Wow, impressive :) > > Le 24 novembre 2020 08:26:16 GMT-05:00, "Nicolò Balzarotti" > a écrit : >> >>Hello Guix! >> >>In the last few months I've been working on the dart compiler. >> >>Dart i

Re: Dart Compiler

2020-11-24 Thread Julien Lepiller
Wow, impressive :) Le 24 novembre 2020 08:26:16 GMT-05:00, "Nicolò Balzarotti" a écrit : > >Hello Guix! > >In the last few months I've been working on the dart compiler. > >Dart is a programming language by google [1], mostly used with the UI >Framework flu

Dart Compiler

2020-11-24 Thread Nicolò Balzarotti
Hello Guix! In the last few months I've been working on the dart compiler. Dart is a programming language by google [1], mostly used with the UI Framework flutter [2]. When the android-sdk will be available on guix, it should be possible to use dart+flutter to write android programs. A