atomvm / AtomVM

Tiny Erlang VM
https://www.atomvm.net
Apache License 2.0
1.49k stars 106 forks source link

AtomVM + Elixir + Contexterlang #153

Open jorgeehernandez opened 4 years ago

jorgeehernandez commented 4 years ago

Thanks for the work on this project!

Currently I'm trying to find out if I can use AtomVm on my master tesis . One of the aim of the tesis is to run http://www.guidosalvaneschi.com/wp/contexterlang/ using elixir. Contexterlang relies on Erlang concurrency model to create context aware agents. The idea is to use elixir with AtomVM + Contexterlang to create IoT agents that runs on devices esp32 and stm32.

Thanks

arpunk commented 4 years ago

AtomVM implements a subset of Erlang and there is currently no OTP support. That means most of the libraries that contexterlang uses are not avialable and must be backported. contexterlang seems to use ets, rpc, code and other modules not available in AtomVM.

bettio commented 4 years ago

Did you make any progress? Do you have any feedback/information you would like to share?