Also considering using JS as the lingua franca but perf is likely unacceptable given non-JITted JavaScriptCore. (cf github.com/Khan/JSContext)
Conversation
just curious, is it compute performance you're concerned about for what you're making?
1
Not terribly concerned about compute performance, mostly just paying a >1000x abstraction cost.
1
as in, the abilities to abstract in JS are more limited than other languages? #notflamebait
1
Replying to
Oh, sorry, no: adding a layer of abstraction adds an (order of magnitude) 1000x performance hit vs. C, when using JavaScriptCore.
Replying to
no worries, thanks for clarifying! and so 1000x is enough that even if use cases aren't compute-intense, you'd think twice.
1
Yeah. It's territory where over time, you end up with slow code you can't do anything about. I've been there.
1
Show replies

