Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will flutter suport Js or typescript? #30017

Closed
UFOXD opened this issue Mar 27, 2019 · 3 comments
Closed

Will flutter suport Js or typescript? #30017

UFOXD opened this issue Mar 27, 2019 · 3 comments

Comments

@UFOXD
Copy link

UFOXD commented Mar 27, 2019

As a ReactNative Developer, I do not want to study Dart.
Will flutter support js/ts language ? It will be more attractive.

@jonahwilliams
Copy link
Member

Hi @AllenYN, Flutter leverages Dart to allow both JIT compilation for fast debugging/hot reload and AOT compilation to native arm code. This is a fairly unique capability that isn't shared by JavaScript/Typescript, which always require a JavaScript VM to run.

You can find more information on why Flutter chose dart in our FAQ https://flutter.dev/docs/resources/faq#why-did-flutter-choose-to-use-dart and in this article https://hackernoon.com/why-flutter-uses-dart-dd635a054ebf

@xtutu
Copy link

xtutu commented May 27, 2019

@jonahwilliams
create a ts-llvm may be a good choice.

for example:
https://github.com/ts-llvm/ts-llvm

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants