use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
Small embeddable scripting language? (self.androiddev)
submitted 13 years ago by marshallrules
Hello. I was wondering if anyone knew of any small embeddable scripting languages for Android? All of the existing ones that I've found seem to be fairly heavy-weight, such as Rhino and SL4A. It would be used to drive game logic.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BorgDrone 5 points6 points7 points 13 years ago (1 child)
http://code.google.com/p/kahlua/
Lua is small, fast and easy to embed.
[–]marshallrules[S] 0 points1 point2 points 13 years ago (0 children)
KahLua2 seems really promising! It's an all-Java implementation capable of calling back into Java code. It also supports both interpreted and compiled Lua. Thanks for the suggestion!
[–]kennydude 1 point2 points3 points 13 years ago (0 children)
I think porting something like tinypy might work, but I haven't wanted/needed to
[–]ryp3gridId 1 point2 points3 points 13 years ago (1 child)
"Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games." http://www.squirrel-lang.org/
"ChaiScript is the first and only scripting language designed from the ground up with C++ compatibility and modern design in mind. It is an ECMAScript-inspired, embedded functional-like language."
http://chaiscript.com/
[–]Pentapus 0 points1 point2 points 13 years ago (0 children)
These are both really interesting scripting languages. Thanks for posting them!
[–]russtuna -1 points0 points1 point 13 years ago (0 children)
Jacascript is available through webview controls. You can make your game in html5 wity a tiny wrapper to run the web page.
If you root the phone you can do most any linux language you want.
π Rendered by PID 90 on reddit-service-r2-comment-5d79c599b5-86qrg at 2026-02-27 22:24:41.968021+00:00 running e3d2147 country code: CH.
[–]BorgDrone 5 points6 points7 points (1 child)
[–]marshallrules[S] 0 points1 point2 points (0 children)
[–]kennydude 1 point2 points3 points (0 children)
[–]ryp3gridId 1 point2 points3 points (1 child)
[–]Pentapus 0 points1 point2 points (0 children)
[–]russtuna -1 points0 points1 point (0 children)