Timeline for Why do heavily object-oriented languages avoid having functions as a primitive type?
Current License: CC BY-SA 4.0
        3 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 5, 2022 at 11:31 | comment | added | njzk2 | java still requires an object inside the function. the function isn't an object by itself (contrary to, e.g., python). You can be object-oriented and have functions be objects, not just be part of an object | |
| Oct 3, 2022 at 18:54 | comment | added | J. Mini | Major praise for that final link. "Closures are just objects anyway" is an enlightening perspective. | |
| Oct 2, 2022 at 20:54 | history | answered | Telastyn | CC BY-SA 4.0 |