Haskell
Haskell is a functional (that is, everything is done with function calls), statically, implicitly typed (types are checked by the compiler, but you don't have to declare them), lazy (nothing is done until it needs to be) language.
Here are 86 public repositories matching this topic...
Ganeti is a virtual machine cluster management tool built on top of existing virtualization technologies such as Xen or KVM and other open source software.
-
Updated
Sep 20, 2020 - Python
Polyglot solutions for www.projecteuler.net mathematical challenges
-
Updated
Aug 31, 2020 - Python
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
-
Updated
Jul 7, 2020 - Python
Make a lambda calculus.
-
Updated
Dec 18, 2018 - Python
-
Updated
Sep 11, 2020 - Python
Help wanted!
The interaction between unpythonic and the async stuff that was added in Python 3.5 is totally untested, because I haven't used, and I'm not even that familiar with, that part of Python myself.
Reading Brett Cannon's explanation, I surmise the async features are intended mainly for "microthreading" ty
-
Updated
Oct 30, 2018 - Python
Функциональное программирование простым языком + примеры
-
Updated
Nov 20, 2019 - Python
Squanchy is a brand new, easy to learn, general purpose, multi-paradigm, compiled programming language. The language is written from scratch (it includes an integrated lexer, parser, code generator etc). I tried to put together Python and Haskell (or at least the main features from both) in Squanchy. In other words you can use it as a scripting language, can do maths (calculus, matrix ...) due to its functional side, work with data ...
-
Updated
Dec 7, 2019 - Python
haskell-like compiled language based on Python VM
-
Updated
Sep 16, 2018 - Python
It'd be great to have DFA implementations in more languages, a few of which could be as follows:
- Rust
- Julia
- C
- Ruby
- Kotlin
- Java
If you would like to contribute in another language that is not mentioned in the above list, then please feel free to do so! Leave a comment mentioning the language you would like to contribute in!
Gazelle - A scripting language inspired by LISP and Scheme
-
Updated
Nov 20, 2018 - Python
Introducing programming paradigms with Haskell and Python
-
Updated
Jul 21, 2020 - Python
-
Updated
Jul 30, 2019 - Python
APReF: An Automatic Parallelizer of Recursive Functions for Haskell
-
Updated
Feb 2, 2018 - Python
MC346 - Paradigmas de Programação - 2018 - UNICAMP
-
Updated
Oct 17, 2019 - Python
My solutions to HackerRank problems.
-
Updated
Oct 10, 2019 - Python
Released 1990
- Organization
- haskell
- Website
- www.haskell.org
- Wikipedia
- Wikipedia


I'm sorry if I missed this functionality, but
CLIversion hasn't it for sure (I saw the related code only ingenerate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.Of course, piping is a solution, but not for development in Jupyter Notebook, for example.