Replies: 2 comments 2 replies
-
There are no plans to add async at all, and this is completely deliberate. |
Beta Was this translation helpful? Give feedback.
-
I don't know how to write a compiler, but I was wondering, can compilers be configurable? like some lint tools (https://eslint.org/docs/latest/use/configure/) In that way, it's easier to put some features configurable to the users. For example, if someone does not like It must be difficult because I have only heard one compiler like https://github.com/seanbaxter/circle/blob/master/new-circle/README.md#feature-directive-philosophy |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm reading the docs and it seems to be a very interesting language, but I can't find anything related to
async
.It's mentioned here: https://c3-lang.org/faq/compare-languages/#in-zig-but-not-in-c3 but it seems to indicate that it does not have async now.
When 0.6.3 is feature complete and async is not there, so what's the plan for
async
?Beta Was this translation helpful? Give feedback.
All reactions