Ask HN: Survey: Scripting languages for realtime applications I am looking for scripting languages that are suited for realtime # programming. The main criteria is that there is no stop-the-world garbage collector as in Python or Lua. The main approach these languages use is a reference counting garbage collector Some candidates I have found are:
Some candidates that are not quite suited for me yet:
My question is if I have all relevant projects on the list here or if I am missing an important possibly more widely used language?# Meaning of realtime: When talking about realtime some people understand differnet things. One group thinks it is about web applications that get updated data from the server without reloading a page. I on the other sind mean realtime as in realtime operating systems (RTOS). |