Search code examples
.netscriptingdynamic-languagesstatic-typingnemerle

Script.Net vs Nemerle


I was looking into scripting to be incorporated into my apps. Then I bumped into Script.Net and Nemerle. I do know that they have different syntax and Nemerle supports macro but not Script.Net. But I would like to know more about their differences in terms of functionality, usage and flexibility. And which one would you recommend, why?

Thanks.

Sorry, I didn't notice Nemerle is a language by itself. The description seems like a scripting language. Thanks and sorry for the confusion


Solution

  • Nemerle is a statically-typed language, and the word scripting can be found nowhere on the nemerle website.

    If I were adding scripting to an app, I would consider using IronPython.