Settings

Theme

Ask HN: Systems whose concepts spring from programming languages/paradigms?

2 points by journeeman 9 years ago · 2 comments · 1 min read


The canonical example is that of MapReduce/Hadoop which borrows from Functional Programming and LISP. Are there any others?

techno_modus 9 years ago

The general idea that an existing module or component can be changed by injecting additional behavior has been originally developed within aspect-oriented programming (AOP). And then this idea has been implemented in various frameworks like Spring (yet, not in its original form).

  • journeemanOP 9 years ago

    Cool. Another example could be of IPC in distributed operating systems borrowing from message-passing in CSP or the Actor model although, it could be also be the other way around?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection