Pete

Results 11 comments of Pete

Bar would have to subclass Foo or Hoshi::View for that to work.

Bar would have to subclass Foo or Hoshi::View for that to work.

The problem seems to be in the way libtcc was built. Adding "-DPIC -fPIC" to the CFLAGS when building libtcc ought to fix it. 0.9.26 is finally out as of...

Nope. Per the TODO, all of those calls to ucase() are going away, the primitives are going to be lower-cased, and we'll be case-sensitive. Incidentally, the performance hit from the...

Per Chuck Moore, there are three main principles: * Keep it simple * Do not speculate * Do it yourself The original paper "Programming in a Problem-Oriented Language" is unfortunately...

> @pete @coyotte508 Thanks for your help! You are welcome, but I cannot take credit.

I should probably mention that I haven't seen something like this and I believe @jumps-are-op is correct. You could probably do it in such a way that it usually works,...

@mustmodify I made a note in PR #5, but so it's here as well, I think it'd be reasonable to do something like an instance method that provides a default...

I did manage to verify that it works if I reflash to the 0.1 firmware. (Though `ttyACM0` was hard-coded, so I had to fiddle with it a while to make...

Unfortunately, John Walker has died and won't be answering your question. There are examples in the "examples" directory, but as ATLAST was designed to be an internal scripting language, it...