nomennescio
nomennescio
The version 4 image format did not write 0 into reserved_* fields (#2580). Therefore current version 4 images are not forward compatible with image versions that use these fields. By...
The current factor.image is about 10x bigger than the factor executable, at about 130MB (for 'core' only I think). Loading more roots and saving the image grows that size considerably....
( I could not find that multithreading had its own issue yet, so I created one) Multithreading support in Factor has been on the wishlist for Factor 1.0 since at...
(See also #2577 and #2580) Proposal for an extendable version 4 image format, which is backwards and forwards compatible. Current version 4 image format has this layout: `HEADER DATA CODE...
In an abstract algebra sense, in many binary operations/relations (instances of binary functions), the default case is to operate on two objects of the same class. Objects in different classes...
Currently the number classes are treated specially in Factor. Extending the number classes is very hard to do. That also creates a divide between number and non-number classes. Relations between...
When implementing more rare (mathematical) objects, with accompanying prettyprinting and SYNTAX:, it would be nice if more Unicode glyphs would be supported in the Listener. I'm not sure if this...
(See also #2574) Strangely enough, Factor has word `‰` for / 1000, but not `%` for / 100. Now `make` uses % in its forms for a very non-standard application...
Currently the Listener parses a line of input by trying to find a token as a word in the dictionary, or else try to convert it to a number. Parsing...
Currently classes defined with `ERROR:` are listed in the Browser under "Tuple classes" with superclass "tuple", which makes identifying them among other classes difficult. Please change the formatting such the...