Hacker News new | ask | show | jobs
by slundberg 1129 days ago
You can serialize and ship the DSL to a remote server for high speed execution. (without trusting raw Python code)
2 comments

Why not just use JSON instead, though? Then you can just rely on all the preexisting JSON tooling out there for most stuff to do with it.
There's prior art for pythonic DSLs that aren't actual python code.