Haskell ecosystem

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(数学物理)
(数学物理)
(未显示1个用户的10个中间版本)
第105行: 第105行:
 
[[文件:compiler.png]]
 
[[文件:compiler.png]]
 
*[https://www.haskell.org/ghc/ GHC @ Haskell] [https://gitlab.haskell.org/ghc/ghc GHC @ GitLab] [https://github.com/ghc/ghc GHC @ GitHub] [https://downloads.haskell.org/~ghc/latest/docs/html/ GHC Documentation] [https://downloads.haskell.org/~ghc/ GHC Download] [https://docs.huihoo.com/haskell/ghc/ GHC @ Huihoo]
 
*[https://www.haskell.org/ghc/ GHC @ Haskell] [https://gitlab.haskell.org/ghc/ghc GHC @ GitLab] [https://github.com/ghc/ghc GHC @ GitHub] [https://downloads.haskell.org/~ghc/latest/docs/html/ GHC Documentation] [https://downloads.haskell.org/~ghc/ GHC Download] [https://docs.huihoo.com/haskell/ghc/ GHC @ Huihoo]
 +
*[https://blog.llvm.org/2010/05/glasgow-haskell-compiler-and-llvm.html The Glasgow Haskell Compiler and LLVM]
 +
[[文件:glasgow-haskell-compiler-and-llvm-pipeline.png]]
 
*[https://hoogle.haskell.org Hoogle] is a [https://hackage.haskell.org/api Haskell API] search engine
 
*[https://hoogle.haskell.org Hoogle] is a [https://hackage.haskell.org/api Haskell API] search engine
 
*[http://compilertools.net/ compilertools.net] The Catalog of Compiler Construction Tools  
 
*[http://compilertools.net/ compilertools.net] The Catalog of Compiler Construction Tools  
第137行: 第139行:
 
[[文件:haskell-cabal-logo.png|right|Cabal]]
 
[[文件:haskell-cabal-logo.png|right|Cabal]]
 
[[文件:Darcs-logo.png|right|Darcs 版本控制系统]]
 
[[文件:Darcs-logo.png|right|Darcs 版本控制系统]]
 +
*推荐使用 [https://www.haskell.org/ghcup/ GHCup] 安装 GHC, cabal-install, Stack and haskell-language-server
 
*[https://github.com/haskell/cabal/ Cabal]  
 
*[https://github.com/haskell/cabal/ Cabal]  
 
*[https://www.haskell.org/platform/contents.html Haskell Platform Included Packages] 35 core & widely-used packages
 
*[https://www.haskell.org/platform/contents.html Haskell Platform Included Packages] 35 core & widely-used packages
第214行: 第217行:
 
*[https://github.com/jgm/gitit Gitit] A [[wiki]] using HAppS, pandoc, and git
 
*[https://github.com/jgm/gitit Gitit] A [[wiki]] using HAppS, pandoc, and git
 
*[https://github.com/dmjio/miso miso] A tasty Haskell front-end framework
 
*[https://github.com/dmjio/miso miso] A tasty Haskell front-end framework
 +
 +
==消息社交媒体==
 +
*[https://github.com/n1k0/tooty tooty] An experimental multi-account [[Mastodon]] Web client written in [[Elm]].
 +
*[[Mastodon]] client module for [https://github.com/syucream/hastodon Haskell]
 +
*[https://github.com/simplex-chat/simplex-chat SimpleX] messaging platform 包含 iOS and Android apps
 +
*[[RabbitMQ]] Client for [https://github.com/hreinhardt/amqp Haskell]
  
 
==eLearning==
 
==eLearning==
第268行: 第277行:
 
==数学物理==
 
==数学物理==
 
*[https://wiki.haskell.org/Category:Mathematics Haskell and Mathematics] [https://wiki.haskell.org/Blog_articles/Mathematics Articles using Haskell for mathematics and the mathematics of Haskell]
 
*[https://wiki.haskell.org/Category:Mathematics Haskell and Mathematics] [https://wiki.haskell.org/Blog_articles/Mathematics Articles using Haskell for mathematics and the mathematics of Haskell]
 +
*[https://wiki.haskell.org/Applications_and_libraries/Theorem_provers Theorem provers] [[Agda]]
 
*[https://wiki.haskell.org/Combinatory_logic 组合逻辑(Combinatory logic)]被发展为数学基础的理论,组合逻辑为发展[https://wiki.haskell.org/Applications_and_libraries/Linguistics 数理语言学(mathematical linguistics)] 的强大理论做出了贡献,应用:[[Natural language processing|NLP]]
 
*[https://wiki.haskell.org/Combinatory_logic 组合逻辑(Combinatory logic)]被发展为数学基础的理论,组合逻辑为发展[https://wiki.haskell.org/Applications_and_libraries/Linguistics 数理语言学(mathematical linguistics)] 的强大理论做出了贡献,应用:[[Natural language processing|NLP]]
*[https://haskell.libhunt.com/categories/3145-math Haskell Math projects] [https://hackage.haskell.org/packages/#cat:Math Math packages] [https://hackage.haskell.org/packages/#cat:Algebra Algebra packages]  
+
*[https://haskell.libhunt.com/categories/3145-math Haskell Math projects] [https://hackage.haskell.org/packages/#cat:Math Math packages] [https://hackage.haskell.org/packages/#cat:Algebra Algebra packages] [https://hackage.haskell.org/package/texmath texmath] Conversion between math formats.
 
*[http://blog.sigfpe.com/2006/01/eleven-reasons-to-use-haskell-as.html 作为一个数学家使用 Haskell 的十一个理由]
 
*[http://blog.sigfpe.com/2006/01/eleven-reasons-to-use-haskell-as.html 作为一个数学家使用 Haskell 的十一个理由]
 
*[https://github.com/wellposed/numerical Numerical] is the core library for Numerical Haskell  
 
*[https://github.com/wellposed/numerical Numerical] is the core library for Numerical Haskell  
第333行: 第343行:
 
*[https://hackage.haskell.org/packages/#cat:Security Security] [https://hackage.haskell.org/packages/#cat:ACME ACME] (Automatic Certificate Management Environment, RFC 8555) packages
 
*[https://hackage.haskell.org/packages/#cat:Security Security] [https://hackage.haskell.org/packages/#cat:ACME ACME] (Automatic Certificate Management Environment, RFC 8555) packages
 
*[https://hackage.haskell.org/packages/#cat:Cryptography Cryptography packages]
 
*[https://hackage.haskell.org/packages/#cat:Cryptography Cryptography packages]
*[https://github.com/GaloisInc/cryptol cryptol]加密语言
+
*[[Cryptol]]加密语言
  
 
==区块链==
 
==区块链==
第433行: 第443行:
 
[[category:haskell]]
 
[[category:haskell]]
 
[[category:ecosystem]]
 
[[category:ecosystem]]
 +
[[category:Huihoo Foundation]]

2022年12月16日 (五) 04:03的版本

Haskell ecosystem

Haskell-logo.png

目录

基金会

会议

ACM

项目集

用户服务商

IOHK
Well-Typed

语言编译器

Write-you-a-haskell.png
GRIN编译器
PureScript-Logo.png
Agda
Carp语言
Curry语言
Plutus language

GHC

Hoogle.png

GHC, GHCi, Runtime, Virtual Machine, Haskell Compiler Service(HCS)资源汇集

Compiler.png

Glasgow-haskell-compiler-and-llvm-pipeline.png

开发者

Haskell & GHC 核心开发者

.NET

.NET 的集成和互操作

类型系统

这里包含类型、数据、结构、算法等软件包,Haskell 主要使用 data 与 newtype 关键字来定义新的数据类型。Type systems are an example of lightweight formal methods(形式化方法)。

包管理

Cabal
Darcs 版本控制系统

cabal-install 支持多个 Haskell 编译器,而 ghc-pkg 仅用于 GHC。

  • Nix 是一个包管理器,它管理的包环境可信赖、可重现,可原子地执行升级与回滚,在这基础上又有了基于包管理的操作系统 NixOS
  • cabal2nix Generate Nix build instructions from a Cabal file
  • haskell.nix 用 Nix 构建 Haskell 包的基础设施,haskell.nix 可以自动将 Cabal 或 Stack 项目及其依赖项转化成 Nix 代码。
  • The Aura Package Manager
  • Darcs 版本控制系统
  • hpack 一种现代的 Haskell 包格式

插件模块化

  • polysemy 是一个用于编写高复用领域特定语言(DSL)的库。polysemy 允许将业务逻辑与实现细节分开,这样一来,就把实现代码变成可重用的库代码。Reasonably Polymorphic

DevOps

代码测试、代码质量、静态分析、代码安全、GitlabDevOps ...

桌面IDE

图形GUI

REST API

  • Hasura GraphQL Engine
  • Haxl is a Haskell library that simplifies access to remote data, such as databases or web-based services.

Web应用

Servant

消息社交媒体

eLearning

网络系统

Haskus-System.png

网络、服务器、系统编程

数据科学

Jupyter-haskell.png
ArrayFire.png

金融交易

  • Haskell in Production
  • hledger 是开源跨平台会计软件,适合刚接触会计的人,也适合强大的用户。它适合追踪金钱、时间、投资、加密货币、库存等,具有高度的准确性、灵活性和隐私性,它是纯文本会计的最佳实现之一。
  • Adjoint 为跨国企业实现了现金和结算流程的数字化

人工智能

Haskell Brain
Grammatical Framework
Haskell OpenCV

人工智能, 机器学习, 深度学习, 神经网络, NLP, NLU, 机器翻译 in Haskell

数学物理

并发并行

Accelerate

并行、并发、异步以及分布式、云计算、actor model

音乐视频

游戏

Fungen.gif

移动App

实时嵌入式

  • Ivory is an embedded domain specific language (EDSL)
  • Copilot Stream DSL for hard real-time runtime verification

安全密码学

Cryptol

区块链

Cardano

FRP流计算

大数据、流计算、Functional Reactive Programming (FRP) 使用可组合的事件和随时间变化的值,将交互式系统描述为纯函数。

数据库存储

PostgREST
Postgrest-request-flow.png

Databases and Persistence

操作系统

Operating System

机器人

硬件芯片

涉及 proof assistant、软硬件规范、形式化语言、定理验证等领域 Formal-Verification.png

Corespec.png

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱