Factor 0.96 now available – over 1,100 commits
11–20 of 67 posts
Re: Factor 0.96 now available – over 1,100 commits
#12Where is Slava Pestov now? Haven't seen him for a long time.
Re: Factor 0.96 now available – over 1,100 commits
#13I have always admired the engineering work on Factor, but had thought the project would die when Slava Pestov took his job at Google. Great to see it continue to improve.
Re: Factor 0.96 now available – over 1,100 commits
#14Re: Factor 0.96 now available – over 1,100 commits
#15Re: Factor 0.96 now available – over 1,100 commits
#16I must say, that the syntax and semantics are not intuitive at all. I've spent half an hour trying to learn how does this thing work, and have not been able to. I guess, a damn good tutorial is in order. I think one of the primary reasons Python took off really well, was because of very good tutorials available. The language of Factor's documentation is still only tuned for language designers, not language users.
Re: Factor 0.96 now available – over 1,100 commits
#17My TA for a cryptography class worked on this. I had the pleasure of messing with it one afternoon. Pretty cool stuff.
Re: Factor 0.96 now available – over 1,100 commits
#18Under new libraries I see a reddit API lib listed. Why are they including things like this in Factor itself. Doesn't it kind of bloat things? Factor can strip this out if it isn't used of course, but can you really maintain all of these libraries? If you just add random things to Factor itself you're eventually going to end up with something that is impossible to maintain without a very large number of invested peopl…
Re: Factor 0.96 now available – over 1,100 commits
#19Under new libraries I see a reddit API lib listed. Why are they including things like this in Factor itself. Doesn't it kind of bloat things? Factor can strip this out if it isn't used of course, but can you really maintain all of these libraries? If you just add random things to Factor itself you're eventually going to end up with something that is impossible to maintain without a very large number of invested peopl…
Because there are like 10 person using it. Until the language grows and acquires a package manager it's easier to just put everything in the stdlib.
Re: Factor 0.96 now available – over 1,100 commits
#20Earlier quoted context omitted.
Because there are like 10 person using it. Until the language grows and acquires a package manager it's easier to just put everything in the stdlib.
Sure, but I'd vote for doing things right to begin with rather than waiting for complaining users. But I guess we might disagree on what 'right' means in this context. :)