Собственно, сабж: https://groups.google.com/forum/#!msg/racket-users/RFlh0o6l3Ls/8InN7uz-Mv4J .
Немножко интересных цитат от гуру геймдева:
Doing VR GUI development in the native apps is unpleasant – you can gut it out in C++ with our current interfaces, but the iteration times and code structure don’t make it a lot of fun.
This will be controversial, and I will have a longer discussion about it, but I chose Scheme (a Lisp) for the scripting language. If this all works out, we can eventually make C# and Javascript versions, but I have a bunch of reasons for going this way first. I am using Racket http://racket-lang.org/ for the PC development environment, and Chibi Scheme for the embedded interpreter on Android.
I am favoring ease of development over performance, and it definitely won’t be suitable for a lot of tasks, but everything we have done with first party apps so far should be at least a candidate for development in this style once it is mature.
I am a big believer in functional programming (and static types) for large projects, but there is an undeniable bit of awkwardness compared to just imperatively poking things for small projects. That is one of the wins for Scheme — I can make it super-easy to get easy things working, but it isn't just a «scripting language» unsuitable for large scale development. I am going to have to sort out my Racket / Chibi module strategy sometime soon, though.
The bottom line is that I have been enjoying myself working with Racket / Scheme this year, and I have evidence that it has been objectively productive for me, so I'm going out on a bit of a limb and placing a bet on it.
Вообще его понять можно, среди скриптовых языков схема наиболее приятна, но лично мне не верится, что затея взлетит - даже в списке рассылки Racket Users первые ответы были про JavaScript/JSON как более подходящие варианты. Да и сам Джон сознается, что многие «might be a little hostile to working in a Lisp».
С другой стороны, возможно мы наблюдаем начало лиспоренесанса, ВР станет рельсами для схемы, а местные борщехлебы завоюют геймдев?