-
Notifications
You must be signed in to change notification settings - Fork 118
Is it possible to introduce another feature
Wang Renxin edited this page May 16, 2017
·
9 revisions
Syntax
Q: Are you going to implement the SELECT/CASE
statements?
A: No. The IF
statement does it very well on multiple condition. And it's also possible to implement conditional execution table with dict
and sub routine. Or write an imitative SELECT
routine.
Q: Do you have any plan for concurrency?
A: Yes. But I won't add it to the core code base, I' going to implement it in another extension library.
Q: Is it possible to do error/exception handling elegantly?
A: Yes. It's supported by a customized TRY
statement.
Scripting APIs
Q: Is it possible to add more scripting APIs?
A: Yes. Read the More scripting APIs page for more details.
Others
Feel free to open an issue if you've got any good idea.
- Principles
- Coding
- Data types
- Standalone shell
- Integration
- Customization
- More scripting API
- FAQ