Nathaniel McCallum

echo $life | grep meaning > /dev/world

Using Python from JavaScript with Natus

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 [...]

Using JavaScript from Python with Natus

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 [...]

(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 [...]

eclipse-pydev fixed for F14

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.