Re: [O] What is Babel's language model?

2014-07-28 Thread Bastien
Hi Grant, my suggestion is to start with a verbose report of your own understanding and exploration of Babel, then to refine it so that it can look like a langage model (whatever that means.) Anything that takes the users and the developers by the hand would be... handy :) 2 cts of course, --

[O] What is Babel's language model?

2014-07-23 Thread Grant Rettke
Good morning, Whenever I learn a new programming language, I want to start by learning about it's language model. The language model explains, among other things, the order of evaluation, eagerness of evaluation, scope, and binding approach. For example the Racket programming language has their