Not sure if this is intended behavior with the next-generation Parenscript, but:
(ps:ps ((create :foo-bar 1))) => "({ 'foo-bar' : 1 })();"
This used to be converted properly to 'fooBar'. Now I have to specify a string instead which is not really lispy.
Leslie