• Stars
    star
    161
  • Rank 233,470 (Top 5 %)
  • Language
    TypeScript
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🍱 Y Combinator for Non-programmers: A Wild Introduction to Computer Science

🍱 Y Combinator for Non-programmers

This is the repository for the online course called Y Combinator for Non-programmers by Shu Uesugi.

(It also contains the code for the Japanese version: コンピュータサイエンスと魔法のYコンビネータ)

Blog Post: “You Can Explain Functional Programming Using Emojis”

I wrote about this repo on this blog post. The source code for this blog post can be found here.

Running it locally (English version)

pnpm install
pnpm dev:en
# Go to http://localhost:9990

Stack

License & Credits

  • For emojis, I’m using Twemoji by Twitter (CC-BY 4.0 license).
  • The text for this course is licensed under CC BY 4.0.
  • Everything else is licensed under the MIT license.

Author

Shu Uesugi