也查到了一点x#的资料
X#语言加入.NET家族 将于3月17日正式上线摘要:X# (发音为 X Sharp),一门基于 xBase 语言的开源编程语言,加入了 .NET 家族,成为一门新的 .NET 语言。未来你可以在最新版的 Visual Studio 2017 中安装和使用这门编程语言,它将在 2017 年 3 月 17 日正式上线。
X# 语言的开发团队包括了前 Visual Objects 和 开发团队的成员,包括 Fabrice Foray、Nikos Kokkalis、Chris Pyrgas 和 Robert van der Hulst 等人。
X# 是支持了多种 xBase 方言,你可以把它的核心部分看成是带 xBase 语法的C#。同时支持的 xBase 方言有 VO/Vulcan、FoxPro、dBase、Xbase++ 和 Harbour。
Supported dialects[edit]
At the moment the following dialects are supported:
XSharp Core language. Which supports all available language features available in the Roslyn compiler for C#, in a xBase like syntax. This language lacks a native dialect runtime, which means that there are no USUAL, ARRAY and other xBase familiar datatypes.
At the moment the XSharp compiler compiles the code but depends upon the runtime. A rewrite of the runtime by the XSharp team is under construction.
In the future, the team intents to also support the following dialects:
FoxPro
xBase++
xHarbour
(将来,开发团队打算支持如下的语言:FoxPro,xBase++,xHarbour)