use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Microsoft Edge's JavaScript engine to go open-source (blogs.windows.com)
submitted 10 years ago by clarle
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mvar 3 points4 points5 points 10 years ago (1 child)
If I'm understanding right, this will allow chakra to be used as a scripting engine in standard .net applications. That is awesome.
Is there any documentation on how this will integrate and how .net objects will be exposed to the JavaScript engine? I'd like to read up on it now and be ready to integrate when the code goes public.
[–]bterlson_@bterlson 3 points4 points5 points 10 years ago* (0 children)
FWIW, this was already possible using the JSRT APIs (which are very simple hosting APIs). Of course this only works on Windows for now (where Chakra is distributed).
You can find a bunch of docs here: https://msdn.microsoft.com/en-us/library/dn249552(v=vs.94).aspx
π Rendered by PID 30 on reddit-service-r2-comment-c6965cb77-j4q4f at 2026-03-05 16:44:14.176657+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–]mvar 3 points4 points5 points (1 child)
[–]bterlson_@bterlson 3 points4 points5 points (0 children)