May-2018.tex 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. % Agda-UA.tex
  2. \begin{hcarentry}[updated]{Agda}
  3. \label{agda}
  4. \report{Ulf Norell}%05/18
  5. \status{actively developed}
  6. \participants{Ulf Norell, Nils Anders Danielsson, Andreas Abel,
  7. Jesper Cockx, Makoto Takeyama,
  8. Stevan Andjelkovic, Jean-Philippe Bernardy, James Chapman,
  9. Dominique Devriese, P\'eter Divi\'anszky,
  10. Fredrik Nordvall Forsberg, Olle Fredriksson, Daniel Gustafsson,
  11. Alan Jeffrey, Fredrik Lindblad, Guilhem Moulin, Nicolas Pouillard,
  12. Andr\'es Sicard-Ram\'irez and many others}
  13. \makeheader
  14. Agda is a dependently typed functional programming language (developed
  15. using Haskell). A central feature of Agda is inductive families,
  16. i.e., GADTs which can be indexed by \emph{values} and not just types.
  17. The language also supports coinductive types, parameterized modules,
  18. and mixfix operators, and comes with an \emph{interactive}
  19. interface---the type checker can assist you in the development of your
  20. code.
  21. A lot of work remains in order for Agda to become a full-fledged
  22. programming language (good libraries, mature compilers, documentation,
  23. etc.), but already in its current state it can provide lots of value as a
  24. platform for research and experiments in dependently typed programming.
  25. Release of Agda~2.5.4 is planned for early summer 2018 with a number of
  26. new features:
  27. \begin{compactitem}
  28. \item {\tt do}-notation
  29. \item Compile-time call-by-need evaluation
  30. \item Builtin 64-bit words
  31. \item Improved performance of compiled code
  32. \end{compactitem}
  33. \FurtherReading
  34. The Agda Wiki: \url{http://wiki.portal.chalmers.se/agda/}
  35. Language Documentation: \url{http://agda.readthedocs.org/en/stable/}
  36. \end{hcarentry}