ecl-android

Patches for ECL to run on android iOS and Native client (Obsolete: You should use https://gitlab.common-lisp.net/ecl/ecl-android instead)

Github stars Tracking Chart

Warning: This project is obsolete. You probably want to use: https://gitlab.common-lisp.net/ecl/ecl-android instead.

This project contains the needed patches to run ECL on android.

The included Makefile will download and patch ECL (git is needed).
See INSTALL for details.

You'll need the android SDK + NDK to compile / run this project

The included "HelloEcl" android application demonstrates how to
start/run an in-process ECL from an android app using JNI. It loads
the file "init.lisp" and displays a Toast notification. It also starts
a swank server on port 4005 (on the emulator use "adb forward tcp:4005
tcp:4005" to be able to connect to it from slime). The first run will
be slow because swank needs to be byte-compiled. To get more
information on what ECL is doing you might want to enable stdout/stderr
redirection:

adb shell stop
adb shell setprop log.redirect-stdio true
adb shell start

The cross-compiled ecl binary can also be run as a standalone
executable (just "adb push" it to a directory on the emulator and use
"adb shell" to execute it.

Sylvain Ageneau ageneau@gmail.com

Main metrics

Overview
Name With Ownerageneau/ecl-android
Primary LanguageCommon Lisp
Program languageMakefile (Language Count: 13)
Platform
License:Other
所有者活动
Created At2011-02-08 22:03:17
Pushed At2015-12-05 23:29:31
Last Commit At2015-12-05 20:29:25
Release Count0
用户参与
Stargazers Count116
Watchers Count20
Fork Count13
Commits Count75
Has Issues Enabled
Issues Count8
Issue Open Count0
Pull Requests Count2
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private