An open API service indexing awesome lists of open source software.

https://github.com/v-kolesnikov/untyped_lambda_calculus

Simple untyped λάμδα calculus on Ruby
https://github.com/v-kolesnikov/untyped_lambda_calculus

church-encoding computer-science lambda-calculus

Last synced: about 1 year ago
JSON representation

Simple untyped λάμδα calculus on Ruby

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/v-kolesnikov/untyped_lambda_calculus.svg?branch=master)](https://travis-ci.org/v-kolesnikov/untyped_lambda_calculus)

# Untyped lambda Calculus

[![asciicast](https://asciinema.org/a/daqlblli7piucrr4vexo6f4a7.png)](https://asciinema.org/a/daqlblli7piucrr4vexo6f4a7)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'untyped_lambda_calculus', github: 'v-kolesnikov/untyped_lambda_calculus'
```

And then execute:

$ bundle

## Usage

Just explore code!

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/v-kolesnikov/untyped_lambda_calculus. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).