GithubHelp home page GithubHelp logo

cl-cpp's People

Contributors

codereport avatar pepsiman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pepsiman

cl-cpp's Issues

Pending TODO Task: Release of GCC 13

I am creating this GitHub issue to remind you about a pending task that needs to be addressed now that GCC 13 has been released. It seems that there is a todo task in the repository that requires your attention.

Combinator equivalence issue

Hello Conor,

Recently I found your podcast's and YouTube channel, and I want to thank you for all the great content you created.

With one of your vods in the background I also wrote some code to play around with combinators.
However I'm not able to reproduce all of your results, and I think there is an issue in your combinator equivalence check.

Let me give you a contradicting example from the results of your own run.

I: ["KK", "WK", "SKS", "Wκ", "Cκ", "SKC", "κC", "WCK", "WKK", "SKK"]
K: ["κW", "Cκ", "κS", "κC", "κB", "Wκ", "κκ", "κΦ", "BκSC", "WSκB"]

According to your program is both equivalent to I and K. Implying I is equivalent to K which is not true.

In https://www.youtube.com/live/PMsJl8fxcOU?feature=share&t=508 you also noticed that something strange is happening, but never followed up on it.

To recap your own conclusion, the equivalence check only looks at the second half of the function abstraction, so after the dot. And then I (λa.a) and K (λab.a) both have an '.a' and are incorrectly considered equivalent.

This means that some of your found spellings on https://combinatorylogic.com/table.html are incorrect. For example CSK is not an λab.abb but an λabc.abb.

YouTube user @roiproutii also noticed this and placed a similar remark on the video.

Looking forward to the fourth video in the series where you fix the issue 😉

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.