ponylang / pony-tutorial

:horse: Tutorial for the Pony programming language
http://tutorial.ponylang.io
BSD 2-Clause "Simplified" License
310 stars 111 forks source link

calling-c section code doesn't compile #526

Open SeanTAllen opened 8 months ago

SeanTAllen commented 8 months ago

As raised in https://github.com/ponylang/pony-tutorial/pull/525

The calling-c code isn't valid pony and won't compile. We'd like to have it be valid code that if put into the playground, would compile IF the FFI functions were available.