diff --git a/www/index.html b/www/index.html index 75e7c1c..3aa8fe0 100644 --- a/www/index.html +++ b/www/index.html @@ -44,7 +44,7 @@
-

How to compile your language

+

How to Compile Your Language

This guide is intended to be a practical introduction to how @@ -71,7 +71,7 @@

How to compile your language

compiled to a native executable with the introduction of Kotlin/Native.

-

What does every language have in common?

+

What Does Every Language Have in Common?

When creating a new language, the first question is how to get started. There is something that every existing language @@ -97,7 +97,7 @@

What does every language have in common?

confusion for developers who try to get familiar with this new language, which is something to keep in mind.

-

How is this text turned into an executable?

+

How Is This Text Turned into an Executable?

Indeed, so far the main() function is just a few words of text stored in a file. A compiler usually @@ -126,7 +126,7 @@

How is this text turned into an executable?

different steps than stack-based targets like WebAssembly or JVM Bytecode.

-

Is it possible to learn all these topics?

+

Is It Possible to Learn All These Topics?

Yes, with enough time. However there is no need to learn all of them to create a successful language. In fact even a lot