Linkstream
171 subscribers
36 photos
3 videos
2 files
959 links
Various links I find interesting. Mostly hardcore tech :) // by @oleksandr_now. See @notatky for the personal stuff
Download Telegram
Performance-based Real-time ad bidding / MSR 2011
http://research.microsoft.com/en-us/um/people/nikdev/pubs/rtb-perf.pdf
Disadvantages of purely functional programming

TLDR: memory management is hard. Again.
http://flyingfrogblog.blogspot.com/2016/05/disadvantages-of-purely-functional.html
How can a dynamically typed language not actively prevent static checking? (related to previous one)
http://lambda-the-ultimate.org/node/5320
First-class environments [are to modules and encapsulation what delimited continuations are to control flow]
http://lambda-the-ultimate.org/node/3861#comment-57967
QBE - Minimalistic compiler backend
http://c9x.me/compile/
[very limited but reasonable] Eventrons: a safe programming construct for high-frequency hard real-time applications [in Java]
http://dl.acm.org/citation.cfm?doid=1133981.1134015
Ron Pressler [Scoped Continuations compose better than monads]
http://blog.paralleluniverse.co/2015/08/07/scoped-continuations/