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

It's called functional reactive programming. For example you can say:

    box.position = delay(1,mouse.position)
And the box follows the mouse with a 1 second delay. It works by having a data type for time varying values.


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

Search: