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