In yesterday’s post, I gave an example of how to use JavaScript from within Python. This is an important feature enabling Python programmers to setup JavaScript environments and execute JavaScript in them. But as I mentioned in my release announcement post, Natus’ Python bindings are bi-directional. This means we can also access Python from JavaScript! Note that not only [...]
This is just a quick demo on how to use JavaScript from Python using Natus. The basic idea here is that you create your engine and global and then you export python objects into the Natus global environment. Once you do this, you are able to call back into Python from JavaScript. $ python Python [...]
06 Dec
Posted by Nathaniel McCallum as Technology
(If you’ve not read my last post, you’ll probably want to go do that now.) I’m pleased to announce the first public release of Natus! You can download 0.1.2 here. About Natus Natus is an MIT-licensed JavaScript meta-engine. Natus provides an engine agnostic way to build an application on javascript or to build modules for [...]
For those of you like me struggling with the broken eclipse-pydev in F14, I’ve posted fixes to this bug. There are also RPMs for x86_64. Hopefully someone will commit this soon.