All Projects → syocy → A Tour Of Go In Haskell

syocy / A Tour Of Go In Haskell

Licence: other
Write "Concurrency" section of "A Tour of Go" in Haskell

Programming Languages

go
31211 projects - #10 most used programming language
haskell
3896 projects

Projects that are alternatives of or similar to A Tour Of Go In Haskell

Swimmer
🏊 Swimmer - An async task pooling and throttling utility for JS
Stars: ✭ 94 (-27.69%)
Mutual labels:  concurrency
Java Interview
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
Stars: ✭ 114 (-12.31%)
Mutual labels:  concurrency
Gospeccy
A ZX Spectrum Emulator written in Go
Stars: ✭ 121 (-6.92%)
Mutual labels:  concurrency
Yar
Light, concurrent RPC framework for PHP & C
Stars: ✭ 1,369 (+953.08%)
Mutual labels:  concurrency
Swift Atomics
Atomic operations bridged from Clang to Swift
Stars: ✭ 109 (-16.15%)
Mutual labels:  concurrency
Aiochan
CSP-style concurrency for Python
Stars: ✭ 116 (-10.77%)
Mutual labels:  concurrency
Java Notes
📚 计算机科学基础知识、Java开发、后端/服务端、面试相关 📚 computer-science/Java-development/backend/interview
Stars: ✭ 1,284 (+887.69%)
Mutual labels:  concurrency
Goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
Stars: ✭ 127 (-2.31%)
Mutual labels:  concurrency
Drone
CLI utility for Drone, an Embedded Operating System.
Stars: ✭ 114 (-12.31%)
Mutual labels:  concurrency
Effection
Effortlessly composable structured concurrency primitive for JavaScript
Stars: ✭ 120 (-7.69%)
Mutual labels:  concurrency
Hark Lang
Build stateful and portable serverless applications without thinking about infrastructure.
Stars: ✭ 103 (-20.77%)
Mutual labels:  concurrency
Go Web Framework Benchmark
⚡ Go web framework benchmark
Stars: ✭ 1,601 (+1131.54%)
Mutual labels:  concurrency
Frugal
Thrift improved
Stars: ✭ 113 (-13.08%)
Mutual labels:  concurrency
Job
JOB, make your short-term command as a long-term job. 将命令行规划成任务的工具
Stars: ✭ 98 (-24.62%)
Mutual labels:  concurrency
Reading
A list of computer-science readings I recommend
Stars: ✭ 1,919 (+1376.15%)
Mutual labels:  concurrency
Imminent
A composable Futures library for Clojure
Stars: ✭ 88 (-32.31%)
Mutual labels:  concurrency
Unagi Chan
A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
Stars: ✭ 115 (-11.54%)
Mutual labels:  concurrency
Agency
Execution primitives for C++
Stars: ✭ 127 (-2.31%)
Mutual labels:  concurrency
Axeman
Axeman is a utility to retrieve certificates from Certificate Transparency Lists (CTLs)
Stars: ✭ 125 (-3.85%)
Mutual labels:  concurrency
Slb
Simple Load Balancer
Stars: ✭ 118 (-9.23%)
Mutual labels:  concurrency

Travis

Here is the site generated from this repository.

A Tour of Go in Haskell

A Tour of Go is a famous tutorial of the Go programming language.

This repository attempts to write Concurrency section of A Tour of Go in the Haskell progamming language.

Haskell has lightweight thread feature as in Go.

So it should be interesting for us to compare concurrent program in Haskell and Go :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].