jadon

Results 84 comments of jadon

@kirbyfan64 How do you feel about the input/output? Do you want to start work on changing it? I think we should keep the inputting the way it is, but take...

@kirbyfan64 How about we keep everything we have now, but just output the stack at the end?

@kirbyfan64 How should it be outputted? In reverse or normal? Like: ``` 1234 prints either 1234 or 4321 ```

@kirbyfan64 I was just testing that :P I've got a working version I'll push in a sec.

@kirbyfan64 Here's what it does currently, is this the desired way we want to output? ![ide](http://i.imgur.com/wbv5UtI.png)

An operator to push a blank string would also be nice, when using it with #43. There may be ways around this, though.

@kirbyfan64 Do we want to delve into the land of nonasciiia? I set up a [text file](https://github.com/phase/o/blob/master/commands.md) as a checklist to see what characters we've used, and we're definitely running...

Operator overloading is something we need. We could use `!` for some alternative operators, though overloading would probably be better. We could also use `S` to push a blank string...

In normal programming languages, like C, it takes 3 bytes to increment a variable: `V++` In O, it's just sad ``` V):V ): ``` We could have something like `L`...