0
votes
4answers
98 views
Fudge Factor in Matlab
Hello,
Can anyone enlighten me about the use of fudgeFactor in Matlab?
Thanks.
3
votes
5answers
122 views
Real world usage of concatenative programming langauges
Can someone point to real-world projects done in concatenative languages like Forth, Factor, Joy etc?
0
votes
4answers
210 views
Renaming large IDs in R
Suppose I have a data.frame with N rows. The id column has 10 unique values; all those values are integers greater than 1e7. I would like to rename them to be numbered 1 through 10 and save these …
3
votes
2answers
183 views
How to do median splits within factor levels in R?
Here I make a new column to indicate whether myData is above or below its median
### MedianSplits based on Whole Data
#create some test data
…
7
votes
6answers
439 views
Efficient storage of prime numbers
For a library, I need to store the first primes numbers up to a limit L. This collection must have a O(1) lookup time (to check whether a number is prime or not) and it must be easy, given a number, …
4
votes
1answer
150 views
Building a web application with Factor
Has anybody built a web application with Factor? What were some of the stumbling blocks or problems that you encountered during the process?
7
votes
1answer
612 views
Which factor GUI tutorial/example app?
Is there a non-trivial example application written in Factor language, pregerrably for GUI application which could server as a language tutorial?
6
votes
5answers
793 views
Do you plan on using the factor programming language?
Do you plan on using factor. Have you looked at it? Checked it out. Do you understand stack oriented programming?
http://www.youtube.com/watch?v=f_0QlhYlS8g
15
votes
4answers
553 views
Good resources for learning Factor
Having recently come across this introduction to Factor, I've been a bit curious to learn more. Aside from the official FAQ mentioned there, do you have resources for learning the language (as well as …
6
votes
3answers
603 views
Good resources to learn the Factor programming language ?
I understand that Factor is based on Forth, so I guess resources on Forth would be nice too.
Thanks !
