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

alternatively it is the most object oriented language



Haha, nice observation. But not really. The only facet of object orientation is processes communicating with message-passing semantics. Primitive types are not objects, and processes are not instances of a class for example.


But you can get "polymorphism" by spawning different processes that all respond to the same messages. So in that sense the process is the "instance", and the process function is the "class".




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

Search: