Dynamic software updating: Difference between revisions

Content deleted Content added
m task, replaced: |journal = Software Engineering, IEEE Transactions on → |journal = IEEE Transactions on Software Engineering
Line 75:
|author-last5 = Foster
|year = 2011
|journal = Software Engineering, IEEE Transactions on Software Engineering
|issue = 99
|publisher = IEEE
Line 217:
| journal = Proceedings of the {ACM} Conference on Principles of Programming Languages (POPL)
| year = 2008 | pages = 37–58
}}</ref>
 
=== UpStare ===
Line 251:
 
=== Erlang ===
[[Erlang (programming language)|Erlang]] supports Dynamic Software Updating, though this is commonly referred to as "[[Erlang (programming language)#Hot code loading and modules|hot code loading]]". Erlang requires no safety guarantees on updates, but Erlang culture suggests that developers write in a defensive style that will gracefully handle type errors generated by updating.{{cncitation needed|date=August 2014}}
 
=== Pymoult ===