Izzy Grosof

Results 23 comments of Izzy Grosof

One way to implement this without threads is with a command line flag to set the timeout, that would be enabled in the online versions.

I've fixed the null byte issue, but the CR issue seems to be introduced by Python. I'll need to investigate more for that one.

This is a good idea - I'll make this happen.

@Maltysen bags are like sets with multiplicity. `.-` uses them. Pyth eval in safe mode should work, now that I think of it.

I haven't used that one, but it sounds about right. One difference is that bags usually don't allow negative counts, however.

@jakobkogler That is the existing functionality of `c`. See here: https://pyth.herokuapp.com/?code=cG%5B1+5&debug=0

It looks like you're trying to convert a string to a list of characters. A couple of ways to do this are cQ1, which chops the string into pieces of...

@jackHedaya That's very unlikely to ever be possible - the two languages are too different.

@jackHedaya Could you give an example of the sort of thing you're thinking of?

The easy part of this was implemented in c374b45f