Coder Social home page Coder Social logo

ifp212-functional-programming-course's Introduction

Functional-Programming-212

Introduction to Functional Programming course assignments with my partner Matan Nagar .. In this course we learn and practice more with Functional Programming Paradigm

Assignment 1 — F-Numerals

Grade 95

The main porpuse of tis assignment is to be more familiar with Lambda-Calculus (λ-Calculus)

F-numerals is a perverse variation of Church Numerals (Alonzo Church), in this version the Numerals defined as:

f0:= λaλbλc.c

f1:= λaλbλc.(a(a(b c)))

fn:= λaλbλc.(a(a(b ..n-times.. c)))

etc...

We were required in this assignment to implement the basic functions on this numerals, defined and implemented as a pure combinator in the λ-calculusand should make no use of anything other than lambda-expressions and their applications, like:

  • f->integer
  • integer->f
  • Successor
  • Double
  • Triple
  • Plus
  • Multiply
  • Power
  • Show: that returns the concrete syntax for the source-code of the numeral



ifp212-functional-programming-course's People

Contributors

m0r4d avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.