Package Details: factor-git 0.99.r34513.27b6f73cfb-1

Git Clone URL: https://aur.archlinux.org/factor-git.git (read-only, click to copy)
Package Base: factor-git
Description: A general purpose, dynamically typed, stack-based programming language
Upstream URL: http://factorcode.org
Licenses: BSD
Conflicts: factor
Provides: factor
Submitter: None
Maintainer: megapoliss
Last Packager: megapoliss
Votes: 17
Popularity: 0.000000
First Submitted: 2009-05-02 05:11 (UTC)
Last Updated: 2023-04-21 12:27 (UTC)

Latest Comments

« First ‹ Previous 1 2

LeonidasXIV commented on 2013-03-02 22:53 (UTC)

Oh, I saw you copied stuff from my `factor` package. I was going to suggest you provide `factor-vm` but turns out you already do. Nice.

<deleted-account> commented on 2010-07-15 04:21 (UTC)

Might as well consider this package unmaintained. Anyone following factor-git will be working with the tree, in which case this package is of no use anyway.

LeonidasXIV commented on 2010-07-14 22:32 (UTC)

As Factor has restarted to create releases, I created a `factor' AUR package, currently at version 0.93. It does a couple of thigs different and, at least on my system, builds and runs.

wuischke commented on 2010-06-13 10:41 (UTC)

I had to make some changes to the PKGBUILD in order to build Factor on 32 bit: http://aur.pastebin.com/sS4WATKg Changes: !strip-Option, change bootimage name to bootimg="boot.unix-x86.32.image" for 32bit, add line "./build-support/factor.sh update" to build factor executable (it would complain about missing file "factor" otherwise). The resulting binary does NOT work, but I wanted to give feedback nonetheless. Error, in case somebody wants to spend more time on it: f-bin: vm/gc.cpp:214: void factor::call_frame_scrubber::operator()(factor::stack_frame*): Assertion `return_address < compiled->size()' failed. /usr/bin/f: line 30: 15664 Aborted /usr/bin/f-bin -i=$HOME/.factor/factor.image $*