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

Roadmap #11

Open
ghost opened this issue Jul 7, 2016 · 5 comments
Open

Roadmap #11

ghost opened this issue Jul 7, 2016 · 5 comments

Comments

@ghost
Copy link

ghost commented Jul 7, 2016

Any roadmap? Which will the next futurescript features be?
Thank you again.

@zhanzhenzhen
Copy link
Owner

The next feature may be: commas can be omitted in multiple-line function call:

foo(
    a
    b
)

This is the only feature I can guarantee. I have other features (20+) in my wishlist - still a secret :)

For now I'm busy using FutureScript to develop the Site Engine and the website. Because I think I may be able to make money from Site Engine so unfortunately it's not open-source. But I guarantee FutureScript and fus-ext will always be open-source. After Site Engine and the website is improved (in 1-2 weeks), I will be back to FutureScript. Site Engine is still at very early stage so I have to spend most time on it. As it's written in FutureScript, it can be treated as the biggest test of the language compiler (while fus-ext is smaller).

@ghost
Copy link
Author

ghost commented Jul 8, 2016

I'm glad that you are going to be back to FutureScript soon!

@mationai
Copy link

Is yield on the roadmap? If so, soon or much later?

Is types on the roadmap?

@zhanzhenzhen
Copy link
Owner

Yield is not on my roadmap. I mentioned that in FAQ in Chinese. I will translate it into English later.
Why I don't plan to implement yield is that we can use classes to simulate generators. For async use, we already have wait.

Types are also not on my roadmap.

@kristianmandrup
Copy link

kristianmandrup commented Mar 4, 2017

What and where is the fus-ext you mentioned? Cheers!
Oh, just found it :) http://zizisoft.com/fus-ext

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants