skiplang / skip

A programming language to skip the things you have already computed
http://skiplang.com
MIT License
1.97k stars 66 forks source link

Removed folly from util #152

Closed pikatchu closed 4 years ago

pikatchu commented 4 years ago

The stack unwinding is done by the same function for everyone, we were using the folly version for linux and a custom built one for mac. We now use the one for mac on both.