Hacker News new | past | comments | ask | show | jobs | submit login

I guess the term 'Lambda' here is taken to mean 'a function without side effects'. So no higher-order chainability, etc. afaik.



Except that it can have side effects, can't it - it can trigger services, cause stuff to be changed in a datastore. It doesn't have any local stateful storage, but it can make use of remote state. In that respect, how is it different from basically any web request processor?




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

Search: