We've expanded our news coverage and improved our search! Visit
news.oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Read iCal Data with Ruby
|
| Subject: |
|
Ruby with Objective-C? |
| Date: |
|
2003-10-05 12:30:02 |
| From: |
|
rschmidt
|
Response to: Ruby with Objective-C?
|
|
For more information look at www.rubycentral.com. There you will find a free online version of Programming Ruby: The Pragmatic Programmer's Guide.
Ruby includes a C API to extend it, so you could certainly use that to invoke Ruby classes from Objective-C.
There might be another way using the RubyCocoa framework and for that I'm trying to get some answers from the RubyCocoa mailing list.
|