keskiviikko 24. kesäkuuta 2015 2.36.12 UTC+3 John Carmack kirjoitti: > The intersection of Gear VR owners and Racket users may consist of just me at > the moment, but if anyone else here is interested in discussing the work I am > doing with driving VR by Racket/Scheme, I would welcome the input. Would > that be > an appropriate topic on the list?
I don't know why you stick to Racket/Scheme, but you might find libmarpa to be a game changer there as much as it was for me. Here's something I dare to do because I've got grammar driven parsing: https://www.youtube.com/watch?v=3Sx-eVRwDmY&list=PLhFvCwO-WKvsRJglGrJ5_r2vPAs1E704D&index=5 You may note up few things: * I don't have syntax for closures or setting a variable prior the session. I wrote the grammar rules and traversing functions matching to the semantics, slightly before I actually implemented them. * The grammar is immediately used after the changes. It throws out errors that point out what's missing. I got the advantages of rich syntax, but I don't need hand written parsers or LALR to get it. The parser that I've written in python is slow though. It takes a second on my computer to parse 1000 lines long file. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.