문제

From what I've read it appears that FogBugz was originally written in VBScript. Now apparently they use their own custom compiler and language that will translate the source code to more "accessible" languages such as PHP and (I think) C#. Is there a name for this language? What does a hello world look like in it? Is there any hope of seeing this compiler released to the public?

도움이 되었습니까?

해결책

Wasabi, not public, probably not :-)

다른 팁

FogBugz is written in a combination of Wasabi and C#.

Wasabi is a custom language based on VBScript that originally was compiled to VBScript, PHP, and JavaScript. It's still used in FogBugz but the outputs are only C# and JavaScript. The Wasabi compiler is included with a purchase of FogBugz as is all of the Wasabi source code. If you know VBScript it's easy enough to learn the differences.

C# is used for all plugins (actually any .NET language should work). Some new features are written as plugins, like workflow and custom fields.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top