Ben Scherrey

Results 19 comments of Ben Scherrey
trafficstars

Ulrich Hoffman has also made considerable efforts to identify the useful minimum that will get you a practical Forth. See his presentation "Forth - The New Synthesis Growing Forth with...

A) forth should be case sensitive and normal forth words should be lower case. We don't live in an age where systems were primarily limited to upper case letters all...

JIT is fairly complex and good native code compilation is not very difficult. But you probably hit on the issue in that most production forth systems are embedded and often...

Thanks Quentin - that's a pretty interesting project with some impressive results. -- Ben Scherrey On Wed, Jun 24, 2020 at 5:34 AM Quentin Quadrat wrote: > @scherrey https://github.com/anse1/firmforth >...

Are we talking about on-nic memory? Does the driver support this? If so how much is available? I did zero copy security systems in promiscuous mode back in my security...

Probably the "easiest" thing would actually be to have each executable run under it's own VMX environment and have BareMetal act as a hypervisor. The model is not unlike the...

So the intent is for the shell should provide a relocatable loader? Elf or some kind of special parsing? -- Ben On Fri, Jul 10, 2015 at 5:53 PM, Katze...

The thread started out as a discussion for how to handle multiple apps loaded at once. I'm not sure how you're defining your choice of words but multi-tasking, to me,...

Code coverage is definitely broken. Seeing similar and worse problems on Vyper.

I'm seeing same problems. See https://github.com/ActorForth/VyperDemoContracts/issues/1 Not having working code coverage is making it difficult to keep using Brownie.