Pergunta

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?

Foi útil?

Solução

Wasabi, not public, probably not :-)

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top