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

https://github.com/ajkavanagh/pascals-triangle

Just some files for the blog entry: see the README.md
https://github.com/ajkavanagh/pascals-triangle

Last synced: 3 months ago
JSON representation

Just some files for the blog entry: see the README.md

Awesome Lists containing this project

README

        

# Pascal's Triangle in Rust and Python

As part of the exercises on exercism.io, I got to Pascal's Triangle. I'm
learning Rust, but already a Python programmer. This repository holds the
examples that I used in my blog post regarding my experience of trying to write
this Rust code.

The blog entry is here: http://blog.ajkavanagh.me/2017/06/04/fighting-rust/