Hi Amirouche, > Héllo, > > > My name is Amirouche. I am a software developer mainly interested > in webdev, databases and natural language processing. > > I am (was?) an active guile developer and helped with several > projects (wiredtiger, libgit2, gnunet, termbox). With elm as > inspiration, I created a small todo app using biwascheme: > > https://github.com/amirouche/scheme-todomvc/ > > My plan is to implement something similar to http://rawbase.github.io > in Scheme and it seems that bigloo is the best scheme for that task. > > Q: Why bigloo does not have a JavaScript backend? > > > Best regards, As Joe already mentioned. If you are interested in Web development you should definitively have a look at Hop. Hop is built on top of Bigloo. Everything available in Bigloo is also available in Hop but with Hop you have additional features. Mainly:
- a fast multi-threaded builtin web server; - a Scheme->JavaScript compiler; - a total blending of Scheme and JavaScript; - various facilities for dealing with HTML and CSS. Best, -- Manuel
