Erlbol
Erlang + REBOL gui
say YES to Obama '08
say NO to Bibles in the science classroom
say NO to 4 more years of Bush's War
say NO to McCain-Palin
The objective of the Erlbol project is to provide an easy to build GUI for Erlang using REBOL. The model connects REBOL as a GUI client for an Erlang server.
Description of files in Downloads
1. erlbol.erl and erlbol.r are the base demo files.
2. erlbol_mod.erl and erlbol_mod.r demonstrate how to add a new Erlang function to the interface.
3. erlbol_list1.r and erlbol_list2.r provide alternative GUIs for the erlbol.erl server.
Testing
The demo code has been successfully tested on XP, with these versions:
- Erlang/OTP R12C (June 11, 2008)
- REBOL/View 2.7.6.3.1 (14-Mar-2008)
Where is this project heading?
Erlbol can send and receive tuples and lists. It is possible to use it with ets and dets tables. I want to see what kind of feedback this first version generates, then decide where it should go.