np/ling
LINear LaNGuage: Type Theory and Process Calculi for Distributed and High-precision programming
{ "createdAt": "2015-05-19T08:39:53Z", "defaultBranch": "master", "description": "LINear LaNGuage: Type Theory and Process Calculi for Distributed and High-precision programming", "fullName": "np/ling", "homepage": "", "language": "Haskell", "name": "ling", "pushedAt": "2023-02-27T16:53:46Z", "stargazersCount": 108, "topics": [], "updatedAt": "2025-11-06T11:24:30Z", "url": "https://github.com/np/ling"}Here are some instructions on how to use the ling tool chain.
Requirements
Section titled “Requirements”If you’re new to Haskell your simplest option might be to install stack: http://docs.haskellstack.org/en/stable/README.html#how-to-install
Building
Section titled “Building”Once the repository is cloned, you can setup a local Haskell environment:
$ stack setupThen to build the tool chain:
$ stack buildFinally you can run the compiler on a simple example:
$ stack exec -- ling --seq --fuse --pretty --compile fixtures/compile/double.llThe command above is type checking, apply sequencing and fusion. It finally prints the final version in Ling and in C.
Contributions
Section titled “Contributions”Various contributions can be made whether you know Haskell or not.
Beside hacking on the tool chain, you can:
- Write small programs in the language
- Submit bug reports
- Join the discussion on the evolution of the language
- Help with the documentations and tutorials