podusowski / pake

Friendly C++ build system which doesn't follow trends
2 stars 1 forks source link

Port pake to python3 #12

Open salwator opened 9 years ago

salwator commented 9 years ago

After quick inspection of code used in pake, I discovered that it might not be most practical solution to align it with both python2 and python3. Since there are no external library limitations in this project I suggest migrating to python3 completely.

podusowski commented 9 years ago

If we can't support both I think we should back this decision by some statistics on which versions of python people use/have.

I we're here, I would extend this discussion with figuring out if python meets all the requirements needed for this project. It was easy to prototype in such language but we also have to learn from waf and scons examples.