Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is it possible to do real time programming in a garbage collected language?


Sure. What latency do you need?


If you don't have any cycles (and disable mark/sweep), Python's reference counting will be deterministic. However, I doubt this implementation will be able to offer real-time capability :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: