November-2010.tex 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. \documentclass{article}
  2. \usepackage{hcar}
  3. \begin{document}
  4. \begin{hcarentry}[section,updated]{Agda}
  5. \label{agda}
  6. \report{Nils Anders Danielsson}%11/10
  7. \status{actively developed}
  8. \participants{Ulf Norell, Andreas Abel, and many others}
  9. \makeheader
  10. Agda is a dependently typed functional programming language (developed
  11. using Haskell). A central feature of Agda is inductive families, i.e.\
  12. GADTs which can be indexed by \emph{values} and not just types. The
  13. language also supports coinductive types, parameterized modules, and
  14. mixfix operators, and comes with an \emph{interactive} interface---the
  15. type checker can assist you in the development of your code.
  16. A lot of work remains in order for Agda to become a full-fledged
  17. programming language (good libraries, mature compilers, documentation,
  18. etc.), but already in its current state it can provide lots of fun as
  19. a platform for experiments in dependently typed programming.
  20. In September version 2.2.8 was released, with these new features:
  21. \begin{itemize}
  22. \item Pattern matching for records.
  23. \item Proof-irrelevant function types.
  24. \item Reflection.
  25. \item Users can define new forms of binding syntax.
  26. \end{itemize}
  27. \FurtherReading
  28. The Agda Wiki: \url{http://wiki.portal.chalmers.se/agda/}
  29. \end{hcarentry}
  30. \end{document}