On a related note: since I consider writing my next Android App in Clojure, how feasible is it to port from Clojure to another LISP/Scheme? I think Gambit Scheme can be used to write iPhone apps.
Write android apps / websites in plt scheme.
11–16 of 16 posts
Re: Write android apps / websites in plt scheme.
#12Interesting. I wonder how this compares to writing such applications in Arc (also on plt scheme). Looks like the main difference would be all the side effects for phone hardware given here, plus DOM-oriented HTML/JS.
Re: Write android apps / websites in plt scheme.
#13Interesting. I wonder how this compares to writing such applications in Arc (also on plt scheme). Looks like the main difference would be all the side effects for phone hardware given here, plus DOM-oriented HTML/JS.
Something completely different. Tables VS DOM and JS events.
Re: Write android apps / websites in plt scheme.
#14Hi, I'm one of the primary developers of Moby-Scheme. If you have any questions, please let me know!
Is there a way to escape into html / javascript in moby?
As for access to Javascript, not yet. Although there is an undocumented hook to get at Javascript objects and attributes, it isn't ready for consumption.
Re: Write android apps / websites in plt scheme.
#15Re: Write android apps / websites in plt scheme.
#16Hi, I'm one of the primary developers of Moby-Scheme. If you have any questions, please let me know!
after this i navigated to moby directory and $ cd moby/examples
$ mred ../src/moby.ss falling-ball.ss
to which i got the following output
/home/deepak/work/moby/src/moby.ss:77:44: compile: unbound identifier in module in: Loc->string
=== context === standard-module-name-resolver
can u suggest wat went wrong?? is anything wrong wid my installation??????