Tagged Questions

3
votes
1answer
20 views

IronPython compile-time checks against CLR libraries?

I know that IronPython is a dynamically typed language so what I am asking sounds pretty stupid, but is it possible to do something with an IronPython script to make sure the changing of the CLR …
0
votes
1answer
32 views

WPF App hosting/executing Ruby code via IronRuby

Hey folks, hoping you can help me get started with IronRuby. I have several Ruby scripts that I want to execute from my WPF Application (due to the use of several RMagick methods I can't get natively) …
0
votes
1answer
18 views

IronRuby is_a with DateTime

Can anybody explain why DateTime in IronRuby is Object[] sample code IronRuby 0.9.1.0 on .NET 2.0.50727.4927 Copyright (c) Microsoft Corporation. All rights reserved. >>> require 'System' …
10
votes
4answers
247 views

How do I express a void method call as the result of DynamicMetaObject.BindInvokeMember?

I'm trying to give a short example of IDynamicMetaObjectProvider for the second edition of C# in Depth, and I'm running into issues. I want to be able to express a void call, and I'm failing. I'm …
1
vote
2answers
49 views

IL / CLR / DLR References?

I'm wanting to learn more about IL and CLR / DLR under the hood. A friend of mine recommended the book "Inside Microsoft .NET IL Assembler", but since it came out in 2002 I fear it's pretty out of …
0
votes
2answers
19 views

IronRuby and Handling XAML UI Events

What it is the most brief and concise way of adding event handlers to UI elements in XAML via an IronRuby script? Assumption: the code to add the event handler would be written in the IronRuby script …
2
votes
1answer
43 views

How do I implement intellisense support for a custom DLR language in VS2008?

I have just started writing my first language for the .NET DLR. I would like to know if it is possible to extend Visual Studio 2008 IntelliSense to handle the syntax of a custom DLR language? EDIT: …
0
votes
1answer
7 views

DLR DefaultBinder available for use in Silverlight?

I'd like to use the Codeplex DefaultBinder from within a Silverlight-deployed DLR project (my own custom language implementation). Is that possible? Is the DefaultBinder compatible with Silverlight 3 …
1
vote
1answer
80 views

Reasons for using a DLR-based language rather than C# for scripting tasks?

I'm considering embedding a scripting language into one of my software projects and have identified two options: compiling C# at run-time via CodeDOM and embedding a DLR-based scripting language. …
0
votes
2answers
30 views

Avoiding unnecessary boxing in DLR

I'm playing with DLR to get a better understanding of it. I'm not completely familiar yet with all its concepts and its terminology so sorry for any terminological or conceptual mistakes in my …
3
votes
1answer
137 views

Base a small expression DSL on the DLR or keep it hand-rolled in F#?

I'm building a spreadsheet-like application, where a lot of small calculations needs to be stitched together in a tree-structure. These calculations are user-defined and I need a way for the user to …
2
votes
1answer
91 views

Embedding IronScheme in a C# app

I'm trying to add a plugin architecture to my C# app. I've chosen IronScheme as the language, and also because it's built on the DLR, which should make it easier to embed. On the Codeplex Wiki, they …
0
votes
1answer
53 views

Resources to learn how to create a compiler /interpreter for the .NET framework.

I'd like to learn more how to create a language for .NET framework. I think I'd like to build a DLR language. I'm having hard time founding good resources. I found a descent article on MSDN that …
3
votes
2answers
56 views

IronRuby - .NET 4.0 - Question Marks and Exclamations at the End of Method Names

Just curious how is the .NET 4.0 CLR world going to call methods ending in question marks and exclamations? What will the syntax look like calling from C# or VB.NET?
1
vote
1answer
131 views

DLR return type

hi. I need some DLR help. I am implementing an IDynamicMetaObjectProvider and DynamicMetaObject but I am having some issues getting the expected return type. I am overiding BindInvokeMember in the …

1 2 3 4 next
15 30 50 per page