Skip to content

jonghough/PytoJ_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PytoJ_Demo

Sample Python application calling J functions. It's a simple PyGame application that uses J to perform most of the logic.

Dependencies

How to use

After all dependencies are installed, python uipytoj.py

It is only a demonstration, and the main point of this project is the file pytoj.py. This file is entirely based on the Python J interface given here:

http://www.jsoftware.com/pipermail/programming/2013-November/033974.html

This file allows calling verbs and returning J values from Python.

Why?

This is a demonstration of another way to communicate between J and other programming languages. For a similar C/C++ interface see

https://github.com/jonghough/CPP2J_Demo

About

Sample Python application calling J functions. It's a simple PyGame application that uses J to perform most of the logic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages