Add interpreters for APL and J (#3029)

* Add APL interpreters

* Add J interpreter

* Add test fixtures for APL/J interpreters
This commit is contained in:
John Gardner
2016-06-02 02:41:22 +10:00
committed by Arfon Smith
parent 4eb33fe3be
commit 897218678e
3 changed files with 16 additions and 0 deletions

3
samples/J/hashbang Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/jconsole
echo 'Hello, GitHub!'
exit ''