... | @@ -42,6 +42,13 @@ We discuss the following subtopics on separate pages: |
... | @@ -42,6 +42,13 @@ We discuss the following subtopics on separate pages: |
|
- [Memory management](objective-c/memory-management)
|
|
- [Memory management](objective-c/memory-management)
|
|
- `Foreign.ObjectiveC`
|
|
- `Foreign.ObjectiveC`
|
|
|
|
|
|
|
|
|
|
|
|
We also have some basic ideas for type-safe usage of Objective-C above the FFI layer:
|
|
|
|
|
|
|
|
- [Type-safe messaging](objective-c/type-safe-messaging)
|
|
|
|
- How to deal with subclassing and existentials in Haskell code
|
|
|
|
- On-the-fly class creation
|
|
|
|
|
|
## Background and related work
|
|
## Background and related work
|
|
|
|
|
|
- [ The Haskell 98 Foreign Function Interface 1.0](http://www.cse.unsw.edu.au/~chak/haskell/ffi/ffi/ffi.html)
|
|
- [ The Haskell 98 Foreign Function Interface 1.0](http://www.cse.unsw.edu.au/~chak/haskell/ffi/ffi/ffi.html)
|
... | | ... | |