|
|
|
|
|
by sandbags
235 days ago
|
|
I would love to replace JS as the scripting language in one of my native macOS apps and I wonder if Wren would be suitable. The two biggest questions I’d have are: 1) how easy it would be to bridge Obj-C objects to Wren-space and vice versa (a big win of using JavascriptCore)
2) how easy would it be to implement script debugging? This is not exactly a strength of Javascript core but it is at least possible by connecting the Safari web inspector. There’s lots I don’t like about JS and JSCore but i’ve yet to find a better alternative. |
|