diff --git a/docs/intro.md b/docs/intro.md index f66529c..82b681b 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -7,6 +7,6 @@ sidebar_position: 0 Mew is a imperative, non object-oriented programming language, mainly created for fun and non-profit. Useless? Yes, most probably. At least in the current state. -As a first step, Mew is transpiled to C#, but once things stabilize a bit, the Mew compiler should be able to emit CIL byte code, running on .NET as a first class citizen. +As a first step, Mew is transpiled to C#, but once things stabilize a bit, the Mew compiler should be able to emit CIL byte code, running on .NET as a first class citizen. It will not however not be able to consume .NET code, unless it is exposed as a C FFI. This site serves as the documentation over what we want to language to be in its first iteration. \ No newline at end of file