top | item 47031553

(no title)

fulafel | 13 days ago

There's a lot of soft-realtime (=audio/video, gaming etc) apps using interpreted languages. Besides Python and Lua, also Erlang.

discuss

order

PaulDavisThe1st|13 days ago

They don't use python or similar languages in their realtime threads, I would wager.

fulafel|13 days ago

Oh and of course SuperCollider.

fp64|13 days ago

It compiles and sends bytecode to the server, no? I'm quite sure the server at least does not run a plain interpreter, and I know for sure you build a graph there. That's why you can also use it with other languages (Saw a clojure example I think I wanted to give a try)