|
|
|
|
|
by noelwelsh
570 days ago
|
|
Agreed in general. What DuckDB seems to be missing is phases / staging. It seems like Someone Else's code could install an extension midway through your program's execution and change its meaning. This is bad. What you want to be able to do is isolate exactly what language your program runs with. Racket does this (and has extensible parsing). |
|