We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa8955 commit ee55bcfCopy full SHA for ee55bcf
scala-workshop/paper.tex
@@ -1,5 +1,6 @@
1
\documentclass[10pt]{sigplanconf}
2
3
+\usepackage[T1]{fontenc}
4
\usepackage{amsmath}
5
\usepackage{tikz}
6
\usepackage{xspace}
@@ -50,15 +51,9 @@
50
51
\input{abstract}
52
\end{abstract}
53
-% \category{CR-number}{subcategory}{third-level}
54
+\category{D.1.3}{Programming Techniques}{Concurrent Programming}[distributed programming, parallel programming]
55
-% general terms are not compulsory anymore,
56
-% you may leave them out
57
-% \terms
58
-% term1, term2
59
-%
60
-% \keywords
61
-% keyword1, keyword2
+\keywords{APGAS, Scala, Akka}
62
63
\input{introduction}
64
\input{overview}
0 commit comments