Search Criteria
Package Details: factor 0.98-1
Git Clone URL: | https://aur.archlinux.org/factor.git (read-only, click to copy) |
---|---|
Package Base: | factor |
Description: | A general purpose, dynamically typed, stack-based programming language. |
Upstream URL: | http://factorcode.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | LeonidasXIV |
Maintainer: | LeonidasXIV |
Last Packager: | LeonidasXIV |
Votes: | 32 |
Popularity: | 0.000000 |
First Submitted: | 2010-07-14 22:21 |
Last Updated: | 2018-08-27 19:36 |
Latest Comments
1 2 Next › Last »
ackalker commented on 2013-03-02 22:53
I've resurrected factor-git, and it works well for me. You might want to have a look at it, any suggestions are very welcome.
Renha commented on 2012-12-29 20:58
looks like deployment doesn't working. It is permissions error. But, after `chown USER /usr/lib/factor -R` another error is still there.
LeonidasXIV commented on 2012-10-09 14:26
Thanks for investigating this tomeara! I've updated the PKGBUILD to depend on gtkglext.
tomeara commented on 2012-10-09 14:03
I uninstalled gtkglext and Factor stopped working. I reinstalled it and Factor started working again.
tomeara commented on 2012-10-09 13:50
I got it from http://concatenative.org/wiki/view/Factor/Requirements
(sorry for delay in replying)
LeonidasXIV commented on 2012-10-05 22:00
Are you sure it is gtkglext? Factor does not use GTK+ as far as I know. How did you figure out which package to install so I can investigate?
tomeara commented on 2012-10-05 21:18
I had to install gtkglext to get it to work.
LeonidasXIV commented on 2010-09-23 15:03
0.94 does not work without SSE2 at all, so I enabled it in the i686 version as well. Thus, any user wanting to use Factor needs to have a CPU with SSE2. Maybe the next Factor release will support x87 instructions again.
LeonidasXIV commented on 2010-09-19 20:24
Updated to a newer upstream version (thanks to redline6561 for reporting). Also removed the wrapper script, replaced it by a symlink to the actual binary.
LeonidasXIV commented on 2010-08-23 22:03
I have added a patch to the Elisp code, so it should work with 0.93-4 now. Thanks for your report!