Hello Mark, Depending on the scope of your underlying project, I'd say the best bets are either VB.NET or to roll out your own code generator. The latter is typically done with ANTLR in the .NET environment - my consulting shop has done quite a bit of work with that (including a TSQL parser!), email me privately if you want to discuss.
If you opt to go with ANTLR, you'll have to choose whether to 'compile' directly to MSIL code, or to emit, let's say, intermediate C# generated stuff which then to pass on to the c# command line compiler (ships with each .net runtime install). As someone who's been there, done that, I'd recommend that you go for the 'emit C#' path. Kamen kamen at delera dot com (sick of mail robots - sigh) -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Mark Nicholls Sent: Wednesday, April 25, 2007 12:47 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] dot simple...... Hello, Strange question... does anyone know of a very simple dotnet language....I've been looking into rules engine type things so that relatively non technical operational people can write simple 'if then' type code, most seem to be overly complicated.....all I need is a very simple dot net language that can create a dll with a static procedure. =================================== This list is hosted by DevelopMentor- http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com