May-2017.tex 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. \documentclass{article}
  2. \usepackage{hcar}
  3. \begin{document}
  4. % Agda-NA.tex
  5. \begin{hcarentry}[section,updated]{Agda}
  6. \label{agda}
  7. \report{Ulf Norell}%11/13
  8. \status{actively developed}
  9. \participants{Ulf Norell, Nils Anders Danielsson, Andreas Abel,
  10. Jesper Cockx, Makoto Takeyama,
  11. Stevan Andjelkovic, Jean-Philippe Bernardy, James Chapman,
  12. Dominique Devriese, P\'eter Divi\'anszky,
  13. Fredrik Nordvall Forsberg, Olle Fredriksson, Daniel Gustafsson,
  14. Alan Jeffrey, Fredrik Lindblad, Guilhem Moulin, Nicolas Pouillard, Andrés Sicard-Ramírez
  15. and many others}
  16. \makeheader
  17. Agda is a dependently typed functional programming language (developed
  18. using Haskell). A central feature of Agda is inductive families,
  19. i.e., GADTs which can be indexed by \emph{values} and not just types.
  20. The language also supports coinductive types, parameterized modules,
  21. and mixfix operators, and comes with an \emph{interactive}
  22. interface---the type checker can assist you in the development of your
  23. code.
  24. A lot of work remains in order for Agda to become a full-fledged
  25. programming language (good libraries, mature compilers, documentation,
  26. etc.), but already in its current state it can provide lots of value as a
  27. platform for research and experiments in dependently typed programming.
  28. Some highlights from the past six months:
  29. \begin{itemize}
  30. \item Agda~2.5.2 was released in December 2016.
  31. \item The Agda documentation at
  32. \url{http://agda.readthedocs.org/en/stable/} is being continuously improved.
  33. \item Experimental support for homotopy type theory has been added to the
  34. developement branch by Andrea Vezzosi.
  35. \end{itemize}
  36. Release of Agda~2.5.3 is planned for summer 2017.
  37. \FurtherReading
  38. The Agda Wiki: \url{http://wiki.portal.chalmers.se/agda/}
  39. \end{hcarentry}
  40. \end{document}