Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Iron Lambda with detailed build instructions

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Iron Lambda with detailed build instructions


Chronological Thread 
  • From: Donald Leung <i.donaldl AT me.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Iron Lambda with detailed build instructions
  • Date: Mon, 13 Jan 2020 22:18:12 +0800
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=i.donaldl AT me.com; spf=Pass smtp.mailfrom=i.donaldl AT me.com; spf=None smtp.helo=postmaster AT pv50p00im-tydg10021701.me.com
  • Ironport-phdr: 9a23:5QOR0xHjSRXXjaEqqNowK51GYnF86YWxBRYc798ds5kLTJ78os+wAkXT6L1XgUPTWs2DsrQY0rGQ6f+4EjJYqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba58IRmsswnctNUajYRjJ6ot1xDEvmZGd+NKyG1yOFmdhQz85sC+/J5i9yRfpfcs/NNeXKv5Yqo1U6VWACwpPG4p6sLrswLDTRaU6XsHTmoWiBtIDBPb4xz8Q5z8rzH1tut52CmdIM32UbU5Uims4qt3VBPljjoMOjgk+2/Vl8NwlrpWrhK9qBNw3oDaY4+bOuR5cK7GZ9wWWW9BU9xRVyBdHI+xaZYEAeobPeZfqonwv1UArRy4BQa2AOPg1yJDiHno0q0n1eQhHhzN0QshH94UrXvUq9P1O70WUe+oyKnF1jDDYO1M1Tjh74jIdwksrPeRVrx+dsrRzFMgFwLDjliIpozlPi+V1uQQs2eA9eZvSeWvi2shpgpsoTav3t8hhpTLi44Pyl3J9j91zYcvKdC4R0N3ecOoHIZOuy2AKod6X8cvT3t1tCs+zrAKo4C3cSgWxJkh2hXRceaIc5KS7RLmTOuRISl3hHZieL+nnxay70itxvHkVsWozFpKry9FnsDQtnENyhPT5dWLRudh8ku/xDqC1Rzf5vxeLUAxi6XXMYIuwrk1lpYLsETDGDH5mFnugaOLdEgo4Oil5uf9brjnvJORN4B5hhn7Mqs0m8y/Beo4MhIJX2ie4em81afv8lD+QLVMlPI2lrTWsJTBKMQeuKG1GRNa0oEm6xqnFTepzMwYnWUbLFJCYB+Ik4/pO0jXLP/kCfe/nk+jnSxwx/HGO73hGo/CImLCkLfnZ7Z96lRTxBA9zdBFtNpoDeQKJ+u2UUvsvvTZCAU4Okq62bXJEtJ4g68ZX2uLDue9Pb7Uvhfc56QjJO+FYIMRkDPwbfMi4qi93jcChVYBcPzxjtMsY3eiE6E+ehjLUT/Xmt4EVFwykE8+Qejt0wTQSSAOP27qB6M5oy0qBI3/Vd+ZH9/12fqE0WGwGZgEPjkaWGDJKm/hcsC/Y9lJcDibcp1kn3oPUr3zE9ZwhyHrjxfzzv9cFsSR/yQZsZz5090lteje0xo18G4tAg==

Dear coq-clubbers,

For those of you interested in learning more about typed lambda calculi through Iron Lambda (perhaps after completing Programming Language Foundations?) but are encountering build errors and/or unsure how to step through the vernacular files interactively in your CoqIDE after a successful build as of late, I hereby present unto you a working version of Iron Lambda with detailed build instructions which should work out of the box in your CoqIDE:

https://github.com/DonaldKellett/iron-lambda

Basically, this repo is a direct port of the finished parts (i.e. those under `done/`) of an older version of Iron Lambda (Jan 2017) but with the Makefile from the original repo replaced with a `_CoqProject` file and a more detailed README guiding you from installing the correct version of Coq/CoqIDE all the way up to opening the project files in your CoqIDE after a successful build. While the build instructions in the README might be rather conservative in its wording (stating how it is not guaranteed to work with OSes other than macOS), I would reasonably expect it to build correctly on any UNIX-like system with `make` and `opam` installed.

Feel free to inform me if this solution does not work for you, and enjoy! :-)

Donald Sebastian Leung
A Year 3 Computer Science and Engineering undergraduate at The Hong Kong University of Science and Technology


  • [Coq-Club] Iron Lambda with detailed build instructions, Donald Leung, 01/13/2020

Archive powered by MHonArc 2.6.18.

Top of Page