Articulo de referencia

Lista de software y herramientas de Haskell

Esta es una lista de software y herramientas para Haskell , que incluye compiladores , intérpretes , herramientas de compilación , gestores de paquetes , entornos de desarrollo ...

Esta es una lista de software y herramientas para Haskell , que incluye compiladores , intérpretes , herramientas de compilación , gestores de paquetes , entornos de desarrollo integrados , bibliotecas y otras utilidades de desarrollo.

Compiladores, intérpretes y editores

Bibliotecas y marcos de trabajo

Herramientas de compilación y gestión de paquetes

  • Cabal — sistema de construcción e infraestructura de empaquetado [ 13 ]
  • Haskell Platform — distribución empaquetada de herramientas y bibliotecas de Haskell (obsoleto) [ 14 ]
  • Stack — herramienta de compilación y gestor de dependencias [ 15 ] [ 16 ]

Herramientas lingüísticas y análisis estático

Entornos interactivos

Herramientas de depuración y análisis de rendimiento

  • hp2ps — herramienta de visualización de perfilado de montón [ 29 ]
  • ThreadScope: visualizador de ejecución paralela para programas Haskell [ 30 ] [ 31 ]

Generadores de documentación

  • Haddock — Generador de documentación de API para Haskell [ 32 ]

Generadores de analizadores sintácticos y léxicos

  • Alex — generador de analizadores léxicos para Haskell [ 33 ]
  • Feliz — generador de analizadores sintácticos para Haskell [ 34 ]

Marcos de prueba

Control de versiones

  • Darcs — sistema de control de versiones distribuido escrito en Haskell [ 37 ]

Véase también

Referencias

  1. https://github.com/haskell/haskell-mode
  2. https://github.com/ghc/ghc
  3. https://www.haskell.org/ghc/
  4. https://www.haskell.org/hugs/
  5. https://github.com/augustss/Hugs
  6. https://github.com/rockofox/intellij-haskell-lsp
  7. https://github.com/begriffs/haskell-vim-now
  8. https://github.com/neovimhaskell/haskell-vim
  9. https://github.com/haskell/vscode-haskell
  10. https://hackage.haskell.org/package/parsec
  11. https://github.com/haskell-servant/servant
  12. https://github.com/yesodweb/yesod
  13. https://github.com/haskell/cabal
  14. https://www.haskell.org/platform/
  15. https://github.com/commercialhaskell/stack
  16. https://docs.haskellstack.org/en/stable/
  17. https://github.com/fourmolu/fourmolu
  18. https://github.com/haskell/haskell-language-server
  19. https://github.com/ndmitchell/hlint
  20. https://hackage-content.haskell.org/package/hlint-1.7/src/hlint.htm
  21. https://hoogle.haskell.org/
  22. https://github.com/tweag/ormolu
  23. https://hackage.haskell.org/package/stan
  24. https://github.com/haskell/stylish-haskell
  25. https://wiki.haskell.org/GHC/GHCi
  26. https://downloads.haskell.org/ghc/latest/docs/users_guide/ghci.html
  27. https://github.com/IHaskell/IHaskell
  28. https://hackage.haskell.org/package/ihaskell
  29. https://ro-che.info/articles/2020-05-14-visualize-haskell-heap-profiles
  30. https://hackage.haskell.org/package/threadscope
  31. https://github.com/haskell/ThreadScope/releases
  32. https://github.com/haskell/haddock
  33. https://github.com/haskell/alex
  34. https://hackage.haskell.org/package/happy
  35. https://hackage.haskell.org/package/HUnit
  36. https://hackage.haskell.org/package/QuickCheck
  37. https://hackage.haskell.org/package/darcs