Veit Heller
Veit Heller
Writing modules is an essential part of organizing zepto code. However, modules soon get cluttered. This RFC proposes a language for structuring modules by files. I believe it is best...
zepto's parser fails on the regular expression `r/\//`. Escaping is not respected.
Let's face it: zepto is *slooooooow*. We should fix the performance as fast as possible. There are quite a few ideas I have been pondering lately: - Rewriting the VM...
This should really be done to make debugging easier.
The brainfuck cross compiler in [here](https://github.com/zepto-lang/zepto/blob/master/zepto/bf.zp) is buggy.
After reading the paper on Phyllotaxis and playing around with it in p5.js I presume they might have more cool stuff in their [publications](http://algorithmicbotany.org/papers/).
There is a [great list of Lawvere publications](https://github.com/mattearnshaw/lawvere) on Github. I expect I will not understand a thing, but I should still try to scan the publications and read the...
It seems to only appear when the snippet is navigated to by keyboard. Cheers
Since #726 if we wrap a system `long` type in our `Long` type, this can lead to warnings from the C compiler. See for instance the `tm` datatype, provided by...
Currently, there is an issue with Zinc methods that are not properly compiled, resulting in test failures. The issue is reported at https://github.com/pharo-project/pharo/issues/14846. # Quickfix An immediate solution is to...