boo
.Net libraries used in any .Net language?
Quick question, I\'ve been reading about some .Net stuff and the way some people t开发者_如何转开发alk implies on me that a .Net library could be used with multiple .Net languages. Maybe it\'s just wi[详细]
2023-01-30 00:10 分类:问答Reusable nested macro in boo?
I am writing a DSL using boo and I would like to keep it as DRY as possible. I was wondering if there is any way to reuse nested macro. E.g. in[详细]
2023-01-29 12:48 分类:问答Race condition in Rhino DSL?
In my current project I am working with Boo/Rhino DSL (what a great thing(s) by the way). In digging in the code I came across the following piece of code:[详细]
2023-01-26 03:10 分类:问答Debug Boo in Visual Studio
I just recently played with Rhino DSL and created a simple DSL using Boo. When I debugged my first code I was quite suprised to find out, that while debugging I was actually stepping through the boo f[详细]
2023-01-25 23:12 分类:问答Isn't a DSL another name for an app which solves a particular problem?
I am learning boo (got the ebook), but one question I have is what exactly is a DSL? Better question, if a DSL is geared towards a specific problem, then isn\'t it just another name for really an appl[详细]
2023-01-22 03:48 分类:问答Windows Mobile device states that the assembly System.Windows.Forms 2.0.0.0 cannot be found
I am a newbie to .NET programming and I\'m trying to create a simple Windows Forms application for a Windows Mobile device using the .NET Compact Framework 2.0. I develop using Boo and using Nant to b[详细]
2023-01-20 21:24 分类:问答Which programming language(s) does Windows Phone 7 (WP7) support?
As I recall, WP7 supports C# but does not support any of the .Net dynamic languages (Ruby or Python).Are any other programming languages besides C# supported?Could an app be developed us开发者_StackOv[详细]
2023-01-15 05:56 分类:问答Python3 function annotations for type hinting versus Boo
I\'ve started on a medium-sized project in python, and I decided to use python 3 because I\'开发者_开发技巧m not using any large external libraries and py3k has some nice new syntactic sugar and more[详细]
2022-12-30 16:06 分类:问答How do I manage application configuration in ASP.NET?
I am having difficulty with managing configuration of an ASP.Net application to deploy for different clients. The sheer volume of different settings which need twiddling takes up large amounts of time[详细]
2022-12-23 17:04 分类:问答Can a Domain Specific Language (DSL) be localized (i.e. translated)?
I have never written a DSL, but I am considering it as a feature for a new project (hypothetical). It would be for end users to be able to express in natur开发者_开发百科al language concepts such as w[详细]
2022-12-22 22:54 分类:问答