team.rst 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .. _team:
  2. The Agda Team and License
  3. *************************
  4. Agda 2 was originally written by Ulf Norell,
  5. partially based on code from Agda 1 by Catarina Coquand and Makoto Takeyama,
  6. and from Agdalight by Ulf Norell and Andreas Abel.
  7. Agda 2 is currently actively developed mainly by (in alphabetical order):
  8. * Andreas Abel
  9. * Guillaume Allais
  10. * Liang-Ting Chen
  11. * Jesper Cockx
  12. * Matthew Daggitt
  13. * Nils Anders Danielsson
  14. * Ulf Norell
  15. * Andrés Sicard-Ramírez
  16. * Andrea Vezzosi
  17. Agda 2 has received major contributions by the following developers, amongst others.
  18. Some contributors have pioneered a feature which shall be mentioned here.
  19. But many have worked on these features for improvements and maintenance.
  20. * Andreas Abel: *termination checker, sized types, irrelevance, copatterns, erasure*
  21. * Guillaume Allais: *warnings, pattern guards, standard library 1.0 and above*
  22. * Stevan Andjelkovic: *LaTeX backend*
  23. * Miëtek Bak: *Agda logo*
  24. * Marcin Benke: *original "Alonzo" compiler to Haskell*
  25. * Jean-Philippe Bernardy: ``syntax`` *declarations*
  26. * Guillaume Brunerie
  27. * James Chapman
  28. * Liang-Ting Chen: *github workflows*
  29. * Jesper Cockx: *rewriting, unification* ``--without-K``
  30. * Catarina Coquand: *Agda 1*
  31. * Matthew Daggitt: *standard library 1.0 and above*
  32. * Nils Anders Danielsson: *efficient positivity checker, HTML backend, highlighting, standard library*, ``--erased-cubical``
  33. * Dominique Devriese: ``instance`` *arguments*
  34. * Péter Diviánszky: *web frontent,* ``variable`` *declarations*
  35. * Robert Estelle: *refactoring of backends, main driver*
  36. * Olle Fredriksson: *Epic compiler backend*
  37. * Paolo Giarrusso
  38. * Adam Gundry: *pattern synonyms*
  39. * Daniel Gustafsson: *Epic compiler backend*
  40. * Philipp Hausmann: *treeless compiler, UHC compiler backend, testsuite runner, Travis CI*
  41. * Kuen-Bang Hou "favonia"
  42. * Patrik Jansson
  43. * Alan Jeffrey: *JavaScript compiler backend*
  44. * Wolfram Kahl
  45. * Wen Kokke
  46. * John Leo
  47. * Fredrik Lindblad: *Agsy proof search "Auto"*
  48. * Víctor López Juan: *"tog" prototype, markdown frontend, documentation*
  49. * Ting-Gan Lua
  50. * Francesco Mazzoli: *"tog" prototype*
  51. * Stefan Monnier
  52. * Guilhem Moulin: *highlighting*
  53. * Fredrik Nordvall Forsberg: *pattern lambdas, warnings*
  54. * Ulf Norell: *Agda 2*
  55. * Nicolas Pouillard: *module record expressions*
  56. * Jonathan Prieto: *Agda package manager*
  57. * Christian Sattler
  58. * Andrés Sicard-Ramírez: *Agda releases, Travis CI*
  59. * Makoto Takeyama: *Agda 1, Emacs mode, "MAlonzo" compiler to Haskell, serialization*
  60. * Andrea Vezzosi: *Cubical Agda, Agda-flat, Agda-parametric, Guarded Cubical Agda*
  61. * Noam Zeilberger: *pattern lambdas*
  62. * Tesla Ice Zhang
  63. The full list of code and documentation contributors (more than 170)
  64. is available at https://github.com/agda/agda/graphs/contributors
  65. or from the git repository via ``git shortlog -sne``.
  66. Numerous further individuals have contributed to Agda by reporting
  67. issues, building backends and editor support, packaging Agda etc.
  68. The Agda license is `here
  69. <https://github.com/agda/agda/blob/master/LICENSE>`_.