My biggest reason for wanting FFI at compile-time is to be able to use libraries that are wrappers around C libraries. For example for my Arduino stuff I wrote a macro that reads an image file and converts that to an array of bytes that is directly inserted into your code (this is how sprites are done on these devices). But to do that I needed to write my own image handling library because I couldn't use the ones that exist because they require some third party library to actually do the image handling.
- Compile time FFI jyapayne
- Re: Compile time FFI schmidh
- Re: Compile time FFI timothee
- Re: Compile time FFI jyapayne
- Re: Compile time FFI timothee
- Re: Compile time FFI jyapayne
- Re: Compile time FFI timothee
- Re: Compile time FFI Araq
- Re: Compile time FFI andrea
- Re: Compile time FFI PMunch
- Re: Compile time FFI cumulonimbus
- Re: Compile time FFI Araq
- Re: Compile time FFI jyapayne
- Re: Compile time FFI jyapayne
- Re: Compile time FFI Vindaar
- Re: Compile time FFI shashlick
- Re: Compile time FFI jyapayne
- Re: Compile time FFI jgeralnik
- Re: Compile time FFI jgeralnik
- Re: Compile time FFI cblake
