% Bibliography of key references for "LaTeX for Thesis and Large Documents" % For use with BibTeX % -------------------------------------------------- % Cforall @misc{cfa:frontpage, url = {https://cforall.uwaterloo.ca/} } @article{cfa:typesystem, author = {Aaron Moss and Robert Schluntz and Peter A. Buhr}, title = {{\CFA} : Adding modern programming language features to {C}}, journal = {Softw. Pract. Exp.}, volume = {48}, number = {12}, pages = {2111--2146}, year = {2018}, url = {https://doi.org/10.1002/spe.2624}, doi = {10.1002/spe.2624}, timestamp = {Thu, 09 Apr 2020 17:14:14 +0200}, biburl = {https://dblp.org/rec/journals/spe/MossSB18.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } % -------------------------------------------------- % Array prior work @inproceedings{arr:futhark:tytheory, author = {Henriksen, Troels and Elsman, Martin}, title = {Towards Size-Dependent Types for Array Programming}, year = {2021}, isbn = {9781450384667}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/3460944.3464310}, doi = {10.1145/3460944.3464310}, abstract = {We present a type system for expressing size constraints on array types in an ML-style type system. The goal is to detect shape mismatches at compile-time, while being simpler than full dependent types. The main restrictions is that the only terms that can occur in types are array sizes, and syntactically they must be variables or constants. For those programs where this is not sufficient, we support a form of existential types, with the type system automatically managing the requisite book-keeping. We formalise a large subset of the type system in a small core language, which we prove sound. We also present an integration of the type system in the high-performance parallel functional language Futhark, and show on a collection of 44 representative programs that the restrictions in the type system are not too problematic in practice.}, booktitle = {Proceedings of the 7th ACM SIGPLAN International Workshop on Libraries, Languages and Compilers for Array Programming}, pages = {1–14}, numpages = {14}, keywords = {functional programming, parallel programming, type systems}, location = {Virtual, Canada}, series = {ARRAY 2021} } @article{arr:dex:long, author = {Adam Paszke and Daniel D. Johnson and David Duvenaud and Dimitrios Vytiniotis and Alexey Radul and Matthew J. Johnson and Jonathan Ragan{-}Kelley and Dougal Maclaurin}, title = {Getting to the Point. Index Sets and Parallelism-Preserving Autodiff for Pointful Array Programming}, journal = {CoRR}, volume = {abs/2104.05372}, year = {2021}, url = {https://arxiv.org/abs/2104.05372}, eprinttype = {arXiv}, eprint = {2104.05372}, timestamp = {Mon, 25 Oct 2021 07:55:47 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-2104-05372.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} }