Y
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
crooked-v
1129 days ago
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.
link
foota
1129 days ago
There's prior art for pythonic DSLs that aren't actual python code.
link