Skip to content

Commit

Permalink
Add some info about .NET interop
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed May 19, 2024
1 parent 49f2614 commit ce6d69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ce6d69e

Please sign in to comment.