JupiterIO1
Has it ever been considered to port the Erlang BEAM and subsequently Elixir onto mobile devices? Ideally as the foundation of a new kind of operating system that could usher in the era of “every service being distributed”? To ask the least, wouldn’t such a platform favour mesh networking for mobile too? And interactions with Blockchain, how about it?
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
This might be a bit disturbing for some but it’s happening - computers running on living human neurons. They’ve made them smart enough t...
New
Other Trending Topics
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 5- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
easco
At one point there was an iOS version of CouchDB and CouchDB is written in Erlang so it has been done before.
greenz1
Funnily I am using Erlang and Elixir on my Android device already!!
I installed Termux
bashterminal emulator.Then ran
pkg install erlangNow I am more into elixir so I installed asdf-vm on my phone which is very easy to do.
Using asdf-vm I installed Elixir on my phone. Now my phone is my test environment. I have also done some extra work so that GItLab always deploys develop commits on my phone. Now my phone is the test environment for my mobile app. XDXD And this is crazy awesome.
I also have ArangoDB installed on my phone. Sometimes it sucks the life out of my phone. But it is totally worth it.
dch
http://www.burbas.se/2011/04/12/download-erlang-for-ios/ is the most recent version to my knowledge, but also GitHub - couchbaselabs/iErl14 at master · GitHub has some stuff. R14 is … a long way back now, so none of your modern elixir or erlang stuff will work out of the box on it, but at least you know where it lives now.
JupiterIO1
Now this !!!
Thank you so much! I’m definitely going to try this and keep you synced.
I’ve joined your Early Access on your app! Well done!
greenz1
Thanks @JupiterIO1 !! I will keep you posted about the updates.