factor-lang
Importing Factor code without putting it in the work directory?
I like version controlling my code. It would be a pain to copy every Factor file from my git over to Factor\'s work directory and back.[详细]
2023-03-29 13:51 分类:问答MAIN not executed by Factor on command line
I\'m not seeing any output from my Hello World program. $ cat hello.factor USE: io IN: hello : hello ( -- ) \"Hello World!\" print ;[详细]
2023-03-29 01:35 分类:问答Factor shebangs
According to Hyperpolyglot, Factor should accept shebangs. But on my system Factor can\'t handle shebangs.[详细]
2023-03-29 01:33 分类:问答Keeping quotations as tuple members in Factor
I want to keep a quotation as a member of a tuple in Factor. But when I try to execute \'call\' on it I get the error \'cannot apply call to a run-time computed value\'. Note that marking the function[详细]
2023-01-29 04:08 分类:问答Lisp influence on on Factor programming language?
I have read (from Slava Pestov) that Factor was influenced by Lisp, but I am not sure that I can understand how?Are they not very d开发者_如何学Goifference programming languages?Even though the langua[详细]
2023-01-15 07:31 分类:问答Fiddling with point-free code?
I have been learning the Factor and J lan开发者_Go百科guages to experiment with point-free programming. The basic mechanics of the languages seem clear, but getting a feeling for how to approach algor[详细]
2023-01-14 12:51 分类:问答Real world usage of concatenative programming languages
What are some real-world projects done in concatenative languages l开发者_运维百科ike Forth, Factor, Joy, etc.?factorcode.org, concatenative.org and tinyvid.tv are powered by Furnace, a Factor web ser[详细]
2022-12-12 07:18 分类:问答