A pre-compiled version of Erlang for iOS are now available here: Erlang for iOS (674)
Unzip the file and put the content in /usr/local/erlang on your iOS device.
Update!
I’ve now corrected the filenames in the /lib-directory.
An updated version of Erlang is available here now: Erlang iOS SSP255 Updated (503) (The old version is available here: Erlang for iOS (662)
The only change in this version is that the stack size pointer is set to 255 (Instead of 256) which seems to be working nice with iOS. If you have the old version of iOSErlang you have to give the argument +sss 255 to the ./erl command in order to run Erlang.

Thanks to Uwe Dauernheim you can run Erlang on iOS devices. I’ve tested it on my iPad and it worked great. So checkout the respositorys at Erlang-Embedded or Uwe fork. Your iOS device needs to be jailbreaked in order to run Erlang.

Download pre-compiled binaries
See this post: http://www.burbas.se/2011/04/12/download-erlang-for-ios/


Me and a friend of mine talked about how bad the performance of the Minecraft server was and its lack of scaling. We thought on how we could solve this with Erlang, and the outcome of that discussion is the Minecraft-sERLver. It’s not by any means finished, but it’s a nice project with lots of interesting challenges.
Check out the project on github: https://github.com/burbas/Minecraft-sERLver

You can now download an Erlang package for the Android platform. The package is available here togheter with installation instructions.

My master thesis, as I named “Socius”, is almost complete. Socius is an application that enables mobile devices to automatically share files between each other. It’s completely written in Erlang and today I got it running on the Android platform. I will post a more detailed post about Socius and what it can do.

+ 
I’ve completed my port of Erlang to Android. A lot of the inspiration was given from apage43 OTP-repository on github. I have also done an android application which installs erlang onto your phone. This is a part of my master thesis and will be available sometimes in the beginning of November.
It’s not a complicated, but rather a time consuming work to make an installer (at least it was for me) for an erlang release that will run on an android phone. I’m hoping to maybe write a tool that does all of that so the developer does not have to do this. Right now it’s just a thought from my side, but if anyone else would be interested in developing such a tool, feel free to contact me :-).

I have now received a HTC Desire and an iPad and am hoping to get my ports to work. I have an Android version of Erlang ready, but have not tested it yet. The Erlang iOS-port have not been started yet, but hopefully it wont take long until you can run your favourite Erlang-programs on an iPhone.
