Carp/RESEARCH.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2016-03-02 12:41:49 +03:00
# C PROGRAMMING AND DEBUGGING
2016-01-18 20:04:17 +03:00
http://clang.llvm.org/docs/AddressSanitizer.html
2016-03-02 12:41:49 +03:00
https://www.iar.com/support/resources/articles/advanced-preprocessor-tips-and-tricks/
2016-03-04 12:22:22 +03:00
http://jvns.ca/blog/2016/03/01/a-few-notes-on-the-stack/
2016-03-02 12:41:49 +03:00
# OWNERSHIP & BORROWING
2016-01-24 02:39:15 +03:00
http://blog.piston.rs/2016/01/23/dynamo/
2016-03-02 12:41:49 +03:00
http://evincarofautumn.blogspot.se/2016/01/thoughts-on-using-fractional-types-to.html
# LAMBDA LIFTING
https://wingolog.org/archives/2016/02/08/a-lambda-is-not-necessarily-a-closure
2016-03-02 12:41:49 +03:00
# MODULES & FUNCTORS
http://homepages.inf.ed.ac.uk/mfourman/teaching/mlCourse/notes/sml-modules.html
https://www.cse.unsw.edu.au/~chak/papers/modules-classes.pdf
2016-03-04 12:22:22 +03:00
# TYPES
https://lambdacube3d.wordpress.com/2016/03/03/tuples-as-heterogeneous-lists/
2016-02-24 22:16:58 +03:00
https://jeltsch.wordpress.com/2016/02/22/generic-programming-in-haskell/
2016-03-02 12:41:49 +03:00
# CSP
http://reaktor.com/blog/why-csp-matters-ii-how-do-i-know-sync-works/
2016-03-04 12:22:22 +03:00
# OTHER LISPS
http://alex-charlton.com/posts/Prototype_to_polish_Making_games_in_CHICKEN_Scheme_with_Hypergiant/
# LANGUAGE DESIGN
http://www.complang.tuwien.ac.at/kps2015/proceedings/KPS_2015_submission_29.pdf