Jock Murphy

Results 39 comments of Jock Murphy

@marciopamplona Gotcha, mea culpa

And you know wouldn't it be great if cesanta actually commented on any of this. They have been suspiciously silent on all mJS for some time now.

> We can declare that it's not supposed to be used as a long-term serialization format for code, but I expect users will still try to do that even if...

I just realized the situation of using Wren in a low memory environment is even worse then I first thought. On the page wren.io/embedding, you write: > You execute a...

I would personally vote for an additional "unsafe" api. Outside of resource constrained environments, the existing API is what you want

> The meta module is already optional. What I meant here was more things like:... I have already discussed this for my quick and dirty approach (still digging in to...

@mhermier I did call out the similarity to smalltalk and said it should be a step along the way, not the endpoint As for what the command line option should...

This is the main reason I haven’t used wren (and do use micropython) for embedded projects. This is extra sad because in the past munificent has bragged how good wren...

@mhermier You would compile the bytecode on a computer and then load it on the microcontroller. The bytecode is smaller and faster to load and also (and sometimes the most...

@mhermier Sadly no, because of the whole need to distribute source combined with the fact that the source had to be loaded into memory to compile it, I deemed wren...