Hi everyone!

James, cool, very interesting!!

Can you write down some use cases? I see in your tests that you can invoke
javascript code from .NET, but can you expose a .NET object to
V8/Javascript and use it from JavaScript code? expose a Type? declare an
static method in .NET as a function to V8? I would like to do

if (System.IO.Exists("..."))
...

var lines = System.IO.File.ReadAllLines("...")
....

from JavaScript. Or reference the System.Console as "myconsole" in
JavaScript.

Difference with
http://javascriptdotnet.codeplex.com/
http://clearscript.codeplex.com/
?

Angel "Java" Lopez
@ajlopez



On Thu, May 23, 2013 at 8:04 AM, James W <[email protected]> wrote:

> Hey everyone!  I've just completed a .NET wrapper for the V8 engine at
> v8dotnet.codeplex.com. 8)
>
> --
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to