Self-hosting compiler: Difference between revisions

Content added Content deleted
Line 72: Line 72:
=={{header|Scala}}==
=={{header|Scala}}==
The Scala compiler is totally written in Scala and compiles itself. The code is sourced and maintained in [https://github.com/scala/scala GitHub] repsitory.
The Scala compiler is totally written in Scala and compiles itself. The code is sourced and maintained in [https://github.com/scala/scala GitHub] repsitory.

=={{header|Visual Basic .NET}}==
The official (Microsoft) VB.NET compiler became self-hosting in 2011 and can be found (along with the self-hosting C# compiler) at [https://github.com/dotnet/roslyn].

.NET Mono also has a relatively new VB.NET compiler, which can be found at [https://github.com/mono/mono-basic]. There is also an older Mono C# compiler.

=={{header|ZED}}==
=={{header|ZED}}==
Source ->
Source ->