Ibrahim Numanagić

Results 162 comments of Ibrahim Numanagić

Background: while Python binds variable names during the runtime, Codon does that during the compile time. Currently, our name analysis pass assumes that names are defined before being used. This...

@ghuls We do not plan on supporting that for the time being. More generally, you cannot dynamically add slots to the existing objects in Codon---this is one of the current...

I am closing this issue for now. You can (if you really want) use cffi via `from python import ctypes`, although this is highly discouraged---please use Codon's native `from C...

We do not build binaries for it (yet), but it should work if you compile it from the source.

`finally` works; `else` is not yet supported (should be quite easy to support, I guess).

Oh, this would be a great thing to have. I am not sure how hard it would be, though---if anybody has any ideas or is interested in doing this, I'd...

> I won't change any algorithm logic. I'm just fixing bad programming that allocates everywhere or cases like removing std::pow when it isn't needed. Simple trivial changes (resize etc.) should...

Working on it. Which OS / environment are you using, please?