xacc.ide 是一款免费的 .Net 程序开发工具,它能够支持如 C#, IL, C/C++, Yacc, Flex, NSIS 与 XML 等程序语言的开发,并且内建了除错器,让使用者能够对所开发的程序随时进行追踪。且由于本身所具有的弹性,因此, xacc.ide 能够与多种编译器进行搭配,只要使用者将设定设置完成,那么 xacc.ide 就等于是一套完整的程序开发环境软件喔。
由于 xacc.ide 是完全以 C# 所撰写而成,因此不仅程序体积小巧,且执行的速度还比许多商业开发软件更加快速,实在是程序开发者们不可缺少的利器。如果对于 xacc.ide 感兴趣,作者也提供了 xacc.ide 的原始码供使用者们做参考,让你自己也有机会对这款开发工具进行修改喔。
自从.NET DLR发布之后,社区里大名鼎鼎的Leppie,也就是Llewellyn Pritchard,积极致力于将Scheme与Lisp集成到.NET DLR中。最终的产品就是包含了集成开发环境的IronScheme与IronLisp,它们极大地丰富了开发者的开发体验。最近,InfoQ编辑有幸联系到了Leppie,请他谈谈关于IronScheme与IronLisp的开发近况。 James:是什
News: * added PowerShell syntax highlighting * moved non-essential languages to xacc.lexers.managed.dll * removed CPU & memory performance counters * added 'scm' as extension for Schem
News: created a runtime abstraction layer to assist in porting xacc itself only depend on this runtime, the runtime can be adjusted for deps/CLR updated to NSIS 2.17 added 'quick' new textfile menu De
文章链接: http://www.infoq.com/cn/news/2008/01/leppie-ironscheme 转载于:https://www.cnblogs.com/wayfarer/archive/2008/01/29/1057661.html
News: Many bugfixes Better font handling/painting Improved painting Better parser/lexer integration Updated to NSIS 2.18 Description: xacc.ide is a opensource IDE aimed at mainly .NET development
Description: xacc.ide is a opensource IDE aimed at mainly .NET development. It has a code editor written in 100% C# code, which is faster than most commercial offerings. xacc.ide blog. News: Many bugf
News: * fixed a bug in C# lexer for verbatim string escapes (@"") * fixed a bug in IronPython lexer for single quoted strings * improved embedded support * prevent further PerformanceC
Guide: Porting Winforms Applications,内文提到如何将NClass移植到 Linux Mono 上的过程。 整个移植的过程相当简单,首先利用MoMA (Mono Migration Analyzer)去分析NClass,得知NClass使用了哪些类,而这些类(内部的method)在Mono里面是否已经被实现、有没有使用 P/Invoke 等技术等等,接着再去补充M