Matt Lilley

Results 12 comments of Matt Lilley

Yikes. Since you doubled the performance by moving json_read_number to C, we may have a problem. Everything is fine up until we use PL_chars_to_term to convert the string buffer into...

You mean just call is/2 directly from C in a new frame? That's what I was thinking of as first attempt, but it seemed pretty rough. Performance is really not...

In the very short term, I don't know that changing the license is necessary to _compile_ an iOS version; just to distribute it via the App Store. With the latest...

A lot of time has passed here, but I should add that Jan's summary is approximately right. I could compile SWI-Prolog on my mac and deploy it to my iPhone,...

If it really were simple, then I'd have done such an update by now :) If you look around the web you'll see lots of projects for things that were...

I've pushed two changes that I think will help with iOS7: 1) Support for parsing double-precision IEEE754 floating point numbers. I think the iOS7 airplay client switched to using these...

It should auto-update. To be honest, I'm not sure, because I don't install the channel from the store but from my own development instance, so I've had no experience with...

Well, at least it works sometimes. I really don't know what causes it to disappear: Something to do with the way I handle mDNS, but exactly what I'm doing wrong,...

(as for getting it back, try downloading a tool like Bonjour Browser (OSX) or something else that will let you send out a signal to get everyone to rebroadcast their...

Things are better now. You can have a table with (read-only) cells and a header. I'm not sure how I'm going to handle things like context menus and clicking though....