luau/papers/hatra21/hatra21.tex
2021-07-14 16:12:06 -05:00

36 lines
645 B
TeX

\documentclass[acmsmall]{acmart}
\begin{document}
\title{The Goals of the Luau Type System}
\author{Alan Jeffrey}
\author{Other People?}
\affiliation{
\institution{Roblox}
\city{San Mateo}
\state{CA}
\country{USA}
}
\begin{abstract}
A position paper about the goals Luau type system.
\end{abstract}
\maketitle
\section{Introduction}
The Luau Programming Language~\cite{Luau}
is the scripting language used by developers of Roblox
experiences.
\section{Infallible types}
\section{Strict types}
\section{Nonstrict types}
\section{Conclusions}
\bibliographystyle{ACM-Reference-Format}
\bibliography{bibliography}
\end{document}