Show HN:Scripting language under development, callable from C#
github.comThe documentation is quite not clear and not provided sample or example.
What is the difference between other scripts C# like Nake (https://github.com/yevhen/Nake) or Cake (https://cakebuild.net/docs/running-builds/runners/dotnet-too...) ?
Thanks for you HN.
I may be misunderstanding something: AliceScript is not a scripting language for use at build time, but for adding macro functionality, etc. to .NET applications. I did not explain it well enough. The following documentation shows how to use it, albeit briefly.
- How to run AliceScript and an example : https://github.com/WSOFT-Project/Losetta/tree/develop/alice/... - How to call AliceScript from a .NET application : https://github.com/WSOFT-Project/Losetta/tree/develop/Losett...
Thanks for explaination, i will look at it