The motivation behind this interface is to provide the ability to implement Erlang nodes directly in Gambit-C (James thinks that Termite is a little too immature to base any production code on, a view that I share). This way, you have the best of both worlds:
- Code in Scheme (for those who prefer its syntax over everything else, like me)
- Use the production-quality Erlang platform and OTP for the deployment of robust, scalable and fault-tolerant distributed applications,
- Access the Mnesia database from Scheme (this would need a more complex proxy node in Erlang, but this is certainly doable).
3 comments:
Sounds like a good idea indeed!
Mnesia is the next step :)
I'd really like to be able to use scheme instead of erlang in yaws.
This sounds great.
Post a Comment