damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

Add Hecl support #104

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

I made Hecl Interpreter from Hecl http://www.hecl.org/
It cannot access to SL4A APIs yet.
It needs a json-rpc bridge module/script to improve it.
If this would be accepted I will attach the source zip on here for commits.

Anyway,here is the .apk for Hecl users.
The extension would be ".hcl".
Don't use the Add "Hecl" menu of SL4A because it might crash.
Create hecl(.hcl) script from other editors or rename other languages script 
files extension.
eg. "name.tcl" change it to "name.hcl"

Original issue reported on code.google.com by tomcatalbino on 14 Mar 2012 at 5:07

Attachments:

Copied from original issue: damonkohler/android-scripting#611

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

sl4a_r5 now copes with "Unsupported" languages better, so you should be able to 
just use the editor.

However, without the bridging rpc handler, I'm not sure how useful this is 
(yet).

Original comment by rjmatthews62 on 14 Apr 2012 at 3:40

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

Now the apk can be download from

http://code.google.com/p/hecl-for-android/

Original comment by tomcatalbino on 28 Jun 2012 at 11:38