spillow's Stars
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
3b1b/manim
Animation engine for explanatory math videos
swiftlang/swift
The Swift Programming Language
upx/upx
UPX - the Ultimate Packer for eXecutables
microsoft/language-server-protocol
Defines a common protocol for language servers.
penrose/penrose
Create beautiful diagrams just by typing notation in plain text.
MattPD/cpplinks
A categorized list of C++ resources.
quantumlib/Cirq
A Python framework for creating, editing, and invoking Noisy Intermediate-Scale Quantum (NISQ) circuits.
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
system-f/fp-course
Functional Programming Course
microsoft/verona
Research programming language for concurrent ownership
HigherOrderCO/Kind1
A modern proof language
haskell/haskell-language-server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
ucsd-progsys/liquidhaskell
Liquid Types For Haskell
graninas/software-design-in-haskell
Software Design in Haskell. A structured set of materials. How to build real-world applications in Haskell.
vekatze/neut
A functional programming language with static memory management
tssm/up-to-date-real-world-haskell
I'm trying to update the Real World Haskell book
ghc-proposals/ghc-proposals
Proposed compiler and language changes for GHC and GHC/Haskell
google-deepmind/hanabi-learning-environment
hanabi_learning_environment is a research platform for Hanabi experiments.
kowainik/stan
🕵️ Haskell STatic ANalyser
facebookincubator/retrie
Retrie is a powerful, easy-to-use codemodding tool for Haskell.
mitmath/6S083
Materials for MIT 6.S083 / 18.S190: Computational thinking with Julia + application to the COVID-19 pandemic
Holmusk/three-layer
:three: :cake: Architecture of the Haskell web applications
ekmett/guanxi
Relational programming in Haskell. Mostly developed on twitch.
saurabhkukade/Haskell_Study
Collections of papers and books about Haskell, Type Theory and Category Theory
grin-compiler/ghc-grin
GRIN backend for GHC
grin-compiler/ghc-whole-program-compiler-project
GHC Whole Program Compiler and External STG IR tooling
dpsanders/LearnJulia2020
pepeiborra/hls-tutorial
A tutorial on writing Haskell Language Server plugins
mshockwave/nacro
A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system