May-2010.tex 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. \documentclass{article}
  2. \usepackage{hcar}
  3. \begin{document}
  4. \begin{hcarentry}[updated]{Agda}
  5. \label{agda}
  6. \report{Nils Anders Danielsson}%11/09
  7. \status{actively developed}
  8. \participants{Ulf Norell 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. New since last time:
  21. \begin{itemize}
  22. \item Version 2.2.6 has been released, with experimental support for
  23. universe polymorphism.
  24. \item FreeBSD users can now install Agda using FreshPorts.
  25. \end{itemize}
  26. \FurtherReading
  27. The Agda Wiki: \url{http://wiki.portal.chalmers.se/agda/}
  28. \end{hcarentry}
  29. \end{document}