The Wall is discontinued

Since VBScript isn’t the way of the future, I’ve decided to discontinue the “The Wall” project. Something similar for so called intelligent homes is in planning stage. It will be based on the open source Jint project. Check this out:

Dim X As New Jint.JintEngine()
Dim Script As New System.Text.StringBuilder()
Script.AppendLine("var x=10;")
Script.AppendLine("return x;")
Dim Response As Object = X.Run(Script.ToString())
Console.WriteLine(Response.GetType()) '(Double)
Console.WriteLine(Response.ToString()) '(10)

Jint is a fully managed open source JavaScript interpreter.

Bjud mig på en kopp kaffe (20:-) som tack för bra innehåll:

Bjud mig på en kopp kaffe (20:-) som tack för bra innehåll!

Comments

Important information: If you have not commented before, your comment will be reviewed before it is published. This means that you will not see it immediately, but I have received it. This is not because I want to filter comments, but because I want to prevent spam and advertising.

Leave a Reply

Your email address will not be published. Required fields are marked *