Skip to content

Commit 02595dd

Browse files
committed
update some questions
1 parent 960fe4a commit 02595dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/some-questions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [What about future of Jule?](#what-about-future-of-jule)
66
- [Is Jule the C++ successor?](#is-jule-the-c-successor)
77
- [Is Jule experimental?](#is-jule-experimental)
8+
- [What is the experimental feature?](#what-is-the-experimental-feature)
89
- [What languages inspired Jule the most?](#what-languages-inspired-jule-the-most)
910
- [Why Jule uses exceptionals instead other error handling methods?](#why-jule-uses-exceptionals-instead-other-error-handling-methods)
1011
- [Will Jule always use C++ as backend?](#will-jule-always-use-c-as-backend)
@@ -37,6 +38,10 @@ No. It's not.
3738

3839
No. Jule itself is not experimental. But it may contain some experimental ideas in itself. However, we often avoid adding experimental things to the language before they are sufficiently well designed and implemented.
3940

41+
### What is the experimental feature?
42+
43+
Experimental features are those that are not yet stable or expected to be, and are still in the development phase. These features may have various issues and are not guaranteed to become stable in the final version. In other words, experimental features may be cancelled and removed.
44+
4045
### What languages inspired Jule the most?
4146

4247
Only two languages: Go and Rust. Mostly Go.

0 commit comments

Comments
 (0)