Slava Pestov
Lead developer for jEdit
Java
http://twitter.com/slava_pestov
http://factor-language.blogspot.com
521 followers
734 tweets
slava_pestov
New (very short) blog post: http://factor-language.blogspot.com/2010/03/adding-recaptcha-to-factor-pastebin.html
slava_pestov
This is very neat. A nice evolution of the Self UI: http://www.cs.brown.edu/people/acb/codebubbles_site.htm
slava_pestov
paste.factorcode.org now has a recaptcha, thanks to @erg 's furnace.recaptcha vocabulary. Hopefully we won't have any more spam on there
slava_pestov
Am I the only one who doesn't use bookmarks? URL autocompletion and Google completely eliminate the need to store and organize links by hand
slava_pestov
Ruby garbage collector: http://timetobleed.com/garbage-collection-slides-from-la-ruby-conference/ #epic #fail
slava_pestov
What is the programming equivalent of homeopathic medicine?
slava_pestov
Found and fixed a memory leak in concurrency.futures that was slowing down concatenative.org
slava_pestov
Factor's sequences vocabulary is pretty hardcore: http://bit.ly/dAcear
slava_pestov
I'm really happy that Factor contributors are writing Factor code, and not VM extensions in C or C++. Mostly-self-hosting FTW
slava_pestov
Factor 0.92 now available: http://factor-language.blogspot.com/2010/02/factor-092-now-available.html
slava_pestov
The problem with Smalltalk: "port to Squeak. The pain begins. Just getting the code out of VW was a pain" http://bit.ly/aCxThf
slava_pestov
Github reminds me of SourceForge. Always slow, down half of the time
slava_pestov
I love doing "foo.db" [ listener ] with-db" and being able to do database maintenance from a Factor listener
slava_pestov
Updated concatenative.org to latest Factor, and found a bug I need to fix
slava_pestov
Another usage of -rot gone
slava_pestov
Got rid of two usages of -rot ( a b c -- c a b ). 5 usages left in core, after those are gone I'll mark it deprecated
slava_pestov
350Kb size reduction for development images by using shorter instruction sequences in a couple of places in the compiler
slava_pestov
Yay! Factor binaries for 64-bit Windows: http://builds.factorcode.org/download?os=winnt&cpu=x86.64
slava_pestov
Worked on some nice compile time reductions tonight... going to merge tomorrow
slava_pestov
Changing ERROR: to make all error classes immutable reduced development image size by 300kb. Fewer setter methods generated
slava_pestov
Fixed various obscure class redefinition bugs: http://github.com/slavapestov/factor/commit/03a74f223735c719c6c71217145953cfe0e58721
slava_pestov
Debugging tuple class redefinition code paths. It takes a lot of work to make Factor's F2 key do the right thing
slava_pestov
Crazy example showing some currying dataflow combinators: http://paste.factorcode.org/paste?id=1193
slava_pestov
Dependency tracking and recompilation is one of the trickiest parts of Factor. Re-working this code yet again and making good progress

