Veit Heller

Results 69 issues of 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...

enhancement
question
RFC
needs review

zepto's parser fails on the regular expression `r/\//`. Escaping is not respected.

bug
low hanging fruit
minor
fixed in next version

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...

enhancement
help wanted
major

This should really be done to make debugging easier.

enhancement
help wanted
low hanging fruit
major

The brainfuck cross compiler in [here](https://github.com/zepto-lang/zepto/blob/master/zepto/bf.zp) is buggy.

bug
help wanted
minor

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

bug

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...

under discussion

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...

bug