On Thu, Aug 23, 2007 at 10:10:20AM +0100, Johannes Schindelin wrote: > > > Red herring. The proposal was not to do nothing, but rather give git > > > a dedicated scripting language internal to it. > > > > That is a really neat idea. > > Why? Why should just _having_ a dedicated scripting language _per se_ be > a neat idea? We do not _need_ it! We script git in bash, perl, other > people in Python, Ruby, and even Haskell. So why should we _take away_ > that freedom from others to script Git in whatever language they like > most? There is no good reason. Users should be able to script in whatever language they want; that's clear. However, what some people were talking about was an internal scripting language that would be used for writing git commands, as an alternative to an alternative future where everything gets moved to C. (To accomodate those Windows users who for some silly reason refuse to install Cygwin, bash, and perl on their Windows development box. :-) I mean, even today, if you were to implement some core git porcelein command in Haskell, and submitted it for inclusion into the mainline git tree, Junio would I suspect look somewhat skeptically at it. So for those people who think an internal scripting language would be a worthwhile way of implementing certain git commands, instead of converting them all to C, my suggestion would be to "show us the code". Actually create the git to LUA bindings, and then show how easily it would be to rewrite a bunch of the existing git commands which are currently implemented in shell in LUA instead. If you can demonstrate that it could very easily and quickly get rid of all of the remaining shell scripts and create a version of git that would be considered a first class Windows port that doesn't require Cygwin, I'm sure people would spend time looking at the results. But if people are just gushing over the glories of elisp and saying things like *someone* should create a scripting language for git, it's just going to be a waste of everyone's time. Regards, - Ted - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html