Beoran (Beoran Aegul)
- Login: Beoran
- Email: beoran@rubyforge.org
- Registered on: 08/22/2010
- Last sign in: 11/29/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
08/22/2010
-
05:36 PM Ruby Feature #3731: Easier Embedding API for Ruby
- Dear Asher,
Well, I certainly agree documentation should be improved for this use case! :)
However, the problem with what you suggest is that it doesn't work more than once.
For example; I get a segmentation violation (crash) w... -
07:16 AM Ruby Feature #3731 (Assigned): Easier Embedding API for Ruby
- =begin
With Ruby 1.9, it has become more difficult to embed Ruby in a C application correctly.
It would be nice if there was a clearly documented and simple C API to embed ruby in C programs.
I know Ruby was not designed from the ...