Easy to embed single-C-file Javascript implementation
April 14 2010, 4:48 AM
Write easy to embed single-C-file Javascript implementation. This was raised by antirez. I opened Quora thread. Basically this is Javascript implementation in the style of:
This would be a great thing to learn parsing, dynamic language implementation and all cool modern CS tricks. W00t!
Possible way to implement it is to use OMeta Javascript implementation and port to C.