I was always a big fan of HyperTalk back in the days of Stacks in HyperCard. Are there any HyperTalk-like languages available for use with Visual Studio and the CLR? The benefits of using natural language syntax (e.g. Get the third line of text in the textbox named Comments) and strong-typing would be magnificant. The real goal is to create something extremely Business Analyst friendly, since even VB.NET can be daunting.

link|improve this question

1  
That's actually not that bad an idea, especially given that example line. Unfortunately, there are not. – Kawa Oct 2 '09 at 21:27
feedback

1 Answer

up vote 2 down vote accepted

Interesting concept. I wonder if the recent interest in Domain-specific Languages (DSLs) is the modern equivalent.

You might check out

link|improve this answer
These are some interesting links; some of which I've encountered in the past. Since I can't really find exactly what I'm looking for it may be time to launch a CodePlex project of my own to fill the void. – Cat Man Do Oct 6 '09 at 16:34
1  
@Nissan Fan: Thanks! If you do, please post the info as an answer - that would be interesting and potentially very useful! – TrueWill Oct 6 '09 at 17:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.